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 (
Collapse
)
Author
Age
Files
Lines
*
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