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
*
implement cvtfXu64 by lowering it in builder
lemon
2025-11-23
1
-9
/
+46
|
|
|
|
this should probably be in a separate pass?
*
c: check actual reachability for non-void func may not return value
lemon
2025-11-23
2
-0
/
+22
|
*
implement float varargs, and some other fixes
lemon
2025-11-23
3
-7
/
+17
|
*
make sure indirect function call pointer does not end up in clobber reg
lemon
2025-11-22
1
-2
/
+2
|
*
ir: freeblk: clear preds
lemon
2025-11-22
1
-0
/
+2
|
*
ir/ir.c: fix assert in mkcallarg
lemon
2025-11-22
1
-1
/
+1
|
*
ir/dump: initialize out buffer statically
lemon
2025-11-22
1
-3
/
+1
|
*
regalloc: merge overlapping fixed intervals better
lemon
2025-11-22
1
-1
/
+12
|
*
irdump: print alloca # bytes
lemon
2025-11-21
1
-0
/
+3
|
*
ir: implement dominator tree computation
lemon
2025-11-21
3
-0
/
+40
|
*
ir: barebones IR passes checked contracts
lemon
2025-11-21
7
-2
/
+26
|
*
remove umul
lemon
2025-11-21
3
-3
/
+1
|
*
change op names to match 285063eba44
lemon
2025-11-21
8
-142
/
+142
|
*
rename IR classes to reflect bitsize
lemon
2025-11-21
9
-46
/
+46
|
*
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 ↵
lemon
2025-11-21
1
-6
/
+7
|
|
|
|
entry block
*
isel: lower allocas a different way, such that stk address gets materialized ↵
lemon
2025-11-20
1
-1
/
+1
|
|
|
|
when necesary
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
3
-21
/
+53
|
*
mem2reg: fix edgecase..
lemon
2025-11-19
1
-1
/
+1
|
*
debug output to stdout
lemon
2025-11-19
5
-75
/
+79
|
*
factor type stuff into type.h
lemon
2025-11-16
1
-0
/
+14
|
*
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
|
[next]