index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement argument passing in stack
lemon
2025-11-12
3
-6
/
+20
*
amd64: fix positive RBP off (stack params); address encoding errata
lemon
2025-11-12
1
-2
/
+2
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
2
-1
/
+2
*
amd64/isel: make `sub imm` work for address fusing
lemon
2025-11-09
1
-2
/
+8
*
amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
3
-28
/
+7
*
abi: fix unaligned & overflowing loads/stores, for small size/aligned structs...
lemon
2025-11-09
1
-48
/
+84
*
lex: fix single-line comment eating up preprocessor directive in next line
lemon
2025-11-08
1
-1
/
+1
*
lex: #warning and #error
lemon
2025-11-08
1
-2
/
+13
*
driver: add -I commandline option
lemon
2025-11-08
1
-6
/
+15
*
c: inc/dec ptr should use ptrdiff integer class
lemon
2025-11-07
1
-2
/
+2
*
c: fix codegen bug with compound bitfield assignment reusing wrong intermedia...
lemon
2025-11-07
1
-4
/
+7
*
amd64: errata with unsigned greater than or equal (should be JAE)
lemon
2025-11-06
1
-1
/
+1
*
fold/builder: fix bad use of iscon in place of isnumcon
lemon
2025-11-06
2
-6
/
+6
*
c: do fold conditional exprs
lemon
2025-11-06
1
-1
/
+16
*
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
12
-213
/
+522
*
regalloc: misc
lemon
2025-11-02
2
-3
/
+14
*
cfg: allow dead blocks with alloca pseudo instrs
lemon
2025-11-02
1
-2
/
+7
*
c: various codegen bugs
lemon
2025-11-02
1
-6
/
+18
*
c: more initializer fixes
lemon
2025-11-02
1
-6
/
+8
*
isel: fix 3-address add when used for flags in branch
lemon
2025-11-02
1
-0
/
+3
*
rega: fix parallel stack moves
lemon
2025-11-02
1
-6
/
+19
*
isel fixes
lemon
2025-10-30
2
-4
/
+11
*
update todo.txt
lemon
2025-10-30
1
-3
/
+1
*
lex: fix bugs filling char buffer
lemon
2025-10-27
3
-16
/
+24
*
rega: fix Ocopy of stk->stk
lemon
2025-10-26
1
-3
/
+2
*
c: more initializer fixes
lemon
2025-10-26
1
-11
/
+28
*
isel: fix address sel for absolute int addr
lemon
2025-10-26
1
-0
/
+7
*
emit: remove unnecessary REX.W prfix for TEST r8
lemon
2025-10-26
1
-1
/
+1
*
c: alloca fixup wrong when not emitsing
lemon
2025-10-25
1
-2
/
+3
*
amd64: add/sub operands less restrictive
lemon
2025-10-25
1
-2
/
+2
*
c: avoid generating relocations in .rodata (putting such objects in .data ins...
lemon
2025-10-25
3
-13
/
+30
*
emit: PU8, PU16
lemon
2025-10-25
1
-0
/
+6
*
c: bitfield initialzers
lemon
2025-10-24
2
-18
/
+73
*
c: also propagate terminates in genswitch
lemon
2025-10-24
2
-4
/
+10
*
- break;
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
3
-8
/
+16
*
amd64 rbpoff
lemon
2025-10-24
1
-1
/
+1
*
ir bugfixes
lemon
2025-10-23
4
-4
/
+27
*
lex enlarge internht
lemon
2025-10-23
1
-1
/
+1
*
c erratas
lemon
2025-10-23
2
-2
/
+2
*
amd64 missing stuff
lemon
2025-10-23
2
-3
/
+12
*
c: make `sizeof (foo)->bar` work as expected..
lemon
2025-10-23
1
-88
/
+102
*
c: make builtin va_list an opaque struct
lemon
2025-10-23
4
-6
/
+14
*
regalloc: implement spilling output when 1 input was spilled
lemon
2025-10-23
1
-5
/
+21
*
lex: fix expansion for fn like macros passed as macro arguments
lemon
2025-10-23
1
-1
/
+1
*
lex: fix consecutive preprocessor concatenation
lemon
2025-10-23
1
-7
/
+10
*
c: allow empty declarations in some contexts
lemon
2025-10-23
1
-4
/
+17
[next]