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 (
Expand
)
Author
Age
Files
Lines
*
regalloc: fix defn of spilled var with immediate
lemon
2026-02-28
1
-1
/
+14
*
fix various warnings
lemon
2026-02-24
3
-9
/
+7
*
inline: fix undefined value returns
lemon
2026-02-24
1
-1
/
+2
*
IR: just use an array for extended constants
lemon
2026-02-19
5
-37
/
+25
*
cfg: dominator computation should ignore blocks with no predecessors
lemon
2026-02-19
1
-1
/
+1
*
ir: regalloc & x86-64 isel bugfixes
lemon
2026-02-18
1
-1
/
+1
*
ir/dump: sanity check
lemon
2026-02-18
1
-0
/
+1
*
ir/rpo: sanity checks
lemon
2026-02-18
1
-4
/
+7
*
ir: basic inlining pass implementation
lemon
2026-02-18
4
-11
/
+333
*
simpl: fix simplifying known cond branches
lemon
2026-01-11
1
-8
/
+3
*
ir/simpl: stub out some code that wasn't properly tested and broken
lemon
2026-01-09
1
-0
/
+2
*
codegen: eliminate redudant consecutive ret sequences
lemon
2026-01-08
1
-0
/
+1
*
ir: only stub out float <-> u64 cvt on x86
lemon
2026-01-08
1
-4
/
+3
*
irsimpl: optimize away cond branches after constant propagation
lemon
2026-01-07
1
-21
/
+69
*
basic CSE
lemon
2026-01-04
4
-0
/
+119
*
ir bugfixes
lemon
2026-01-04
2
-4
/
+14
*
rega: fix spill copy of i32 -> i64
lemon
2026-01-04
3
-6
/
+6
*
backend: separate instrs for integer/float store
lemon
2025-12-31
7
-19
/
+30
*
aarch64 isel syms with offset
lemon
2025-12-31
1
-6
/
+3
*
ir/builder: fix bug optiminzg x+x as x-x -> 0
lemon
2025-12-26
1
-2
/
+3
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
3
-7
/
+12
*
ir: arena-backed linked list for uselists
lemon
2025-12-24
3
-115
/
+90
*
abi0: get rid of manual instruse reordering
lemon
2025-12-24
1
-12
/
+1
*
lower alloca as a separate pass before isel
lemon
2025-12-23
4
-0
/
+46
*
ir: use BIT macro for regset (1<< is wrong for u64)
lemon
2025-12-23
2
-6
/
+8
*
simpl: handle multiplication by negative po2 too
lemon
2025-12-22
1
-5
/
+9
*
simpl: optimize unsigned & signed division by power of 2
lemon
2025-12-21
3
-19
/
+66
*
ir: simpl: optimize some constant multiplications
lemon
2025-12-21
2
-18
/
+61
*
rega: fix 3ff0bfcb
lemon
2025-12-21
1
-4
/
+1
*
driver: -fsyntax-only
lemon
2025-12-20
1
-1
/
+1
*
rega: fix infinite loop when compiling infinite loop
lemon
2025-12-20
1
-1
/
+4
*
some static assertions for packed type sizes
lemon
2025-12-20
1
-0
/
+2
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
7
-31
/
+21
*
backend: general simplification pass skeleton
lemon
2025-12-20
3
-1
/
+154
*
copyopt: optimize same-arg phis with multiple preds
lemon
2025-12-20
1
-2
/
+6
*
ir/regalloc: struct alloc -> union alloc
lemon
2025-12-20
1
-16
/
+15
*
ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.c
lemon
2025-12-19
4
-30
/
+29
*
ir: move cls2load to interface
lemon
2025-12-18
3
-7
/
+7
*
regalloc+emit: get rid of xsave/xrestore hack
lemon
2025-12-18
2
-51
/
+63
*
rega: implement stack<->stack swap for parallel moves
lemon
2025-12-18
1
-29
/
+34
*
x86_64: for vararg calls, write to EAX in isel
lemon
2025-12-18
1
-8
/
+25
*
x86-64/emit: implement single-exit-point ret with jump threading
lemon
2025-12-16
2
-1
/
+3
*
bitset: better implementation of bsiter() and stuff
lemon
2025-12-16
2
-2
/
+2
*
mem2reg: fix obvious inefficiency
lemon
2025-12-16
1
-16
/
+10
*
create distinct interned string type
lemon
2025-12-15
3
-10
/
+10
*
move intern() to mem.c
lemon
2025-12-15
1
-1
/
+0
*
regalloc: fix lifetime construction for nested loops
lemon
2025-12-15
1
-17
/
+34
*
only put dats can in .text now when emitting it
lemon
2025-12-14
2
-3
/
+3
*
various relocation related optimization
lemon
2025-12-14
1
-4
/
+6
*
regalloc: fixbug with phi move of stack <- stack
lemon
2025-12-13
2
-6
/
+5
[next]