index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
/
llvm
Commit message (
Expand
)
Author
Age
*
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
*
llvmjit: Also copy parameter / return value attributes from template functions.
Andres Freund
2020-10-15
*
Kluge slot_compile_deform() to ignore incorrect attnotnull markings.
Tom Lane
2020-07-20
*
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
Andres Freund
2020-05-28
*
Don't rely on llvm::make_unique.
Thomas Munro
2019-08-25
*
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-29
*
llvm: Fix file-ending in IDENTIFICATION comments.
Andres Freund
2019-01-22
*
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-27
*
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.
Andres Freund
2018-11-03
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
*
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-25
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
*
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-22
*
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-22
*
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
Andres Freund
2018-07-22
*
Remove duplicated return statement from llvmjit code.
Andres Freund
2018-06-26
*
Further -Wimplicit-fallthrough cleanup.
Andres Freund
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
Adapt to LLVM 7+ Orc API changes.
Andres Freund
2018-03-26
*
LLVMJIT: Free created module in LLVM < 5.
Andres Freund
2018-03-26
*
Correct some typos in the new JIT code.
Andres Freund
2018-03-26
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Adapt expression JIT to stdbool.h introduction.
Andres Freund
2018-03-22
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
*
Expand list of synchronized types and functions in LLVM JIT provider.
Andres Freund
2018-03-22
*
Debugging and profiling support for LLVM JIT provider.
Andres Freund
2018-03-22
*
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22
*
Add file containing extensions of the LLVM C API.
Andres Freund
2018-03-21
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21