summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
AgeCommit message (Expand)Author
2025-10-23Fix incorrect zero extension of Datum in JIT tuple deform codeDavid Rowley
2025-09-17jit: Fix type used for Datum values in LLVM IR.Thomas Munro
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-21Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-07Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-06jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-26Fix typos.Amit Kapila
2019-04-30Improve comment spelling and style in llvmjit_deform.c.Andres Freund
2019-04-30Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-27Fix jit compilation bug on wide tables.Andres Freund
2018-11-16Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-15Don't generate tuple deforming functions for virtual slots.Andres Freund
2018-10-15Move TupleTableSlots boolean member into one flag variable.Andres Freund
2018-09-25Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund
2018-03-27Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund