index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
REFACTOR: move sources to src/
lemon
2026-03-17
1
-11
/
+5
*
fix Makefile
lemon
2026-03-16
1
-3
/
+3
*
Makefile: add clean-tool
lemon
2026-03-16
1
-2
/
+5
*
build system: use custom depgen instead of gcc
lemon
2026-03-15
1
-4
/
+15
*
make clean rm --
lemon
2026-03-14
1
-1
/
+1
*
0.1.7
lemon
2026-02-22
1
-1
/
+1
*
Makefile install rule depend on all
lemon
2026-02-21
1
-1
/
+1
*
config.mk, make install
lemon
2026-02-21
1
-7
/
+23
*
ir: basic inlining pass implementation
lemon
2026-02-18
1
-1
/
+1
*
basic CSE
lemon
2026-01-04
1
-0
/
+1
*
backend: start implementing aarch64
lemon
2025-12-28
1
-0
/
+1
*
lower alloca as a separate pass before isel
lemon
2025-12-23
1
-2
/
+3
*
backend: general simplification pass skeleton
lemon
2025-12-20
1
-1
/
+1
*
ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.c
lemon
2025-12-19
1
-1
/
+1
*
s/amd64/x86_64/
lemon
2025-12-12
1
-1
/
+1
*
ir: implement cvtu64f. and other bug fixes
lemon
2025-11-23
1
-5
/
+7
*
make clean test/build
lemon
2025-11-16
1
-1
/
+1
*
preeliminary va_list support
lemon
2025-11-14
1
-2
/
+3
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-1
/
+1
*
Makefile: always have -g
lemon
2025-10-20
1
-1
/
+1
*
Organize source files into directories
lemon
2025-10-19
1
-6
/
+6
*
implement most of preprocessor
lemon
2025-10-13
1
-1
/
+2
*
a little refactoring and cleanup
lemon
2025-09-15
1
-2
/
+2
*
make clean, .gitignore object files
lemon
2025-09-14
1
-1
/
+1
*
add basic mem2reg
lemon
2023-06-20
1
-1
/
+2
*
basic ELF output
lemon
2023-06-17
1
-1
/
+1
*
rename
lemon
2023-06-14
1
-1
/
+1
*
rename parse.c -> c.c
lemon
2023-06-13
1
-1
/
+1
*
lowering of structcopy
lemon
2023-06-13
1
-1
/
+1
*
register renaming and such
lemon
2023-06-12
1
-1
/
+1
*
isel skeleton
lemon
2023-06-10
1
-1
/
+1
*
codegen skeleton
lemon
2023-06-06
1
-1
/
+1
*
makefile: automatic dependency generation
lemon
2023-06-04
1
-13
/
+4
*
abi lowering pass
lemon
2023-06-04
1
-3
/
+3
*
basic ABI lowering of aggregates
lemon
2023-06-01
1
-1
/
+3
*
struct args and return
lemon
2023-06-01
1
-1
/
+2
*
regalloc skeleton
lemon
2023-05-31
1
-2
/
+3
*
initial commit
lemon
2023-05-10
1
-0
/
+33