index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
regalloc: misc
lemon
2025-11-02
1
-0
/
+11
*
c: avoid generating relocations in .rodata (putting such objects in .data ins...
lemon
2025-10-25
1
-0
/
+2
*
amd64: float conversion insntrs
lemon
2025-10-18
1
-0
/
+25
*
wide str and char literals
lemon
2025-10-16
1
-3
/
+6
*
test more cpp behavior
lemon
2025-10-15
1
-0
/
+18
*
c: concatenate adjacent string literal tokens
lemon
2025-10-15
1
-1
/
+4
*
lex: allow ## in non func macros. and error reporting
lemon
2025-10-13
1
-1
/
+8
*
implement most of preprocessor
lemon
2025-10-13
3
-3
/
+15
*
bugfixes
lemon
2025-10-10
1
-1
/
+1
*
update todo.txt
lemon
2025-10-09
1
-2
/
+7
*
compound literals
lemon
2025-10-09
1
-0
/
+5
*
bugfix for initz
lemon
2025-10-08
1
-0
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
1
-4
/
+14
*
implement switch statement
lemon
2025-09-16
1
-0
/
+45
*
frontend: more bitfield work
lemon
2025-09-15
1
-3
/
+20
*
test/sort.c
lemon
2025-09-15
1
-0
/
+31
*
regalloc: hand-roll qsort (bikeshedding...)
lemon
2025-09-15
1
-1
/
+1
*
fix signed bitfield errata
lemon
2025-09-14
1
-2
/
+2
*
start implementing bitfields
lemon
2025-09-14
1
-0
/
+12
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
2
-3
/
+23
*
regalloc.c cleanup
lemon
2025-09-14
3
-7
/
+5
*
regalloc: basic spilling support
lemon
2025-09-13
1
-0
/
+8
*
c: function-local static vars
lemon
2025-09-12
4
-3
/
+14
*
lex: stringify args in function macros
lemon
2025-09-10
2
-3
/
+8
*
lex: implement basic function-like macro functionality
lemon
2025-09-10
2
-6
/
+9
*
fixes, delnops
lemon
2025-09-09
1
-1
/
+1
*
regalloc: start implementing linear scan
lemon
2025-09-08
4
-1
/
+71
*
frontend: #ifdef
lemon
2024-04-12
2
-1
/
+11
*
frontend: basic #include
lemon
2024-04-09
2
-0
/
+14
*
make ptr offset in init take obj size into account
lemon
2023-09-05
1
-1
/
+1
*
regalloc fixes and rpo
lemon
2023-07-09
1
-1
/
+1
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
2
-0
/
+90
*
backend: don't mixup float and int temps
lemon
2023-06-24
1
-0
/
+11
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
1
-2
/
+8
*
backend: compile comparison instrs and branches
lemon
2023-06-19
1
-0
/
+19
*
basic cli driver
lemon
2023-06-18
1
-3
/
+3
*
basic ELF output
lemon
2023-06-17
1
-0
/
+3
*
add spilling for function calls, misc fixes
lemon
2023-06-14
1
-1
/
+3
*
xor reg,reg
lemon
2023-06-12
1
-1
/
+4
*
dec,inc,sub
lemon
2023-06-12
1
-2
/
+14
*
something with phi
lemon
2023-06-12
1
-6
/
+2
*
register renaming and such
lemon
2023-06-12
1
-2
/
+14
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-0
/
+5
*
isel skeleton
lemon
2023-06-10
2
-4
/
+17
*
codegen skeleton
lemon
2023-06-06
2
-2
/
+11
*
encode calls a different way in the IR
lemon
2023-06-05
1
-5
/
+5
*
strlits
lemon
2023-06-05
3
-0
/
+125