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
*
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