aboutsummaryrefslogtreecommitdiffhomepage
path: root/optmem.c
Commit message (Expand)AuthorAgeFilesLines
* backend: fix mem2reg & regalloclemon2023-06-261-27/+33
* fix replcuseslemon2023-06-241-0/+1
* backend: fix regalloc to work with more complex dataflowlemon2023-06-241-6/+17
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undeflemon2023-06-221-3/+3
* 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