aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/inliner.c
Commit message (Expand)AuthorAgeFilesLines
* REFACTOR: move sources to src/lemon2026-03-171-309/+0
* ir: fix inlining getting stuck on complex recursive call sequenceslemon2026-03-081-8/+17
* inline: fix undefined value returnslemon2026-02-241-1/+2
* IR: just use an array for extended constantslemon2026-02-191-4/+3
* ir: basic inlining pass implementationlemon2026-02-181-0/+300