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
*
lex: correct wsseparated (maybe?)
lemon
2025-10-13
1
-1
/
+1
*
lex: allow ## in non func macros. and error reporting
lemon
2025-10-13
2
-47
/
+65
*
implement most of preprocessor
lemon
2025-10-13
11
-289
/
+770
*
typeof
lemon
2025-10-12
2
-0
/
+23
*
intervalsoverlap errata
lemon
2025-10-11
1
-1
/
+1
*
elf: use SHN_ABS for file symbol
lemon
2025-10-10
1
-2
/
+2
*
unused functions
lemon
2025-10-10
1
-31
/
+0
*
bugfixes
lemon
2025-10-10
4
-59
/
+59
*
update todo.txt
lemon
2025-10-09
2
-3
/
+8
*
compound literals
lemon
2025-10-09
4
-11
/
+36
*
c: call memset for some runtime zero initializations
lemon
2025-10-09
3
-20
/
+41
*
bugfix for initz
lemon
2025-10-08
3
-2
/
+5
*
bit math goof
lemon
2025-10-08
1
-1
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
4
-41
/
+144
*
rega: move bssize
lemon
2025-10-08
1
-3
/
+2
*
rega: don't make fixed intervals for globally live regs
lemon
2025-10-07
1
-1
/
+4
*
alloc changes
lemon
2025-09-17
7
-27
/
+35
*
io.c errata non reg files
lemon
2025-09-17
1
-1
/
+1
*
fix some warnings
lemon
2025-09-17
1
-5
/
+5
*
fix some more codegen bugs for symbol constants
lemon
2025-09-16
2
-4
/
+6
*
implement switch statement
lemon
2025-09-16
3
-21
/
+161
*
frontend: more bitfield work
lemon
2025-09-15
2
-52
/
+140
*
no need to use a pmap for goto labels honestly
lemon
2025-09-15
1
-14
/
+23
*
test/sort.c
lemon
2025-09-15
1
-0
/
+31
*
codegen: fix 3-address sub reg,imm codegen
lemon
2025-09-15
1
-1
/
+1
*
mem2reg: fix deltrivialphis bug
lemon
2025-09-15
4
-10
/
+64
*
regalloc: hand-roll qsort (bikeshedding...)
lemon
2025-09-15
2
-10
/
+32
*
a little refactoring and cleanup
lemon
2025-09-15
7
-259
/
+241
*
regalloc move things around
lemon
2025-09-15
1
-80
/
+80
*
fix signed bitfield errata
lemon
2025-09-14
2
-4
/
+4
*
start implementing bitfields
lemon
2025-09-14
4
-47
/
+168
*
license and readme
lemon
2025-09-14
3
-0
/
+45
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
5
-13
/
+48
*
preliminary pie and pic
lemon
2025-09-14
7
-25
/
+88
*
regset doesnt need all those macros
lemon
2025-09-14
2
-21
/
+18
*
regalloc.c cleanup
lemon
2025-09-14
4
-194
/
+209
*
change freearena for correctness
lemon
2025-09-14
4
-15
/
+15
*
regalloc: free stk slots
lemon
2025-09-14
1
-5
/
+15
*
frontend: warn k&r function declaration
lemon
2025-09-14
1
-0
/
+2
*
make clean, .gitignore object files
lemon
2025-09-14
2
-1
/
+3
*
regalloc improvements
lemon
2025-09-14
3
-33
/
+57
*
regalloc: basic spilling support
lemon
2025-09-13
6
-37
/
+154
*
regalloc: prepare for spilling logic..
lemon
2025-09-13
1
-152
/
+145
*
c: function-local static vars
lemon
2025-09-12
7
-16
/
+54
*
oops
lemon
2025-09-11
1
-1
/
+1
*
update todo.txt
lemon
2025-09-11
1
-1
/
+2
*
pp better diagnostic
lemon
2025-09-11
1
-9
/
+11
*
preprocessor: more awful hacks
lemon
2025-09-11
3
-17
/
+33
*
preprocessor: fix order of expansion wiht macro arguments
lemon
2025-09-11
2
-10
/
+25
*
amd64: improve codegen for ADD
lemon
2025-09-11
1
-0
/
+3
[next]