summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
AgeCommit message (Expand)Author
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