aboutsummaryrefslogtreecommitdiffhomepage
path: root/ssa.c
Commit message (Expand)AuthorAgeFilesLines
* fixes, delnops lemon2025-09-091-0/+1
* fix copyopt lemon2023-07-061-1/+1
* fix some warnings lemon2023-06-251-1/+0
* backend: don't mixup float and int temps lemon2023-06-241-3/+9
* backend: fix regalloc to work with more complex dataflow lemon2023-06-241-0/+23
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef lemon2023-06-221-2/+0
* mem2reg: implement ssa construction; this breaks regalloc right now lemon2023-06-211-68/+11
* explicitly store predecessors in each block lemon2023-06-211-3/+3
* add basic mem2reg lemon2023-06-201-0/+89