index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
REFACTOR: move sources to src/
lemon
2026-03-17
1
-465
/
+0
*
ccopt.dbg.any -> uint
lemon
2026-03-04
1
-1
/
+1
*
cpp: add __COUNTER__ macro
lemon
2026-02-23
1
-0
/
+14
*
cpp: better diagnostics
lemon
2026-02-21
1
-0
/
+3
*
alloccopy: explicit no-op on zero size.
lemon
2026-02-18
1
-0
/
+1
*
ir: basic inlining pass implementation
lemon
2026-02-18
1
-0
/
+2
*
driver: -iquote, -isystem, etc
lemon
2026-01-12
1
-4
/
+13
*
backend: start implementing aarch64
lemon
2025-12-28
1
-4
/
+4
*
lower alloca as a separate pass before isel
lemon
2025-12-23
1
-0
/
+1
*
optimize lexer a bit more
lemon
2025-12-20
1
-1
/
+2
*
driver: -w, update help
lemon
2025-12-19
1
-0
/
+1
*
nicer defaults and facilities for cross-compilation
lemon
2025-12-17
1
-2
/
+6
*
bitset: better implementation of bsiter() and stuff
lemon
2025-12-16
1
-9
/
+15
*
create distinct interned string type
lemon
2025-12-15
1
-3
/
+4
*
move intern() to mem.c
lemon
2025-12-15
1
-0
/
+3
*
cpp: support #line directives
lemon
2025-12-14
1
-2
/
+3
*
Add -O optimization flag
lemon
2025-12-13
1
-0
/
+4
*
s/amd64/x86_64/
lemon
2025-12-12
1
-1
/
+1
*
lex: use pmap for macro lookup
lemon
2025-12-12
1
-2
/
+5
*
rename arraylength macro -> countof
lemon
2025-12-11
1
-1
/
+1
*
_Alignof and stuff
lemon
2025-12-11
1
-0
/
+2
*
driver: add -Werror
lemon
2025-12-11
1
-0
/
+1
*
fatal() make noreturn
lemon
2025-12-11
1
-2
/
+8
*
make fatal() _Noreturn
lemon
2025-12-11
1
-1
/
+1
*
misc fixes
lemon
2025-12-10
1
-1
/
+1
*
mem: fix pmap_init and change hashmap load factors to 75%
lemon
2025-12-09
1
-1
/
+1
*
lex: make some hashtables resizable
lemon
2025-12-09
1
-7
/
+6
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-0
/
+3
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
1
-2
/
+2
*
use bstdout for -E
lemon
2025-11-26
1
-1
/
+1
*
debug output to stdout
lemon
2025-11-19
1
-0
/
+1
*
factor type stuff into type.h
lemon
2025-11-16
1
-208
/
+1
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-3
/
+3
*
c: make builtin va_list an opaque struct
lemon
2025-10-23
1
-2
/
+2
*
use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt
lemon
2025-10-23
1
-6
/
+13
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-32
/
+42
*
c irgen fixes
lemon
2025-10-19
1
-1
/
+0
*
#pragma once
lemon
2025-10-18
1
-2
/
+7
*
add -E preprocessing option
lemon
2025-10-17
1
-1
/
+2
*
wide str and char literals
lemon
2025-10-16
1
-2
/
+6
*
lowsetsetbit
lemon
2025-10-15
1
-1
/
+2
*
c: fix codegen for enum types
lemon
2025-10-15
1
-2
/
+7
*
implement most of preprocessor
lemon
2025-10-13
1
-0
/
+11
*
c: call memset for some runtime zero initializations
lemon
2025-10-09
1
-0
/
+8
*
alloc changes
lemon
2025-09-17
1
-0
/
+4
*
preliminary pie and pic
lemon
2025-09-14
1
-0
/
+1
*
regset doesnt need all those macros
lemon
2025-09-14
1
-5
/
+2
*
change freearena for correctness
lemon
2025-09-14
1
-4
/
+4
*
regalloc improvements
lemon
2025-09-14
1
-0
/
+1
*
fixes, delnops
lemon
2025-09-09
1
-0
/
+1
[next]