postgresql/src/backend/jit/llvm
Andres Freund 2111a48a0c Adapt expression JIT to stdbool.h introduction.
The LLVM JIT provider uses clang to synchronize types between normal C
code and runtime generated code. Clang represents stdbool.h style
booleans in return values & parameters differently from booleans
stored in variables.

Thus the expression compilation code from 2a0faed9d needs to be
adapted to 9a95a77d9. Instead of hardcoding i8 as the type for
booleans (which already was wrong on some edge case platforms!), use
postgres' notion of a boolean as used for storage and for parameters.

Per buildfarm animal xenodermus.

Author: Andres Freund
2018-03-22 22:15:51 -07:00
..
Makefile Add expression compilation support to LLVM JIT provider. 2018-03-22 14:45:59 -07:00
llvmjit.c Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00
llvmjit_error.cpp
llvmjit_expr.c Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00
llvmjit_types.c Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00
llvmjit_wrap.cpp Add file containing extensions of the LLVM C API. 2018-03-21 19:44:17 -07:00