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
*
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
*
amd64: conform to ABI for varargs func calls
lemon
2023-06-20
2
-1
/
+9
*
elf: fix emitting small dats
lemon
2023-06-20
1
-3
/
+3
*
fix type of undeclared functions
lemon
2023-06-20
1
-0
/
+1
*
improve codegen for div a little (bikeshedding)
lemon
2023-06-20
2
-1
/
+7
*
amd64/emit: ensure stack is 16-byte aligned
lemon
2023-06-20
3
-10
/
+34
*
add basic mem2reg
lemon
2023-06-20
8
-14
/
+221
*
fix regression wiht ret args not being fixed
lemon
2023-06-20
1
-2
/
+7
*
fix out of bounds read
lemon
2023-06-20
1
-0
/
+1
*
regalloc: fix bug in spilling code
lemon
2023-06-20
1
-7
/
+24
*
another emit() errata
lemon
2023-06-20
1
-1
/
+1
*
fix regression
lemon
2023-06-20
1
-4
/
+4
*
don't lower params and args to registers in abi0
lemon
2023-06-20
6
-57
/
+101
*
fix cls logic for comparison instrs
lemon
2023-06-20
6
-17
/
+23
*
errata
lemon
2023-06-20
1
-2
/
+2
*
elf: fix type mismatch from bfore
lemon
2023-06-19
1
-3
/
+3
*
regalloc: alloc extra memory for alloc map
lemon
2023-06-19
1
-1
/
+1
*
backend: compile comparison instrs and branches
lemon
2023-06-19
8
-40
/
+370
*
amd64/emit: fix mov(zx/sx)w
lemon
2023-06-19
1
-6
/
+6
*
oops
lemon
2023-06-19
1
-1
/
+1
*
frontend: disallow non-local decls in for initializer
lemon
2023-06-19
1
-6
/
+14
*
frontend: rename parser -> lexer and document c.c
lemon
2023-06-19
3
-233
/
+251
*
frontend: separate compiler & lexer
lemon
2023-06-19
7
-381
/
+386
[next]