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
*
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
|
|
|
|
when necesary
*
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 ↵
lemon
2025-11-15
1
-1
/
+5
|
|
|
|
calls), compileexpr() can terminate current block. add checks for that in callexpr. more are probably needed..
*
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 ↵
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
|
[next]