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
*
regalloc: assert nops aren't being used
lemon
2025-11-21
1
-0
/
+1
*
ir/builder: peephole optimize branch with constant conditional
lemon
2025-11-21
1
-4
/
+14
*
mem2reg: implement marker algorithm from Braun et al
lemon
2025-11-21
1
-8
/
+40
*
mem2reg: store pending phis implicitly
lemon
2025-11-21
1
-12
/
+8
*
ir: fix delpred when npred becomes 1
lemon
2025-11-21
1
-2
/
+12
*
ir/dump: print block predecessors
lemon
2025-11-21
1
-2
/
+10
*
cfg: sortrpo delete unreachable blocks with allocas by hoisting them to the e...
lemon
2025-11-21
1
-6
/
+7
*
c: fix conditional expr not converting operands to final type
lemon
2025-11-21
1
-9
/
+13
*
cpp: add predefined __antcc__ macro, for debugging
lemon
2025-11-20
1
-0
/
+1
*
isel: lower allocas a different way, such that stk address gets materialized ...
lemon
2025-11-20
4
-29
/
+64
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
5
-25
/
+61
*
rename test/varargs
lemon
2025-11-19
1
-0
/
+0
*
mem2reg: fix edgecase..
lemon
2025-11-19
1
-1
/
+1
*
c: implement ++/-- for bitfields
lemon
2025-11-19
1
-7
/
+21
*
c: remove vestigial ins variable
lemon
2025-11-19
1
-93
/
+88
*
eval: fix enum edge case
lemon
2025-11-19
1
-2
/
+2
*
eval: fix b0c0f2d2d885 for ptr convertible
lemon
2025-11-19
1
-1
/
+1
*
debug output to stdout
lemon
2025-11-19
9
-78
/
+84
*
make clean test/build
lemon
2025-11-16
2
-2
/
+2
*
basic automated testing
lemon
2025-11-16
14
-45
/
+164
*
eval: only isaddrconst for ptrs
lemon
2025-11-16
1
-1
/
+1
*
driver: allow passing thru objs when building executable
lemon
2025-11-16
1
-17
/
+27
*
factor type stuff into type.h
lemon
2025-11-16
7
-209
/
+219
*
c: due to __builtin_trap (in the future also things like noreturn function ca...
lemon
2025-11-15
1
-1
/
+5
*
c: disallow void arguments
lemon
2025-11-15
1
-1
/
+3
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
8
-13
/
+65
*
isel: don't incorrectly clamp constant lhs of shift operation
lemon
2025-11-15
2
-5
/
+5
*
emit: stack alignment edgecases
lemon
2025-11-15
1
-5
/
+9
*
driver: diagnostic for missing path after -o
lemon
2025-11-15
1
-1
/
+1
*
c: forward-declaring function with incomplete type shouldn't error
lemon
2025-11-15
1
-10
/
+14
*
isel: fold arith
lemon
2025-11-14
1
-1
/
+21
*
abi0: remove debugging leftover sortpo. but do number blks (free)
lemon
2025-11-14
1
-1
/
+2
*
sysv: document vaargs stack layout stuff
lemon
2025-11-14
1
-3
/
+29
*
preeliminary va_list support
lemon
2025-11-14
15
-206
/
+620
*
mem2reg: handle uses in branches in cmpuse()
lemon
2025-11-12
1
-0
/
+2
*
driver: placeholder cmdline option handlers
lemon
2025-11-12
1
-1
/
+12
*
ir: fix addcon equality check..
lemon
2025-11-12
1
-1
/
+1
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
2
-2
/
+0
*
fold: clamp int to 32bits when required
lemon
2025-11-12
1
-0
/
+1
*
mem2reg: sort variable uses to match source order..
lemon
2025-11-12
1
-0
/
+21
*
ir: free uses
lemon
2025-11-12
1
-0
/
+4
*
irdump: don't print fn ret type in non return branches
lemon
2025-11-12
1
-1
/
+1
*
amd64/isel: fold Oext with immediates
lemon
2025-11-12
1
-0
/
+8
*
implement argument passing in stack
lemon
2025-11-12
3
-6
/
+20
*
amd64: fix positive RBP off (stack params); address encoding errata
lemon
2025-11-12
1
-2
/
+2
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
2
-1
/
+2
*
amd64/isel: make `sub imm` work for address fusing
lemon
2025-11-09
1
-2
/
+8
*
amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
3
-28
/
+7
*
abi: fix unaligned & overflowing loads/stores, for small size/aligned structs...
lemon
2025-11-09
1
-48
/
+84
*
lex: fix single-line comment eating up preprocessor directive in next line
lemon
2025-11-08
1
-1
/
+1
[next]