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
...
*
IR: add 3rd operand to Instr
lemon
2026-03-22
19
-167
/
+171
*
test/lua -> change Makefile to PLAT=posix
lemon
2026-03-21
2
-2
/
+2
*
Rework handling of predefined macros.
lemon
2026-03-21
11
-95
/
+228
*
0.2.2
lemon
2026-03-21
1
-2
/
+2
*
oops.
lemon
2026-03-21
1
-1
/
+1
*
OSunk -> unknown
lemon
2026-03-21
1
-2
/
+2
*
Tweak configure & driver, fallback to cc
lemon
2026-03-21
2
-15
/
+29
*
configure shellcheck, again
lemon
2026-03-21
1
-5
/
+5
*
configure: sh shell conformance
lemon
2026-03-21
1
-1
/
+1
*
fix again for openbsd
lemon
2026-03-20
2
-4
/
+4
*
c: fix crash with dead code in condexpr
lemon
2026-03-20
1
-1
/
+2
*
driver: only depend on ld for linking (todo)
lemon
2026-03-20
5
-47
/
+155
*
c: better preserve source location in some cases
lemon
2026-03-20
2
-2
/
+8
*
io: make -w suppress notes too
lemon
2026-03-20
5
-16
/
+17
*
c: fix isboollike() for phis
lemon
2026-03-19
1
-2
/
+3
*
0.2.1
lemon
2026-03-19
1
-2
/
+2
*
c: fix qualifiers for array declarators
lemon
2026-03-19
2
-7
/
+16
*
Shell script changes for portability
lemon
2026-03-19
3
-13
/
+18
*
test: add test for __func__
lemon
2026-03-19
1
-0
/
+2
*
ir: do not always try to put small literals in .text
lemon
2026-03-19
2
-4
/
+13
*
preeliminary support for openBSD
lemon
2026-03-19
5
-16
/
+46
*
regalloc & emit: explicit comparisons over memcmp of small structures
lemon
2026-03-19
2
-3
/
+19
*
cpp: fix nullptr deref for unknown target predefs
lemon
2026-03-19
1
-1
/
+1
*
c: remove unused initialization of decl.align
lemon
2026-03-19
1
-3
/
+3
*
c: fix edge cases with zero sized bitfields and static initializers
lemon
2026-03-18
3
-10
/
+31
*
regalloc: use in-place mergesort for intervals
lemon
2026-03-18
1
-60
/
+60
*
cpp: do not warn for "#define X(){}" with no space after the )
lemon
2026-03-18
1
-1
/
+1
*
0.2.0
lemon
2026-03-18
1
-3
/
+3
*
Use #pragma once
lemon
2026-03-18
8
-17
/
+12
*
c.h: accidentally removed a const
lemon
2026-03-18
1
-1
/
+1
*
README missed filename
lemon
2026-03-18
1
-1
/
+1
*
Refactor: use typedefs and CamelCase for aggregate types
lemon
2026-03-18
42
-2066
/
+2092
*
Refactor: antcc.h move things around
lemon
2026-03-17
1
-10
/
+10
*
Refactor: move some utils from antcc.h to their own headers
lemon
2026-03-17
12
-117
/
+136
*
REFACTOR: finish renaming
lemon
2026-03-17
35
-142
/
+154
*
REFACTOR: move sources to src/
lemon
2026-03-17
49
-21
/
+10
*
test/.gitignore
lemon
2026-03-17
1
-0
/
+1
*
switch to whitelist based .gitignore
lemon
2026-03-16
1
-14
/
+29
*
Update README
lemon
2026-03-16
1
-3
/
+1
*
fix Makefile
lemon
2026-03-16
1
-3
/
+3
*
regalloc: improve spilling and cleanup
lemon
2026-03-16
4
-354
/
+401
*
ir: blk loop index for spill cost
lemon
2026-03-16
3
-4
/
+39
*
Makefile: add clean-tool
lemon
2026-03-16
1
-2
/
+5
*
eval: fix errata with ELOGIOR, also rename lhs & rhs
lemon
2026-03-15
1
-78
/
+77
*
c: default enum to unsigned int backing type
lemon
2026-03-15
1
-1
/
+3
*
build system: use custom depgen instead of gcc
lemon
2026-03-15
4
-5
/
+170
*
c-testsuite.sh
lemon
2026-03-14
1
-2
/
+4
*
eval & fold: handle division overflow for MIN/-1
lemon
2026-03-14
2
-2
/
+9
*
cpp: better handling for #include file not found
lemon
2026-03-14
1
-12
/
+20
*
make clean rm --
lemon
2026-03-14
1
-1
/
+1
[prev]
[next]