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
...
*
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
*
misc bugfixs
lemon
2023-06-30
4
-29
/
+98
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
16
-255
/
+948
*
also C23 static_assert
lemon
2023-06-26
1
-3
/
+3
*
c: move codegen code after decl parser
lemon
2023-06-26
1
-748
/
+748
*
frontend: add static assert
lemon
2023-06-26
2
-2
/
+38
*
regalloc: remove unused variable
lemon
2023-06-26
1
-5
/
+0
*
backend: fix mem2reg & regalloc
lemon
2023-06-26
7
-61
/
+206
*
frontend: add labels and goto statement
lemon
2023-06-26
2
-8
/
+120
*
fix some warnings
lemon
2023-06-25
3
-11
/
+2
*
lex: use a circular buffer cache for pre-pre-processed chars
lemon
2023-06-25
2
-56
/
+67
*
regalloc: fix temporary rename clobbering return register with multiple returns
lemon
2023-06-25
1
-2
/
+13
*
regalloc add sources
lemon
2023-06-25
1
-1
/
+3
*
abi0: fix agg return by pointer not updating arg count
lemon
2023-06-24
1
-0
/
+1
*
fix regalloc thinking some ins are dead by adding ins.keep
lemon
2023-06-24
3
-3
/
+8
*
update todo.txt
lemon
2023-06-24
1
-1
/
+1
*
ir: dattab shouldn't reset for every function
lemon
2023-06-24
1
-1
/
+1
*
amd64/emit: more float fixes
lemon
2023-06-24
1
-21
/
+24
*
backend: don't mixup float and int temps
lemon
2023-06-24
4
-11
/
+29
*
fix replcuses
lemon
2023-06-24
3
-19
/
+19
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
12
-225
/
+748
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
9
-74
/
+73
*
Add .editorconfig
lemon
2023-06-22
1
-0
/
+14
*
misc fix
lemon
2023-06-22
3
-18
/
+55
*
mem2reg: implement ssa construction; this breaks regalloc right now
lemon
2023-06-21
9
-159
/
+300
*
explicitly store predecessors in each block
lemon
2023-06-21
8
-115
/
+135
*
amd64: fix aggregate return in regs
lemon
2023-06-20
1
-3
/
+3
[prev]
[next]