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
*
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