index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organize source files into directories
lemon
2025-10-19
1
-280
/
+0
*
a little refactoring and cleanup
lemon
2025-09-15
1
-1
/
+14
*
regalloc: basic spilling support
lemon
2025-09-13
1
-0
/
+1
*
fixes, delnops
lemon
2025-09-09
1
-0
/
+1
*
regalloc: start implementing linear scan
lemon
2025-09-08
1
-1
/
+4
*
regalloc fixes and rpo
lemon
2023-07-09
1
-1
/
+2
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
1
-12
/
+4
*
backend: fix mem2reg & regalloc
lemon
2023-06-26
1
-0
/
+5
*
fix regalloc thinking some ins are dead by adding ins.keep
lemon
2023-06-24
1
-1
/
+2
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
1
-5
/
+10
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
1
-14
/
+15
*
misc fix
lemon
2023-06-22
1
-1
/
+2
*
mem2reg: implement ssa construction; this breaks regalloc right now
lemon
2023-06-21
1
-14
/
+15
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-12
/
+13
*
amd64/emit: ensure stack is 16-byte aligned
lemon
2023-06-20
1
-0
/
+1
*
add basic mem2reg
lemon
2023-06-20
1
-1
/
+11
*
don't lower params and args to registers in abi0
lemon
2023-06-20
1
-1
/
+1
*
fix cls logic for comparison instrs
lemon
2023-06-20
1
-2
/
+4
*
backend: compile comparison instrs and branches
lemon
2023-06-19
1
-0
/
+1
*
fix isel & emit for sym constants
lemon
2023-06-19
1
-0
/
+1
*
ELF output static data
lemon
2023-06-18
1
-2
/
+3
*
basic ELF output
lemon
2023-06-17
1
-0
/
+1
*
misc
lemon
2023-06-17
1
-0
/
+6
*
simpler handling of large constants in IR
lemon
2023-06-14
1
-4
/
+8
*
lowering of structcopy
lemon
2023-06-13
1
-0
/
+2
*
use a hashtable for addr refs
lemon
2023-06-13
1
-1
/
+2
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-8
/
+9
*
register renaming and such
lemon
2023-06-12
1
-1
/
+1
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-4
/
+9
*
isel skeleton
lemon
2023-06-10
1
-7
/
+19
*
codegen skeleton
lemon
2023-06-06
1
-0
/
+5
*
encode calls a different way in the IR
lemon
2023-06-05
1
-7
/
+8
*
style
lemon
2023-06-05
1
-3
/
+2
*
strlits
lemon
2023-06-05
1
-5
/
+8
*
abi lowering pass
lemon
2023-06-04
1
-17
/
+38
*
basic ABI lowering of aggregates
lemon
2023-06-01
1
-7
/
+26
*
struct args and return
lemon
2023-06-01
1
-7
/
+14
*
regalloc skeleton
lemon
2023-05-31
1
-7
/
+32
*
fix void conditional expr; condjump, condexprvalue optimizations
lemon
2023-05-31
1
-0
/
+1
*
phis?
lemon
2023-05-30
1
-16
/
+24
*
hm
lemon
2023-05-26
1
-1
/
+1
*
initial commit
lemon
2023-05-10
1
-0
/
+117