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 (
Expand
)
Author
Age
Files
Lines
*
c: fix static eval for address of some array refs
lemon
2025-11-22
1
-1
/
+3
*
c: add decl.sym; avoid calling mkhiddensym repeatedly
lemon
2025-11-22
1
-22
/
+16
*
c: move warning for extension keyword til after preprocessor
lemon
2025-11-22
1
-2
/
+9
*
c: cast should narrow for narrow ints
lemon
2025-11-22
1
-2
/
+3
*
amd64/emit: fix REX-requiring 8-bit GPR encoding checking wrong reg
lemon
2025-11-22
1
-0
/
+2
*
remove umul
lemon
2025-11-21
1
-2
/
+2
*
change op names to match 285063eba44
lemon
2025-11-21
1
-20
/
+20
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-16
/
+16
*
c: fix conditional expr not converting operands to final type
lemon
2025-11-21
1
-9
/
+13
*
isel: lower allocas a different way, such that stk address gets materialized ...
lemon
2025-11-20
1
-1
/
+1
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
1
-1
/
+1
*
c: implement ++/-- for bitfields
lemon
2025-11-19
1
-7
/
+21
*
c: remove vestigial ins variable
lemon
2025-11-19
1
-93
/
+88
*
debug output to stdout
lemon
2025-11-19
1
-2
/
+2
*
c: due to __builtin_trap (in the future also things like noreturn function ca...
lemon
2025-11-15
1
-1
/
+5
*
c: disallow void arguments
lemon
2025-11-15
1
-1
/
+3
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
1
-2
/
+4
*
c: forward-declaring function with incomplete type shouldn't error
lemon
2025-11-15
1
-10
/
+14
*
preeliminary va_list support
lemon
2025-11-14
1
-103
/
+149
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
1
-1
/
+0
*
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
*
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
1
-87
/
+111
*
c: various codegen bugs
lemon
2025-11-02
1
-6
/
+18
*
c: more initializer fixes
lemon
2025-11-02
1
-6
/
+8
*
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 ins...
lemon
2025-10-25
1
-12
/
+25
*
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