aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_cse.c
Commit message (Collapse)AuthorAgeFilesLines
* IR: mark free'd instructions as such lemon2026-03-231-3/+3
| | | | | That way they are not copied when inlining. Also rename ninstr -> ninstrtab. opnarg -> opnoper
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-11/+11
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headers lemon2026-03-171-0/+1
|
* REFACTOR: move sources to src/ lemon2026-03-171-0/+92