summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm
Commit message (Expand)AuthorAgeFilesLines
* Back-patch LLVM 14 API changes.Thomas Munro2022-03-163-6/+47
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-132-2/+26
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-221-0/+11
* Prepare for forthcoming LLVM 13 API change.Thomas Munro2021-06-251-0/+3
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-071-3/+1
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-071-85/+373
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-152-1/+40
* llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund2020-10-151-12/+32
* Kluge slot_compile_deform() to ignore incorrect attnotnull markings.Tom Lane2020-07-201-4/+20
* llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund2020-05-281-1/+0
* Don't rely on llvm::make_unique.Thomas Munro2019-08-251-1/+1
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-291-0/+3
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-301-9/+9
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-301-17/+20
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-191-1/+1
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-013-12/+12
* Refactor planner's header files.Tom Lane2019-01-291-1/+0
* Change function call information to be variable length.Andres Freund2019-01-263-108/+43
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-223-3/+3
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-142-3/+3
* Update copyright for 2019Bruce Momjian2019-01-027-7/+7
* Fix jit compilation bug on wide tables.Andres Freund2018-11-271-3/+9
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-163-5/+46
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-163-4/+4
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-152-1/+7
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-151-29/+15
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-071-1/+1
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-073-33/+11
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-031-0/+2
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-2/+2
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-152-5/+8
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-252-3/+3
* Collect JIT instrumentation from workers.Andres Freund2018-09-252-8/+8
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+2
* LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund2018-07-251-8/+7
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-221-6/+11
* LLVMJIT: Fix LLVM build for LLVM > 7.Andres Freund2018-07-221-0/+3
* Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.Andres Freund2018-07-221-0/+2
* Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.Andres Freund2018-07-221-0/+22
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-111-1/+1
* Remove duplicated return statement from llvmjit code.Andres Freund2018-06-261-1/+0
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-011-6/+5
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-1/+0
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-283-2/+894