aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.c
Commit message (Collapse)AuthorAgeFilesLines
* ir: do not always try to put small literals in .textlemon2026-03-191-1/+10
| | | | | OpenBSD enforces read xor execute (XOM) even in x86-64. Not aware of any other platforms that do this.
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-92/+92
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headerslemon2026-03-171-0/+1
|
* REFACTOR: finish renaminglemon2026-03-171-3/+3
|
* REFACTOR: move sources to src/lemon2026-03-171-0/+689