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 (
Expand
)
Author
Age
Files
Lines
...
*
cpp: fix ## bug
lemon
2025-11-23
1
-1
/
+1
*
c: fix precedence of conditional expression rhs
lemon
2025-11-22
1
-2
/
+2
*
c: make the warning for '()' function declarations less strict
lemon
2025-11-22
1
-1
/
+1
*
c: fix static eval for address of some array refs
lemon
2025-11-22
2
-2
/
+7
*
c: add decl.sym; avoid calling mkhiddensym repeatedly
lemon
2025-11-22
2
-22
/
+17
*
c: move warning for extension keyword til after preprocessor
lemon
2025-11-22
3
-4
/
+12
*
lex: #include ".." should also look in working directory
lemon
2025-11-22
1
-19
/
+17
*
lex: move token data from tmp to glob arena when used in a macro body
lemon
2025-11-22
1
-2
/
+7
*
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
*
cpp: add predefined __antcc__ macro, for debugging
lemon
2025-11-20
1
-0
/
+1
*
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
*
eval: fix enum edge case
lemon
2025-11-19
1
-2
/
+2
*
eval: fix b0c0f2d2d885 for ptr convertible
lemon
2025-11-19
1
-1
/
+1
*
debug output to stdout
lemon
2025-11-19
1
-2
/
+2
*
eval: only isaddrconst for ptrs
lemon
2025-11-16
1
-1
/
+1
*
factor type stuff into type.h
lemon
2025-11-16
2
-0
/
+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
3
-9
/
+50
*
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
4
-168
/
+346
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
1
-1
/
+0
*
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
*
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
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 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
*
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
[prev]
[next]