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
*
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
*
elf: use SHN_ABS for file symbol
lemon
2025-10-10
1
-2
/
+2
*
unused functions
lemon
2025-10-10
1
-31
/
+0
*
bugfixes
lemon
2025-10-10
4
-59
/
+59
*
update todo.txt
lemon
2025-10-09
2
-3
/
+8
*
compound literals
lemon
2025-10-09
4
-11
/
+36
*
c: call memset for some runtime zero initializations
lemon
2025-10-09
3
-20
/
+41
*
bugfix for initz
lemon
2025-10-08
3
-2
/
+5
*
bit math goof
lemon
2025-10-08
1
-1
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
4
-41
/
+144
*
rega: move bssize
lemon
2025-10-08
1
-3
/
+2
*
rega: don't make fixed intervals for globally live regs
lemon
2025-10-07
1
-1
/
+4
*
alloc changes
lemon
2025-09-17
7
-27
/
+35
*
io.c errata non reg files
lemon
2025-09-17
1
-1
/
+1
*
fix some warnings
lemon
2025-09-17
1
-5
/
+5
*
fix some more codegen bugs for symbol constants
lemon
2025-09-16
2
-4
/
+6
*
implement switch statement
lemon
2025-09-16
3
-21
/
+161
*
frontend: more bitfield work
lemon
2025-09-15
2
-52
/
+140
*
no need to use a pmap for goto labels honestly
lemon
2025-09-15
1
-14
/
+23
*
test/sort.c
lemon
2025-09-15
1
-0
/
+31
*
codegen: fix 3-address sub reg,imm codegen
lemon
2025-09-15
1
-1
/
+1
[next]