index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
alloc changes
lemon
2025-09-17
7
-27
/
+35
*
io.c errata non reg files
lemon
2025-09-17
1
-1
/
+1
*
fix some warnings
lemon
2025-09-17
1
-5
/
+5
*
fix some more codegen bugs for symbol constants
lemon
2025-09-16
2
-4
/
+6
*
implement switch statement
lemon
2025-09-16
3
-21
/
+161
*
frontend: more bitfield work
lemon
2025-09-15
2
-52
/
+140
*
no need to use a pmap for goto labels honestly
lemon
2025-09-15
1
-14
/
+23
*
test/sort.c
lemon
2025-09-15
1
-0
/
+31
*
codegen: fix 3-address sub reg,imm codegen
lemon
2025-09-15
1
-1
/
+1
*
mem2reg: fix deltrivialphis bug
lemon
2025-09-15
4
-10
/
+64
*
regalloc: hand-roll qsort (bikeshedding...)
lemon
2025-09-15
2
-10
/
+32
*
a little refactoring and cleanup
lemon
2025-09-15
7
-259
/
+241
*
regalloc move things around
lemon
2025-09-15
1
-80
/
+80
*
fix signed bitfield errata
lemon
2025-09-14
2
-4
/
+4
*
start implementing bitfields
lemon
2025-09-14
4
-47
/
+168
*
license and readme
lemon
2025-09-14
3
-0
/
+45
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
5
-13
/
+48
*
preliminary pie and pic
lemon
2025-09-14
7
-25
/
+88
*
regset doesnt need all those macros
lemon
2025-09-14
2
-21
/
+18
*
regalloc.c cleanup
lemon
2025-09-14
4
-194
/
+209
*
change freearena for correctness
lemon
2025-09-14
4
-15
/
+15
*
regalloc: free stk slots
lemon
2025-09-14
1
-5
/
+15
*
frontend: warn k&r function declaration
lemon
2025-09-14
1
-0
/
+2
*
make clean, .gitignore object files
lemon
2025-09-14
2
-1
/
+3
*
regalloc improvements
lemon
2025-09-14
3
-33
/
+57
*
regalloc: basic spilling support
lemon
2025-09-13
6
-37
/
+154
*
regalloc: prepare for spilling logic..
lemon
2025-09-13
1
-152
/
+145
*
c: function-local static vars
lemon
2025-09-12
7
-16
/
+54
*
oops
lemon
2025-09-11
1
-1
/
+1
*
update todo.txt
lemon
2025-09-11
1
-1
/
+2
*
pp better diagnostic
lemon
2025-09-11
1
-9
/
+11
*
preprocessor: more awful hacks
lemon
2025-09-11
3
-17
/
+33
*
preprocessor: fix order of expansion wiht macro arguments
lemon
2025-09-11
2
-10
/
+25
*
amd64: improve codegen for ADD
lemon
2025-09-11
1
-0
/
+3
*
amd64: bugfix for stack args with no RBP, also reuse epilogue code?
lemon
2025-09-11
1
-26
/
+48
*
lex: stringify args in function macros
lemon
2025-09-10
5
-23
/
+70
*
c: warn redefinition, allow redeclaratinos
lemon
2025-09-10
2
-4
/
+20
*
lex: implement basic function-like macro functionality
lemon
2025-09-10
5
-51
/
+171
*
cpp: fix #conditional;s
lemon
2025-09-09
1
-5
/
+9
*
ccomp: fix memory leak with temporary arena parsing for stmt
lemon
2025-09-09
1
-1
/
+3
*
amd64/emit: fix order of stack restore operations with regs+stk
lemon
2025-09-09
1
-6
/
+11
*
bugfix
lemon
2025-09-09
1
-1
/
+1
*
ioper
lemon
2025-09-09
1
-12
/
+21
*
fixes, delnops
lemon
2025-09-09
8
-6
/
+40
*
regalloc: start implementing linear scan
lemon
2025-09-08
12
-468
/
+729
*
amd64: swap, sar
lemon
2025-09-08
1
-1
/
+21
*
amd64: bugfix
lemon
2025-09-08
2
-5
/
+9
*
frontend: #ifdef
lemon
2024-04-12
3
-6
/
+67
*
fix
lemon
2024-04-09
1
-1
/
+1
*
frontend: basic #include
lemon
2024-04-09
5
-7
/
+118
[next]