index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
optmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.c
lemon
2025-12-19
1
-345
/
+0
*
bitset: better implementation of bsiter() and stuff
lemon
2025-12-16
1
-1
/
+1
*
mem2reg: fix obvious inefficiency
lemon
2025-12-16
1
-16
/
+10
*
rename arraylength macro -> countof
lemon
2025-12-11
1
-1
/
+1
*
ir: barebones IR passes checked contracts
lemon
2025-11-21
1
-1
/
+2
*
change op names to match 285063eba44
lemon
2025-11-21
1
-21
/
+21
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-7
/
+7
*
mem2reg: implement marker algorithm from Braun et al
lemon
2025-11-21
1
-8
/
+40
*
mem2reg: store pending phis implicitly
lemon
2025-11-21
1
-12
/
+8
*
mem2reg: fix edgecase..
lemon
2025-11-19
1
-1
/
+1
*
debug output to stdout
lemon
2025-11-19
1
-1
/
+1
*
mem2reg: handle uses in branches in cmpuse()
lemon
2025-11-12
1
-0
/
+2
*
mem2reg: sort variable uses to match source order..
lemon
2025-11-12
1
-0
/
+21
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-0
/
+14
*
mem2reg ssa construction silly optimization
lemon
2025-10-24
1
-1
/
+1
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+285