summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/Makefile
AgeCommit message (Expand)Author
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-08-04Use CXXFLAGS instead of CFLAGS for linking C++ codePeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2022-03-15Silence LLVM 14 API deprecation warnings.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Add file containing extensions of the LLVM C API.Andres Freund
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund