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
*
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
*
basic ELF output
lemon
2023-06-17
14
-39
/
+692
*
misc
lemon
2023-06-17
6
-27
/
+46
*
hint in-place operations to use same reg for lhs and dest
lemon
2023-06-15
1
-1
/
+1
*
less memset
lemon
2023-06-15
3
-5
/
+9
*
oops
lemon
2023-06-14
1
-1
/
+1
*
cleanup
lemon
2023-06-14
1
-15
/
+14
*
imrpove emit()
lemon
2023-06-14
2
-78
/
+106
*
add spilling for function calls, misc fixes
lemon
2023-06-14
6
-41
/
+180
*
simpler handling of large constants in IR
lemon
2023-06-14
6
-37
/
+37
*
rename
lemon
2023-06-14
2
-2
/
+2
*
rename parse.c -> c.c
lemon
2023-06-13
2
-1
/
+1
*
lowering of structcopy
lemon
2023-06-13
7
-93
/
+178
*
oops
lemon
2023-06-13
1
-1
/
+1
[next]