index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
/
c.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
c erratas
lemon
2025-10-23
1
-1
/
+1
|
*
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
|
*
c: allow empty declarations in some contexts
lemon
2025-10-23
1
-4
/
+17
|
*
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
|
*
c: fix initializer designators again (?)
lemon
2025-10-20
1
-6
/
+3
|
*
c irgen fixes
lemon
2025-10-19
1
-14
/
+38
|
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+4054