index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
c: fix uninitiliazed field in decltypes
lemon
2025-12-17
1
-0
/
+1
*
nicer defaults and facilities for cross-compilation
lemon
2025-12-17
1
-2
/
+16
*
c: improve some type error diagnostics
lemon
2025-12-15
1
-13
/
+22
*
create distinct interned string type
lemon
2025-12-15
4
-75
/
+76
*
move intern() to mem.c
lemon
2025-12-15
3
-47
/
+0
*
lex: loop with goto instead of tail recursion
lemon
2025-12-15
1
-7
/
+8
*
lexer: use a hashmap to lookup keywords
lemon
2025-12-15
2
-28
/
+28
*
c: error when defining function with incomplete parameter type
lemon
2025-12-15
1
-0
/
+4
*
c: support forward-declared enums
lemon
2025-12-15
1
-34
/
+32
*
c: emit data for __func__ lazily
lemon
2025-12-15
1
-15
/
+16
*
c: fix another memory-leak-when-errors case
lemon
2025-12-14
1
-1
/
+2
*
c: as a hack, warn for zero-length array instead of error
lemon
2025-12-14
1
-1
/
+1
*
c/builtin: fix vacopy
lemon
2025-12-14
1
-5
/
+6
*
c: fix memory leak if initializer data if error
lemon
2025-12-14
1
-1
/
+1
*
eval: long double placeholder
lemon
2025-12-14
1
-1
/
+2
*
cpp: support #line directives
lemon
2025-12-14
1
-10
/
+75
*
cpp: correctly handle extra tokens after directives
lemon
2025-12-14
1
-16
/
+21
*
only put dats can in .text now when emitting it
lemon
2025-12-14
1
-2
/
+2
*
various relocation related optimization
lemon
2025-12-14
1
-3
/
+3
*
c: handle more static eval edgecases for int -> ptr
lemon
2025-12-13
2
-5
/
+20
*
c: case/default labels only create new blocks when necessary
lemon
2025-12-13
1
-7
/
+11
*
fix position independent loads of function symbols.
lemon
2025-12-13
1
-3
/
+3
*
s/amd64/x86_64/
lemon
2025-12-12
1
-1
/
+1
*
c: switch stmt diagnostics
lemon
2025-12-12
1
-8
/
+49
*
lex: use pmap for macro lookup
lemon
2025-12-12
2
-126
/
+70
*
rename arraylength macro -> countof
lemon
2025-12-11
3
-51
/
+51
*
c: accept C99 `[static N]` style array decls, changes to fn quals
lemon
2025-12-11
1
-24
/
+45
*
_Alignof and stuff
lemon
2025-12-11
1
-11
/
+18
*
c: use a look-up table for isdecltok()
lemon
2025-12-11
1
-14
/
+18
*
-trigraphs option
lemon
2025-12-11
1
-3
/
+3
*
c: optimize environment decl lookup
lemon
2025-12-11
1
-6
/
+26
*
c: disallow mismatched nested extern decl, & more diagnostics
lemon
2025-12-11
1
-17
/
+24
*
c: support for noreturn, and decl parsing cleanup
lemon
2025-12-11
2
-107
/
+115
*
lex/expr(): cleanup
lemon
2025-12-11
1
-29
/
+29
*
c: expr2reloc() change sig to return addend
lemon
2025-12-11
1
-15
/
+12
*
lexer: properly add padding for cpppredefs
lemon
2025-12-10
1
-2
/
+2
*
c: fix static relocation for &sym[offset]
lemon
2025-12-10
1
-7
/
+6
*
c: fix compound assignment type conversions when types don't match
lemon
2025-12-10
1
-2
/
+3
*
lex: make some hashtables resizable
lemon
2025-12-09
1
-29
/
+67
*
c: fix some static initialziers
lemon
2025-12-08
1
-1
/
+3
*
eval: &*x address constants
lemon
2025-12-08
1
-0
/
+4
*
c: fix more declaration parsing bugs
lemon
2025-12-08
1
-7
/
+17
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-4
/
+52
*
eval: fix float cmps
lemon
2025-12-05
1
-0
/
+2
*
cpp: implement preprocessor expressions short circuiting behaviour
lemon
2025-12-03
1
-17
/
+23
*
c: allow redeclaration with K&R and non K&R prototypes
lemon
2025-12-03
1
-2
/
+10
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
2
-11
/
+30
*
c: make tentative definitions work
lemon
2025-12-02
1
-17
/
+34
*
c: narrowing ints of different signedness...
lemon
2025-12-01
1
-1
/
+1
*
c: edgecase for redeclaration of implicit sized array
lemon
2025-12-01
1
-1
/
+1
[prev]
[next]