summaryrefslogtreecommitdiff
path: root/src/backend/jit
AgeCommit message (Expand)Author
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-29Improve JIT docs.Andres Freund
2018-03-28Fix mistakes in the just added JIT docs.Andres Freund
2018-03-28Add documentation for the JIT feature.Andres Freund
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-26Adapt to LLVM 7+ Orc API changes.Andres Freund
2018-03-26LLVMJIT: Free created module in LLVM < 5.Andres Freund
2018-03-26Correct some typos in the new JIT code.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-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