summaryrefslogtreecommitdiff
path: root/src/include/jit
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-171-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-082-32/+32
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-131-0/+1
* Update copyright for 2021Bruce Momjian2021-01-023-3/+3
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-081-0/+2
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-151-0/+2
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-211-1/+1
* Fix some header identificationsMichael Paquier2020-07-141-1/+1
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-061-10/+3
* Update copyrights for 2020Bruce Momjian2020-01-013-3/+3
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-3/+1
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-161-1/+0
* Fix duplicated words in commentsMichael Paquier2019-05-141-2/+2
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-1/+1
* 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