summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit.c
AgeCommit message (Expand)Author
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-15Run LLVM verify pass on IR in assert builds.Thomas Munro
2024-04-17Remove dead codePeter Eisentraut
2024-04-10Fix illegal attribute propagation in LLVM JIT.Thomas Munro
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-03Update copyright for 2024Bruce Momjian
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-10-19jit: Changes for LLVM 17.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-09-27llvmjit: Make llvm_types_module variable staticDaniel Gustafsson
2023-09-27llvmjit: Remove unnecessary typesDaniel Gustafsson
2023-07-13Remove duplicated assignment of LLVMJitHandle->lljitMichael Paquier
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-10Fix incorrect format placeholdersPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-01Avoid some other O(N^2) hazards in list manipulation.Tom Lane
2021-09-13jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund
2021-06-25Prepare for forthcoming LLVM 13 API change.Thomas Munro
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-08jit: Reference function pointer types via llvmjit_types.c.Andres Freund
2020-11-09jit: Add support for LLVM 12.Andres Freund
2020-10-15llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund
2020-10-15llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund
2020-08-06Register llvm_shutdown using on_proc_exit, not before_shmem_exit.Robert Haas
2020-02-06jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-14Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-07Move EEOP_*_SYSVAR evaluation out of line.Andres Freund
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-09-25Collect JIT instrumentation from workers.Andres Freund