index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
c: make builtin va_list an opaque struct
lemon
2025-10-23
4
-6
/
+14
|
*
regalloc: implement spilling output when 1 input was spilled
lemon
2025-10-23
1
-5
/
+21
|
*
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
4
-33
/
+66
|
*
isel: fix -fpic factoring out non-symbolic address operands
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
|
*
amd64: load/store from abs address constants; movabs
lemon
2025-10-23
2
-21
/
+51
|
*
eval: fix indexing string literal
lemon
2025-10-23
1
-2
/
+2
|
*
amd64/emit PI8 fix int overflow edgecase
lemon
2025-10-23
1
-1
/
+1
|
*
fix edge case codegen bugs (w/ stack offsets, spilling)
lemon
2025-10-22
2
-6
/
+15
|
*
c: fix wrong addr for initializer codegen
lemon
2025-10-22
1
-1
/
+1
|
*
always keep volatile loads
lemon
2025-10-22
2
-13
/
+18
|
*
regalloc fix devirt
lemon
2025-10-22
1
-3
/
+5
|
*
c: expr2reloc fix &gsym
lemon
2025-10-21
1
-1
/
+1
|
*
lex: handle all the whitespace characters
lemon
2025-10-21
1
-1
/
+1
|
*
io: reject non file files
lemon
2025-10-20
2
-17
/
+20
|
*
Makefile: always have -g
lemon
2025-10-20
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
5
-78
/
+103
|
*
amd64/emit errata
lemon
2025-10-20
1
-1
/
+1
|
*
driver: pass thru linker -l args
lemon
2025-10-20
1
-0
/
+4
|
*
codegen bugfixes
lemon
2025-10-19
2
-3
/
+16
|
*
c irgen fixes
lemon
2025-10-19
5
-22
/
+67
|
*
Organize source files into directories
lemon
2025-10-19
27
-29
/
+25
|
*
amd64: float conversion insntrs
lemon
2025-10-18
3
-2
/
+68
|
*
#pragma once
lemon
2025-10-18
10
-70
/
+195
|
*
small thigns
lemon
2025-10-18
2
-2
/
+3
|
*
cmd: "-" to read from stdin
lemon
2025-10-17
1
-1
/
+1
|
*
add -E preprocessing option
lemon
2025-10-17
6
-18
/
+161
|
*
codegen bugfix
lemon
2025-10-17
2
-6
/
+13
|
*
various little bugs
lemon
2025-10-16
3
-5
/
+10
|
*
wide str and char literals
lemon
2025-10-16
9
-72
/
+225
|
*
lowsetsetbit
lemon
2025-10-15
1
-1
/
+2
|
*
be able to eval offsetof() macro
lemon
2025-10-15
2
-12
/
+36
|
*
fix offsetof definition
lemon
2025-10-15
1
-1
/
+1
|
*
c: asserts too much
lemon
2025-10-15
1
-1
/
+0
|
*
sanity checks
lemon
2025-10-15
2
-4
/
+10
|
*
c: fix codegen for enum types
lemon
2025-10-15
4
-48
/
+66
|
*
test more cpp behavior
lemon
2025-10-15
1
-0
/
+18
|
*
misc
lemon
2025-10-15
2
-1
/
+2
|
*
builtin stdbool.h
lemon
2025-10-15
1
-0
/
+8
|
*
c: add __func__
lemon
2025-10-15
1
-0
/
+18
|
*
c: some codegen fixes
lemon
2025-10-15
1
-20
/
+36
|
*
implement long double (as double synonym). wchar_t placeholder
lemon
2025-10-15
6
-9
/
+14
|
*
c: various initializer fixes
lemon
2025-10-15
2
-13
/
+68
|
*
c: cast/compound lit distinction is syntax based
lemon
2025-10-15
1
-1
/
+1
|
*
c: concatenate adjacent string literal tokens
lemon
2025-10-15
2
-4
/
+26
|
*
c: allow using pointer-decaying types with &&, ||
lemon
2025-10-15
1
-1
/
+1
|
[next]