index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
c: handle more static eval edgecases for int -> ptr
lemon
2025-12-13
1
-0
/
+9
*
Add -O optimization flag
lemon
2025-12-13
1
-0
/
+1
*
fix position independent loads of function symbols.
lemon
2025-12-13
3
-10
/
+30
*
test/14
lemon
2025-12-13
1
-0
/
+12
*
c: accept C99 `[static N]` style array decls, changes to fn quals
lemon
2025-12-11
1
-0
/
+5
*
_Alignof and stuff
lemon
2025-12-11
1
-0
/
+22
*
update lua/.gitignore
lemon
2025-12-10
1
-0
/
+2
*
c: fix compound assignment type conversions when types don't match
lemon
2025-12-10
2
-0
/
+0
*
Add lua 5.4.0 test suite
lemon
2025-12-07
120
-1
/
+59828
*
test/12-flt: add some weird float cmp edgecases
lemon
2025-12-07
1
-2
/
+9
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
2
-3
/
+6
*
test 12-flt
lemon
2025-12-05
3
-4
/
+36
*
test/11-abi
lemon
2025-12-02
1
-0
/
+37
*
ir: implement cvtu64f. and other bug fixes
lemon
2025-11-23
1
-2
/
+2
*
implement cvtfXu64 by lowering it in builder
lemon
2025-11-23
1
-2
/
+2
*
c: __builtin_va_copy
lemon
2025-11-23
1
-0
/
+17
*
implement float varargs, and some other fixes
lemon
2025-11-23
1
-0
/
+22
*
tests: add Nora Sandler's 'Write a C Compiler' test suite
lemon
2025-11-22
2
-0
/
+4
*
rename test/varargs
lemon
2025-11-19
1
-0
/
+0
*
make clean test/build
lemon
2025-11-16
1
-1
/
+1
*
basic automated testing
lemon
2025-11-16
13
-45
/
+162
*
isel: don't incorrectly clamp constant lhs of shift operation
lemon
2025-11-15
1
-1
/
+1
*
preeliminary va_list support
lemon
2025-11-14
1
-0
/
+17
*
regalloc: misc
lemon
2025-11-02
1
-0
/
+11
*
c: avoid generating relocations in .rodata (putting such objects in .data ins...
lemon
2025-10-25
1
-0
/
+2
*
amd64: float conversion insntrs
lemon
2025-10-18
1
-0
/
+25
*
wide str and char literals
lemon
2025-10-16
1
-3
/
+6
*
test more cpp behavior
lemon
2025-10-15
1
-0
/
+18
*
c: concatenate adjacent string literal tokens
lemon
2025-10-15
1
-1
/
+4
*
lex: allow ## in non func macros. and error reporting
lemon
2025-10-13
1
-1
/
+8
*
implement most of preprocessor
lemon
2025-10-13
3
-3
/
+15
*
bugfixes
lemon
2025-10-10
1
-1
/
+1
*
update todo.txt
lemon
2025-10-09
1
-2
/
+7
*
compound literals
lemon
2025-10-09
1
-0
/
+5
*
bugfix for initz
lemon
2025-10-08
1
-0
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
1
-4
/
+14
*
implement switch statement
lemon
2025-09-16
1
-0
/
+45
*
frontend: more bitfield work
lemon
2025-09-15
1
-3
/
+20
*
test/sort.c
lemon
2025-09-15
1
-0
/
+31
*
regalloc: hand-roll qsort (bikeshedding...)
lemon
2025-09-15
1
-1
/
+1
*
fix signed bitfield errata
lemon
2025-09-14
1
-2
/
+2
*
start implementing bitfields
lemon
2025-09-14
1
-0
/
+12
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
2
-3
/
+23
*
regalloc.c cleanup
lemon
2025-09-14
3
-7
/
+5
*
regalloc: basic spilling support
lemon
2025-09-13
1
-0
/
+8
*
c: function-local static vars
lemon
2025-09-12
4
-3
/
+14
*
lex: stringify args in function macros
lemon
2025-09-10
2
-3
/
+8
*
lex: implement basic function-like macro functionality
lemon
2025-09-10
2
-6
/
+9
*
fixes, delnops
lemon
2025-09-09
1
-1
/
+1
*
regalloc: start implementing linear scan
lemon
2025-09-08
4
-1
/
+71
[prev]
[next]