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
*
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
*
embedfilesdir: don't need that much padding
lemon
2025-12-10
1
-1
/
+1
*
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
*
parallel move; implement reg<->stack swp
lemon
2025-12-10
2
-5
/
+21
*
update lua/.gitignore
lemon
2025-12-10
1
-0
/
+2
*
regalloc: optimize a little edge case better
lemon
2025-12-10
1
-4
/
+6
*
c: fix compound assignment type conversions when types don't match
lemon
2025-12-10
3
-2
/
+3
*
misc fixes
lemon
2025-12-10
3
-5
/
+4
*
elf: initialize str hashtable to a nicer size
lemon
2025-12-09
1
-0
/
+1
*
mem: fix pmap_init and change hashmap load factors to 75%
lemon
2025-12-09
2
-5
/
+4
*
lex: make some hashtables resizable
lemon
2025-12-09
2
-36
/
+73
*
rega: change assert for spilled callee. it's ok if nspill==1
lemon
2025-12-09
1
-1
/
+1
*
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
*
driver: update help
lemon
2025-12-08
1
-14
/
+32
*
driver: use fexecve for -run
lemon
2025-12-08
1
-17
/
+18
*
Add lua 5.4.0 test suite
lemon
2025-12-07
121
-2
/
+59828
*
test/12-flt: add some weird float cmp edgecases
lemon
2025-12-07
1
-2
/
+9
*
io: just use sprintf for printing doubles
lemon
2025-12-07
1
-28
/
+6
[next]