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
*
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