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
...
*
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
*
frontend: add for, break, continue statements
lemon
2023-06-19
3
-75
/
+202
*
fix isel & emit for sym constants
lemon
2023-06-19
3
-9
/
+11
*
add %y symbol printing
lemon
2023-06-19
2
-4
/
+14
*
move ctype to common.h
lemon
2023-06-19
2
-11
/
+7
*
don't try to compile when debugging IR
lemon
2023-06-19
3
-8
/
+13
*
oops
lemon
2023-06-19
1
-1
/
+1
*
forgot some statics
lemon
2023-06-18
2
-3
/
+3
*
update todo.txt
lemon
2023-06-18
1
-2
/
+0
*
separate elf64 and elf32 structures
lemon
2023-06-18
2
-180
/
+354
*
add endian.h for endian dependent stuff
lemon
2023-06-18
7
-55
/
+150
*
fix iowrite()
lemon
2023-06-18
1
-1
/
+4
*
fix memory bugs
lemon
2023-06-18
3
-10
/
+14
*
basic cli driver
lemon
2023-06-18
2
-63
/
+296
*
ELF output static data
lemon
2023-06-18
7
-26
/
+82
[prev]
[next]