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
*
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
*
Add -O optimization flag
lemon
2025-12-13
1
-2
/
+4
*
fix position independent loads of function symbols.
lemon
2025-12-13
3
-6
/
+6
*
rename arraylength macro -> countof
lemon
2025-12-11
5
-22
/
+22
*
ir: bump MAXINSTR
lemon
2025-12-10
1
-1
/
+1
*
parallel move; implement reg<->stack swp
lemon
2025-12-10
1
-3
/
+18
*
regalloc: optimize a little edge case better
lemon
2025-12-10
1
-4
/
+6
*
misc fixes
lemon
2025-12-10
1
-1
/
+1
*
rega: change assert for spilled callee. it's ok if nspill==1
lemon
2025-12-09
1
-1
/
+1
*
abi: fix aggregate passed by regs 2nd reg offset
lemon
2025-12-06
2
-24
/
+28
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-2
/
+0
*
ir: float fold div/0
lemon
2025-12-05
1
-4
/
+3
*
regalloc: kill dead defs of physical regs
lemon
2025-12-04
1
-8
/
+16
*
c: make tentative definitions work
lemon
2025-12-02
1
-1
/
+1
*
abi/isel: aggregate args in stack wip
lemon
2025-11-27
1
-9
/
+31
*
regalloc: skip dead phis
lemon
2025-11-26
1
-1
/
+4
*
ir: simplify some occurrences of single-argument phis
lemon
2025-11-24
2
-8
/
+17
*
ir.h: tweak mkintrin() definition to work with tinycc
lemon
2025-11-24
1
-1
/
+1
*
ir: implement cvtu64f. and other bug fixes
lemon
2025-11-23
1
-2
/
+35
*
implement cvtfXu64 by lowering it in builder
lemon
2025-11-23
1
-9
/
+46
*
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
[next]