aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit.c
Commit message (Expand)AuthorAge
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Adapt to LLVM 7+ Orc API changes.Andres Freund2018-03-26
* LLVMJIT: Free created module in LLVM < 5.Andres Freund2018-03-26
* Correct some typos in the new JIT code.Andres Freund2018-03-26
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Adapt expression JIT to stdbool.h introduction.Andres Freund2018-03-22
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund2018-03-22
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-22
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21