index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
lemon
2025-11-07
1
-4
/
+7
|
|
|
|
intermediate load
*
c: do fold conditional exprs
lemon
2025-11-06
1
-1
/
+16
|
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
2
-89
/
+115
|
*
c: various codegen bugs
lemon
2025-11-02
1
-6
/
+18
|
*
c: more initializer fixes
lemon
2025-11-02
1
-6
/
+8
|
*
lex: fix bugs filling char buffer
lemon
2025-10-27
2
-15
/
+23
|
*
c: more initializer fixes
lemon
2025-10-26
1
-11
/
+28
|
*
c: alloca fixup wrong when not emitsing
lemon
2025-10-25
1
-2
/
+3
|
*
c: avoid generating relocations in .rodata (putting such objects in .data ↵
lemon
2025-10-25
1
-12
/
+25
|
|
|
|
instead for now)
*
c: bitfield initialzers
lemon
2025-10-24
1
-17
/
+31
|
*
c: also propagate terminates in genswitch
lemon
2025-10-24
1
-3
/
+10
|
*
codegen fixes, propagate terminate
lemon
2025-10-24
1
-1
/
+6
|
*
lex enlarge internht
lemon
2025-10-23
1
-1
/
+1
|
*
c erratas
lemon
2025-10-23
2
-2
/
+2
|
*
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
1
-1
/
+9
|
*
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
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
|
*
eval: fix indexing string literal
lemon
2025-10-23
1
-2
/
+2
|
*
c: fix wrong addr for initializer codegen
lemon
2025-10-22
1
-1
/
+1
|
*
always keep volatile loads
lemon
2025-10-22
1
-13
/
+14
|
*
c: expr2reloc fix &gsym
lemon
2025-10-21
1
-1
/
+1
|
*
lex: handle all the whitespace characters
lemon
2025-10-21
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
2
-7
/
+15
|
*
c irgen fixes
lemon
2025-10-19
3
-21
/
+60
|
*
Organize source files into directories
lemon
2025-10-19
6
-0
/
+6622