aboutsummaryrefslogtreecommitdiffhomepage
path: root/optmem.c
Commit message (Collapse)AuthorAgeFilesLines
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef lemon2023-06-221-3/+3
|
* misc fix lemon2023-06-221-13/+10
|
* mem2reg: implement ssa construction; this breaks regalloc right now lemon2023-06-211-29/+149
|
* add basic mem2reg lemon2023-06-201-0/+99
promotes uniform stack slots to temporaries currently only for immutable variables, next thing to implement is ssa construction