index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
regalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir: use BIT macro for regset (1<< is wrong for u64)
lemon
2025-12-23
1
-6
/
+6
*
rega: fix 3ff0bfcb
lemon
2025-12-21
1
-4
/
+1
*
rega: fix infinite loop when compiling infinite loop
lemon
2025-12-20
1
-1
/
+4
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
1
-1
/
+1
*
ir/regalloc: struct alloc -> union alloc
lemon
2025-12-20
1
-16
/
+15
*
ir: move cls2load to interface
lemon
2025-12-18
1
-4
/
+0
*
regalloc+emit: get rid of xsave/xrestore hack
lemon
2025-12-18
1
-49
/
+63
*
rega: implement stack<->stack swap for parallel moves
lemon
2025-12-18
1
-29
/
+34
*
x86_64: for vararg calls, write to EAX in isel
lemon
2025-12-18
1
-8
/
+25
*
x86-64/emit: implement single-exit-point ret with jump threading
lemon
2025-12-16
1
-0
/
+2
*
bitset: better implementation of bsiter() and stuff
lemon
2025-12-16
1
-1
/
+1
*
regalloc: fix lifetime construction for nested loops
lemon
2025-12-15
1
-17
/
+34
*
regalloc: fixbug with phi move of stack <- stack
lemon
2025-12-13
1
-4
/
+4
*
rename arraylength macro -> countof
lemon
2025-12-11
1
-2
/
+2
*
parallel move; implement reg<->stack swp
lemon
2025-12-10
1
-3
/
+18
*
regalloc: optimize a little edge case better
lemon
2025-12-10
1
-4
/
+6
*
misc fixes
lemon
2025-12-10
1
-1
/
+1
*
rega: change assert for spilled callee. it's ok if nspill==1
lemon
2025-12-09
1
-1
/
+1
*
regalloc: kill dead defs of physical regs
lemon
2025-12-04
1
-8
/
+16
*
regalloc: skip dead phis
lemon
2025-11-26
1
-1
/
+4
*
implement float varargs, and some other fixes
lemon
2025-11-23
1
-5
/
+12
*
make sure indirect function call pointer does not end up in clobber reg
lemon
2025-11-22
1
-2
/
+2
*
regalloc: merge overlapping fixed intervals better
lemon
2025-11-22
1
-1
/
+12
*
ir: barebones IR passes checked contracts
lemon
2025-11-21
1
-0
/
+2
*
change op names to match 285063eba44
lemon
2025-11-21
1
-11
/
+11
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-5
/
+5
*
regalloc: assert nops aren't being used
lemon
2025-11-21
1
-0
/
+1
*
debug output to stdout
lemon
2025-11-19
1
-2
/
+2
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
1
-2
/
+2
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-6
/
+13
*
regalloc: misc
lemon
2025-11-02
1
-3
/
+3
*
rega: fix parallel stack moves
lemon
2025-11-02
1
-6
/
+19
*
rega: fix Ocopy of stk->stk
lemon
2025-10-26
1
-3
/
+2
*
regalloc: fix spill edge case again
lemon
2025-10-24
1
-1
/
+5
*
ir bugfixes
lemon
2025-10-23
1
-2
/
+2
*
regalloc: implement spilling output when 1 input was spilled
lemon
2025-10-23
1
-5
/
+21
*
fix edge case codegen bugs (w/ stack offsets, spilling)
lemon
2025-10-22
1
-6
/
+13
*
always keep volatile loads
lemon
2025-10-22
1
-0
/
+4
*
regalloc fix devirt
lemon
2025-10-22
1
-3
/
+5
*
codegen bugfixes
lemon
2025-10-19
1
-3
/
+7
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+1195