summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_inline.cpp
AgeCommit message (Expand)Author
2020-05-28llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund
2019-08-25Don't rely on llvm::make_unique.Thomas Munro
2019-07-29Avoid macro clash with LLVM 9.Thomas Munro
2019-01-22llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund
2018-07-25LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund