aboutsummaryrefslogtreecommitdiffhomepage
path: root/optmem.c
Commit message (Expand)AuthorAgeFilesLines
* implement switch statement lemon2025-09-161-1/+4
* mem2reg: fix deltrivialphis bug lemon2025-09-151-7/+14
* regalloc: start implementing linear scan lemon2025-09-081-2/+5
* mem2reg; style lemon2023-07-071-7/+12
* fix mem2reg ?? lemon2023-07-061-10/+43
* backend: fix mem2reg & regalloc lemon2023-06-261-27/+33
* fix replcuses lemon2023-06-241-0/+1
* backend: fix regalloc to work with more complex dataflow lemon2023-06-241-6/+17
* 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