aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm
Commit message (Expand)AuthorAge
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix typos in various placesMichael Paquier2019-06-03
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-30
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-30
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-19
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-22
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix jit compilation bug on wide tables.Andres Freund2018-11-27
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-07
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-03
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-25
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund2018-07-25
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* LLVMJIT: Fix LLVM build for LLVM > 7.Andres Freund2018-07-22
* Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.Andres Freund2018-07-22
* Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.Andres Freund2018-07-22
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Remove duplicated return statement from llvmjit code.Andres Freund2018-06-26
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Adapt to LLVM 7+ Orc API changes.Andres Freund2018-03-26
* LLVMJIT: Free created module in LLVM < 5.Andres Freund2018-03-26
* Correct some typos in the new JIT code.Andres Freund2018-03-26
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Adapt expression JIT to stdbool.h introduction.Andres Freund2018-03-22
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund2018-03-22
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-22
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22
* Add file containing extensions of the LLVM C API.Andres Freund2018-03-21
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21