index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
4
-4
/
+13
|
*
abi0: remove debugging leftover sortpo. but do number blks (free)
lemon
2025-11-14
1
-1
/
+2
|
*
preeliminary va_list support
lemon
2025-11-14
6
-25
/
+68
|
*
mem2reg: handle uses in branches in cmpuse()
lemon
2025-11-12
1
-0
/
+2
|
*
ir: fix addcon equality check..
lemon
2025-11-12
1
-1
/
+1
|
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
1
-1
/
+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
|
*
implement argument passing in stack
lemon
2025-11-12
2
-0
/
+2
|
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
1
-0
/
+1
|
*
amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
1
-2
/
+0
|
*
abi: fix unaligned & overflowing loads/stores, for small size/aligned ↵
lemon
2025-11-09
1
-48
/
+84
|
|
|
|
structs passed in regs
*
fold/builder: fix bad use of iscon in place of isnumcon
lemon
2025-11-06
2
-6
/
+6
|
*
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
6
-101
/
+375
|
*
regalloc: misc
lemon
2025-11-02
1
-3
/
+3
|
*
cfg: allow dead blocks with alloca pseudo instrs
lemon
2025-11-02
1
-2
/
+7
|
*
rega: fix parallel stack moves
lemon
2025-11-02
1
-6
/
+19
|
*
rega: fix Ocopy of stk->stk
lemon
2025-10-26
1
-3
/
+2
|
*
c: also propagate terminates in genswitch
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
|
*
codegen fixes, propagate terminate
lemon
2025-10-24
2
-7
/
+10
|
*
ir bugfixes
lemon
2025-10-23
4
-4
/
+27
|
*
regalloc: implement spilling output when 1 input was spilled
lemon
2025-10-23
1
-5
/
+21
|
*
fix edge case codegen bugs (w/ stack offsets, spilling)
lemon
2025-10-22
1
-6
/
+13
|
*
always keep volatile loads
lemon
2025-10-22
1
-0
/
+4
|
*
regalloc fix devirt
lemon
2025-10-22
1
-3
/
+5
|
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-1
/
+1
|
*
codegen bugfixes
lemon
2025-10-19
2
-3
/
+16
|
*
Organize source files into directories
lemon
2025-10-19
11
-0
/
+3282
[prev]