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
*
regalloc: fix lifetime construction for nested loops
lemon
2025-12-15
1
-17
/
+34
*
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
3
-28
/
+29
*
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
4
-48
/
+50
*
test/c-testsuite.sh
lemon
2025-12-15
3
-6
/
+5
*
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
*
x86_64/emit: handle pseudo subtraction used for cmp
lemon
2025-12-14
1
-0
/
+2
*
c: allow implicit type conversions between plain char pointer and
lemon
2025-12-14
1
-3
/
+5
*
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
3
-28
/
+137
*
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
3
-5
/
+5
*
various relocation related optimization
lemon
2025-12-14
6
-56
/
+78
*
elf: use a hashmap for looking up symbols
lemon
2025-12-14
2
-32
/
+52
*
kill fred
lemon
2025-12-13
2
-2
/
+1
*
add c-testsuite
lemon
2025-12-13
912
-0
/
+9205
*
c: handle more static eval edgecases for int -> ptr
lemon
2025-12-13
3
-5
/
+29
*
c: case/default labels only create new blocks when necessary
lemon
2025-12-13
1
-7
/
+11
*
regalloc: fixbug with phi move of stack <- stack
lemon
2025-12-13
2
-6
/
+5
*
Add -O optimization flag
lemon
2025-12-13
4
-2
/
+15
*
fix position independent loads of function symbols.
lemon
2025-12-13
9
-26
/
+48
*
test/14
lemon
2025-12-13
1
-0
/
+12
*
x86-64/emit errata
lemon
2025-12-12
1
-7
/
+4
*
x86_64: fix erroneous encoding of index reg in no-pie situations
lemon
2025-12-12
1
-11
/
+1
*
s/amd64/x86_64/
lemon
2025-12-12
10
-20
/
+20
*
emit: turn ADD -imm into SUB imm
lemon
2025-12-12
1
-1
/
+5
*
isel: fix bug where sub turned into add, but inplace didn't reflect
lemon
2025-12-12
1
-2
/
+2
*
c: switch stmt diagnostics
lemon
2025-12-12
1
-8
/
+49
*
amd64/emit: change instr desc table a little
lemon
2025-12-12
1
-157
/
+158
*
lex: use pmap for macro lookup
lemon
2025-12-12
4
-134
/
+100
*
rename arraylength macro -> countof
lemon
2025-12-11
15
-106
/
+106
*
default to C11
lemon
2025-12-11
1
-1
/
+1
*
c: accept C99 `[static N]` style array decls, changes to fn quals
lemon
2025-12-11
5
-61
/
+56
*
_Alignof and stuff
lemon
2025-12-11
5
-13
/
+53
*
c: use a look-up table for isdecltok()
lemon
2025-12-11
1
-14
/
+18
*
-trigraphs option
lemon
2025-12-11
2
-3
/
+5
*
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
5
-110
/
+119
*
driver: add -Werror
lemon
2025-12-11
3
-1
/
+6
*
fatal() make noreturn
lemon
2025-12-11
1
-2
/
+8
*
make fatal() _Noreturn
lemon
2025-12-11
2
-2
/
+2
*
lex/expr(): cleanup
lemon
2025-12-11
1
-29
/
+29
*
c: expr2reloc() change sig to return addend
lemon
2025-12-11
1
-15
/
+12
*
ir: bump MAXINSTR
lemon
2025-12-10
1
-1
/
+1
[next]