aboutsummaryrefslogtreecommitdiffhomepage
path: root/optmem.c
Commit message (Collapse)AuthorAgeFilesLines
* misc fixlemon2023-06-221-13/+10
|
* mem2reg: implement ssa construction; this breaks regalloc right nowlemon2023-06-211-29/+149
|
* add basic mem2reglemon2023-06-201-0/+99
promotes uniform stack slots to temporaries currently only for immutable variables, next thing to implement is ssa construction