index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
regalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
change freearena for correctness
lemon
2025-09-14
1
-1
/
+0
*
regalloc: free stk slots
lemon
2025-09-14
1
-5
/
+15
*
regalloc improvements
lemon
2025-09-14
1
-33
/
+50
*
regalloc: basic spilling support
lemon
2025-09-13
1
-37
/
+136
*
regalloc: prepare for spilling logic..
lemon
2025-09-13
1
-152
/
+145
*
fixes, delnops
lemon
2025-09-09
1
-1
/
+1
*
regalloc: start implementing linear scan
lemon
2025-09-08
1
-438
/
+591
*
hm
lemon
2023-08-07
1
-4
/
+4
*
regalloc fixes and rpo
lemon
2023-07-09
1
-10
/
+55
*
regalloc: update preds during simplify pass
lemon
2023-07-07
1
-1
/
+7
*
misc bugfixs
lemon
2023-06-30
1
-5
/
+6
*
regalloc: remove unused variable
lemon
2023-06-26
1
-5
/
+0
*
backend: fix mem2reg & regalloc
lemon
2023-06-26
1
-31
/
+155
*
regalloc: fix temporary rename clobbering return register with multiple returns
lemon
2023-06-25
1
-2
/
+13
*
regalloc add sources
lemon
2023-06-25
1
-1
/
+3
*
fix regalloc thinking some ins are dead by adding ins.keep
lemon
2023-06-24
1
-1
/
+1
*
backend: don't mixup float and int temps
lemon
2023-06-24
1
-5
/
+6
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
1
-190
/
+556
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
1
-15
/
+15
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-5
/
+5
*
improve codegen for div a little (bikeshedding)
lemon
2023-06-20
1
-1
/
+2
*
amd64/emit: ensure stack is 16-byte aligned
lemon
2023-06-20
1
-0
/
+4
*
add basic mem2reg
lemon
2023-06-20
1
-12
/
+17
*
regalloc: fix bug in spilling code
lemon
2023-06-20
1
-7
/
+24
*
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
-8
/
+8
*
regalloc: alloc extra memory for alloc map
lemon
2023-06-19
1
-1
/
+1
*
backend: compile comparison instrs and branches
lemon
2023-06-19
1
-1
/
+6
*
hint in-place operations to use same reg for lhs and dest
lemon
2023-06-15
1
-1
/
+1
*
less memset
lemon
2023-06-15
1
-1
/
+0
*
cleanup
lemon
2023-06-14
1
-15
/
+14
*
add spilling for function calls, misc fixes
lemon
2023-06-14
1
-22
/
+140
*
use a hashtable for addr refs
lemon
2023-06-13
1
-3
/
+4
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-17
/
+20
*
dec,inc,sub
lemon
2023-06-12
1
-0
/
+1
*
bugfix
lemon
2023-06-12
1
-2
/
+3
*
something with phi
lemon
2023-06-12
1
-29
/
+15
*
register renaming and such
lemon
2023-06-12
1
-35
/
+147
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-21
/
+5
*
isel skeleton
lemon
2023-06-10
1
-4
/
+21
*
regalloc: lower phis
lemon
2023-06-05
1
-5
/
+26
*
encode calls a different way in the IR
lemon
2023-06-05
1
-9
/
+19
*
style
lemon
2023-06-05
1
-7
/
+7
*
command line switch for debug options
lemon
2023-06-05
1
-0
/
+5
*
evaluate call args backwards
lemon
2023-06-04
1
-1
/
+1
*
abi lowering pass
lemon
2023-06-04
1
-4
/
+16
*
basic ABI lowering of aggregates
lemon
2023-06-01
1
-18
/
+27
*
struct args and return
lemon
2023-06-01
1
-8
/
+14
*
regalloc skeleton
lemon
2023-05-31
1
-0
/
+88