aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/mem2reg.c
Commit message (Collapse)AuthorAgeFilesLines
* simpl: optimize unsigned & signed division by power of 2lemon2025-12-211-1/+1
|
* backend: unify pass memory allocation strategieslemon2025-12-201-23/+6
| | | | | | It was all over the place for temporary data structures used by individual passes. Now there is an arena specifically for that, which is nicer.
* ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.clemon2025-12-191-0/+345