index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
lemon
2025-11-09
1
-48
/
+84
|
|
|
|
structs passed in regs
*
lex: fix single-line comment eating up preprocessor directive in next line
lemon
2025-11-08
1
-1
/
+1
|
*
lex: #warning and #error
lemon
2025-11-08
1
-2
/
+13
|
*
driver: add -I commandline option
lemon
2025-11-08
1
-6
/
+15
|
*
c: inc/dec ptr should use ptrdiff integer class
lemon
2025-11-07
1
-2
/
+2
|
*
c: fix codegen bug with compound bitfield assignment reusing wrong ↵
lemon
2025-11-07
1
-4
/
+7
|
|
|
|
intermediate load
*
amd64: errata with unsigned greater than or equal (should be JAE)
lemon
2025-11-06
1
-1
/
+1
|
*
fold/builder: fix bad use of iscon in place of isnumcon
lemon
2025-11-06
2
-6
/
+6
|
*
c: do fold conditional exprs
lemon
2025-11-06
1
-1
/
+16
|
*
delete some dead code
lemon
2025-11-05
1
-2
/
+0
|
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
12
-213
/
+522
|
*
regalloc: misc
lemon
2025-11-02
2
-3
/
+14
|
*
cfg: allow dead blocks with alloca pseudo instrs
lemon
2025-11-02
1
-2
/
+7
|
*
c: various codegen bugs
lemon
2025-11-02
1
-6
/
+18
|
*
c: more initializer fixes
lemon
2025-11-02
1
-6
/
+8
|
*
isel: fix 3-address add when used for flags in branch
lemon
2025-11-02
1
-0
/
+3
|
*
rega: fix parallel stack moves
lemon
2025-11-02
1
-6
/
+19
|
*
isel fixes
lemon
2025-10-30
2
-4
/
+11
|
*
update todo.txt
lemon
2025-10-30
1
-3
/
+1
|
*
lex: fix bugs filling char buffer
lemon
2025-10-27
3
-16
/
+24
|
*
rega: fix Ocopy of stk->stk
lemon
2025-10-26
1
-3
/
+2
|
*
c: more initializer fixes
lemon
2025-10-26
1
-11
/
+28
|
*
isel: fix address sel for absolute int addr
lemon
2025-10-26
1
-0
/
+7
|
*
emit: remove unnecessary REX.W prfix for TEST r8
lemon
2025-10-26
1
-1
/
+1
|
*
c: alloca fixup wrong when not emitsing
lemon
2025-10-25
1
-2
/
+3
|
*
amd64: add/sub operands less restrictive
lemon
2025-10-25
1
-2
/
+2
|
*
c: avoid generating relocations in .rodata (putting such objects in .data ↵
lemon
2025-10-25
3
-13
/
+30
|
|
|
|
instead for now)
*
emit: PU8, PU16
lemon
2025-10-25
1
-0
/
+6
|
*
c: bitfield initialzers
lemon
2025-10-24
2
-18
/
+73
|
*
c: also propagate terminates in genswitch
lemon
2025-10-24
2
-4
/
+10
|
*
- break;
lemon
2025-10-24
1
-1
/
+0
|
*
regalloc: fix spill edge case again
lemon
2025-10-24
1
-1
/
+5
|
*
mem2reg ssa construction silly optimization
lemon
2025-10-24
1
-1
/
+1
|
[next]