index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
support extern inline "definitions"
lemon
14 days
1
-0
/
+1
*
C99 complex types MVP
lemon
2026-04-13
1
-0
/
+1
*
backend: fix memory leak from not calling deluses() after replcuses in some p...
lemon
2026-04-11
1
-6
/
+5
*
backend: run mem2reg after inlining
lemon
2026-04-11
1
-1
/
+5
*
mkintcon: bugfix clamp i32 to i32 range
lemon
2026-04-09
1
-2
/
+4
*
abi: fix use bug preventing mem2reg optimization of struct return
lemon
2026-03-25
1
-4
/
+4
*
IR: emit inline function standalone bodies lazily
lemon
2026-03-23
1
-2
/
+9
*
IR: mark free'd instructions as such
lemon
2026-03-23
1
-15
/
+26
*
style: change uvlong -> u64int, vlong -> s64int
lemon
2026-03-22
1
-1
/
+1
*
IR: add 3rd operand to Instr
lemon
2026-03-22
1
-1
/
+1
*
ir: do not always try to put small literals in .text
lemon
2026-03-19
1
-1
/
+10
*
Refactor: use typedefs and CamelCase for aggregate types
lemon
2026-03-18
1
-92
/
+92
*
Refactor: move some utils from antcc.h to their own headers
lemon
2026-03-17
1
-0
/
+1
*
REFACTOR: finish renaming
lemon
2026-03-17
1
-3
/
+3
*
REFACTOR: move sources to src/
lemon
2026-03-17
1
-0
/
+689