index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
c: error string typo
lemon
2025-10-15
1
-1
/
+1
*
c: compound inits are lvalues
lemon
2025-10-15
1
-1
/
+1
*
c: redeclaration ok when old was unspecified length array
lemon
2025-10-15
1
-0
/
+7
*
elf.c vim style
lemon
2025-10-15
1
-0
/
+2
*
amd64: not, udiv
lemon
2025-10-14
1
-0
/
+13
*
cleanup lex.c
lemon
2025-10-14
1
-231
/
+220
*
some preprocessor fixes
lemon
2025-10-14
1
-14
/
+27
*
cfg: fix rpo dead blocks
lemon
2025-10-13
1
-8
/
+8
*
arithmetic type cvt errata
lemon
2025-10-13
1
-2
/
+2
*
amd64: mul -> imul
lemon
2025-10-13
1
-8
/
+9
*
lex: correct wsseparated (maybe?)
lemon
2025-10-13
1
-1
/
+1
*
lex: allow ## in non func macros. and error reporting
lemon
2025-10-13
2
-47
/
+65
*
implement most of preprocessor
lemon
2025-10-13
11
-289
/
+770
*
typeof
lemon
2025-10-12
2
-0
/
+23
*
intervalsoverlap errata
lemon
2025-10-11
1
-1
/
+1
[next]