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
*
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
*
lexer: fix scanning of pp directives in some circumstances
lemon
2024-04-09
1
-1
/
+2
*
fix abi regs with aggregate return in hidden param
lemon
2024-01-24
1
-3
/
+7
*
move definition of struct label
lemon
2023-09-05
1
-10
/
+9
*
fix
lemon
2023-09-05
1
-2
/
+2
*
make ptr offset in init take obj size into account
lemon
2023-09-05
2
-4
/
+5
*
amd64: fix isel for numeric conversion ops
lemon
2023-08-07
1
-4
/
+4
*
amd64: add mulf and divf codegen
lemon
2023-08-07
1
-3
/
+18
*
hm
lemon
2023-08-07
1
-4
/
+4
*
regalloc fixes and rpo
lemon
2023-07-09
4
-21
/
+78
*
amd64/emit bugfix
lemon
2023-07-09
1
-3
/
+3
*
amd64 codegen fixes
lemon
2023-07-07
2
-13
/
+20
*
mem2reg; style
lemon
2023-07-07
1
-7
/
+12
*
regalloc: update preds during simplify pass
lemon
2023-07-07
1
-1
/
+7
*
fix copyopt
lemon
2023-07-06
1
-1
/
+1
*
fix emit() setcc and copy
lemon
2023-07-06
1
-1
/
+2
*
fix mem2reg ??
lemon
2023-07-06
1
-10
/
+43
*
some frontend fixes
lemon
2023-06-30
1
-3
/
+24
[next]