summaryrefslogtreecommitdiff
path: root/src/include/jit
AgeCommit message (Expand)Author
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-08-24LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund
2018-04-23Make PGJIT_* macros safer.Heikki Linnakangas
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-28Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-23Adapt expression JIT to stdbool.h introduction.Andres Freund
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-03-22Add helpers for emitting LLVM IR.Andres Freund
2018-03-22Debugging and profiling support for LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Add file containing extensions of the LLVM C API.Andres Freund
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund