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 version tracking. Starting at 0.1.0
lemon
2026-01-09
3
-4
/
+38
*
c: fix use after free
lemon
2026-01-09
1
-1
/
+2
*
cpp: fix pasting ident+keyword
lemon
2026-01-09
2
-4
/
+23
*
update README
lemon
2026-01-09
1
-1
/
+3
*
x86_64/isel: fix edgecase of fixarg from seljmp derefing nullpointer
lemon
2026-01-09
1
-1
/
+1
*
lexer: multibyte escape seqs in wide character literal
lemon
2026-01-09
1
-4
/
+13
*
c: allow 'register' in func parameter
lemon
2026-01-09
1
-1
/
+1
*
driver: remove hard limit for infiles
lemon
2026-01-09
1
-38
/
+44
*
cpp: fix multiline comment in skipped preprocessor directive
lemon
2026-01-09
3
-4
/
+19
*
cpp: fix single-line comment after preprocessor directive
lemon
2026-01-09
1
-1
/
+1
*
aarch64 codegen fixes
lemon
2026-01-08
2
-59
/
+100
*
codegen: eliminate redudant consecutive ret sequences
lemon
2026-01-08
2
-0
/
+3
*
ir: only stub out float <-> u64 cvt on x86
lemon
2026-01-08
1
-4
/
+3
*
irsimpl: optimize away cond branches after constant propagation
lemon
2026-01-07
1
-21
/
+69
*
io.c: bugfix
lemon
2026-01-07
1
-1
/
+2
*
aarch64: vshifts, flt cvt
lemon
2026-01-07
2
-6
/
+67
*
basic CSE
lemon
2026-01-04
5
-0
/
+120
*
ir bugfixes
lemon
2026-01-04
2
-4
/
+14
*
rega: fix spill copy of i32 -> i64
lemon
2026-01-04
3
-6
/
+6
*
aarch64: LDR literal, cmp value
lemon
2026-01-02
3
-10
/
+34
*
target sysv abi by default even for unknown abi
lemon
2026-01-01
1
-2
/
+2
*
driver: when linking, put libraries at the end of command
lemon
2026-01-01
1
-1
/
+1
*
Use a configure script, query system toolchain for default include paths
lemon
2026-01-01
7
-35
/
+135
*
aarch64: not, flt load/store
lemon
2025-12-31
2
-11
/
+47
*
c: fix diagnostic with "return <undeclared>"
lemon
2025-12-31
1
-2
/
+2
*
aarch64 floats
lemon
2025-12-31
2
-51
/
+106
*
backend: separate instrs for integer/float store
lemon
2025-12-31
13
-49
/
+79
*
aarch64 isel syms with offset
lemon
2025-12-31
3
-41
/
+59
*
c: SYM expr should store decl ref as an index, not pointer
lemon
2025-12-30
3
-52
/
+59
*
aarch64 mul/div
lemon
2025-12-30
2
-0
/
+31
*
more aarch64 work
lemon
2025-12-29
4
-71
/
+212
*
x86_64: optimize away some redundant zero extensions
lemon
2025-12-29
1
-1
/
+9
*
x86_64/isel: aimm should take vlong
lemon
2025-12-29
1
-1
/
+1
*
cpp: nicer handling of predefined macros
lemon
2025-12-29
1
-40
/
+29
*
backend: start implementing aarch64
lemon
2025-12-28
11
-24
/
+1245
*
x86_64/emit move things around
lemon
2025-12-26
1
-12
/
+11
*
ir/builder: fix bug optiminzg x+x as x-x -> 0
lemon
2025-12-26
1
-2
/
+3
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
6
-16
/
+19
*
cleantemps() fixes
lemon
2025-12-24
1
-0
/
+6
*
ir: arena-backed linked list for uselists
lemon
2025-12-24
4
-117
/
+96
*
abi0: get rid of manual instruse reordering
lemon
2025-12-24
1
-12
/
+1
*
x86_64: fix isel for 7036e19
lemon
2025-12-24
1
-1
/
+1
*
driver: use execvp
lemon
2025-12-23
1
-7
/
+6
*
x86_64: fix -fpic
lemon
2025-12-23
1
-9
/
+7
*
lower alloca as a separate pass before isel
lemon
2025-12-23
9
-36
/
+65
*
ir: use BIT macro for regset (1<< is wrong for u64)
lemon
2025-12-23
2
-6
/
+8
*
c: add _Generic
lemon
2025-12-22
2
-1
/
+54
*
update todo.txt
lemon
2025-12-22
1
-3
/
+11
*
c: recognize __attribute__ as decltok, improve diagnostic for expected declar...
lemon
2025-12-22
1
-1
/
+2
*
preprocessor make some errors just warnings
lemon
2025-12-22
1
-4
/
+6
[next]