aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/simpl.c
Commit message (Collapse)AuthorAgeFilesLines
* backend: unify pass memory allocation strategieslemon2025-12-201-2/+1
| | | | | | 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.
* backend: general simplification pass skeletonlemon2025-12-201-0/+146