summaryrefslogtreecommitdiff
path: root/src/include/jit
Commit message (Expand)AuthorAgeFilesLines
* Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund2019-01-282-3/+15
* Change function call information to be variable length.Andres Freund2019-01-262-0/+56
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-141-1/+1
* Update copyright for 2019Bruce Momjian2019-01-023-3/+3
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-161-0/+2
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-161-1/+1
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-151-1/+3
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-071-1/+1
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-6/+21
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+2
* Make PGJIT_* macros safer.Heikki Linnakangas2018-04-231-5/+5
* Fix a boatload of typos in C comments.Tom Lane2018-04-012-2/+2
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-282-1/+6
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-271-0/+1
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-262-0/+5
* Adapt expression JIT to stdbool.h introduction.Andres Freund2018-03-222-1/+22
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-222-0/+25
* Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund2018-03-221-0/+18
* Basic planner and executor integration for JIT.Andres Freund2018-03-221-0/+2
* Add helpers for emitting LLVM IR.Andres Freund2018-03-221-0/+193
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-221-0/+2
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-222-0/+51
* Add file containing extensions of the LLVM C API.Andres Freund2018-03-211-0/+17
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-212-0/+97