aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/optmem.c
Commit message (Expand)AuthorAgeFilesLines
* ir: barebones IR passes checked contracts lemon2025-11-211-1/+2
* change op names to match 285063eba44 lemon2025-11-211-21/+21
* rename IR classes to reflect bitsize lemon2025-11-211-7/+7
* mem2reg: implement marker algorithm from Braun et al lemon2025-11-211-8/+40
* mem2reg: store pending phis implicitly lemon2025-11-211-12/+8
* mem2reg: fix edgecase.. lemon2025-11-191-1/+1
* debug output to stdout lemon2025-11-191-1/+1
* mem2reg: handle uses in branches in cmpuse() lemon2025-11-121-0/+2
* mem2reg: sort variable uses to match source order.. lemon2025-11-121-0/+21
* amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors lemon2025-11-051-0/+14
* mem2reg ssa construction silly optimization lemon2025-10-241-1/+1
* Organize source files into directories lemon2025-10-191-0/+285