aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_inliner.c
Commit message (Expand)AuthorAgeFilesLines
* support extern inline "definitions" lemon2026-04-171-7/+11
* backend: inlining improvements lemon2026-04-091-12/+26
* inliner: fix UB when ninstrtab==0 lemon2026-03-251-1/+1
* ir_inliner: redundant check lemon2026-03-241-1/+0
* IR: emit inline function standalone bodies lazily lemon2026-03-231-19/+87
* IR: mark free'd instructions as such lemon2026-03-231-10/+8
* IR: add 3rd operand to Instr lemon2026-03-221-6/+6
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-43/+43
* REFACTOR: move sources to src/ lemon2026-03-171-0/+309