aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_cse.c
Commit message (Collapse)AuthorAgeFilesLines
* IR: mark free'd instructions as suchlemon2026-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 typeslemon2026-03-181-11/+11
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headerslemon2026-03-171-0/+1
|
* REFACTOR: move sources to src/lemon2026-03-171-0/+92