Age | Commit message (Expand) | Author |
---|---|---|
2024-11-06 | Monkey-patch LLVM code to fix ARM relocation bug. | Thomas Munro |
2024-08-04 | Use CXXFLAGS instead of CFLAGS for linking C++ code | Peter Eisentraut |
2023-11-06 | Remove distprep | Peter Eisentraut |
2022-03-15 | Silence LLVM 14 API deprecation warnings. | Thomas Munro |
2019-11-05 | Split all OBJS style lines in makefiles into one-line-per-entry style. | Andres Freund |
2019-06-17 | Fix more typos and inconsistencies in the tree | Michael Paquier |
2018-04-09 | Fix partial-build problems introduced by having more generated headers. | Tom Lane |
2018-03-28 | Add inlining support to LLVM JIT provider. | Andres Freund |
2018-03-26 | JIT tuple deforming in LLVM JIT provider. | Andres Freund |
2018-03-22 | Add expression compilation support to 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-22 | Basic JIT provider and error handling infrastructure. | Andres Freund |