index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
lemon
2025-10-25
3
-13
/
+30
|
|
|
|
instead for now)
*
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
|
*
use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt
lemon
2025-10-23
4
-33
/
+66
|
*
isel: fix -fpic factoring out non-symbolic address operands
lemon
2025-10-23
1
-1
/
+1
|
*
lex: fix base-16 literals adding an extra zero when there's a type suffix
lemon
2025-10-23
1
-4
/
+3
|
*
amd64: load/store from abs address constants; movabs
lemon
2025-10-23
2
-21
/
+51
|
*
eval: fix indexing string literal
lemon
2025-10-23
1
-2
/
+2
|
*
amd64/emit PI8 fix int overflow edgecase
lemon
2025-10-23
1
-1
/
+1
|
*
fix edge case codegen bugs (w/ stack offsets, spilling)
lemon
2025-10-22
2
-6
/
+15
|
*
c: fix wrong addr for initializer codegen
lemon
2025-10-22
1
-1
/
+1
|
*
always keep volatile loads
lemon
2025-10-22
2
-13
/
+18
|
*
regalloc fix devirt
lemon
2025-10-22
1
-3
/
+5
|
*
c: expr2reloc fix &gsym
lemon
2025-10-21
1
-1
/
+1
|
*
lex: handle all the whitespace characters
lemon
2025-10-21
1
-1
/
+1
|
*
io: reject non file files
lemon
2025-10-20
2
-17
/
+20
|
*
Makefile: always have -g
lemon
2025-10-20
1
-1
/
+1
|
*
c: fix initializer designators again (?)
lemon
2025-10-20
1
-6
/
+3
|
*
refactor vec_of(T) and misc
lemon
2025-10-20
5
-78
/
+103
|
[next]