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
*
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
*
amd64: fix wrong condition code being used for float gth
lemon
2025-12-07
1
-1
/
+1
*
amd64: use XORPS for floating point negation
lemon
2025-12-07
2
-3
/
+7
*
abi: fix aggregate passed by regs 2nd reg offset
lemon
2025-12-06
3
-27
/
+35
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
10
-20
/
+107
*
test 12-flt
lemon
2025-12-05
3
-4
/
+36
*
amd64: fix pseudo-push/pop float reg
lemon
2025-12-05
1
-2
/
+2
*
isel: fix flipped sub not being inplace
lemon
2025-12-05
1
-0
/
+1
*
amd64: handle unoredered float cmps
lemon
2025-12-05
1
-2
/
+30
*
ir: float fold div/0
lemon
2025-12-05
1
-4
/
+3
*
io: print nans as NaN
lemon
2025-12-05
1
-0
/
+5
*
eval: fix float cmps
lemon
2025-12-05
1
-0
/
+2
*
update todo.txt
lemon
2025-12-04
1
-1
/
+2
*
driver: more commandline option placeholders, .a file support
lemon
2025-12-04
1
-3
/
+9
*
regalloc: kill dead defs of physical regs
lemon
2025-12-04
1
-8
/
+16
*
isel: fix immediate of flipped sub
lemon
2025-12-04
1
-0
/
+1
*
cpp: implement preprocessor expressions short circuiting behaviour
lemon
2025-12-03
1
-17
/
+23
*
c: allow redeclaration with K&R and non K&R prototypes
lemon
2025-12-03
1
-2
/
+10
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
4
-16
/
+38
*
test/11-abi
lemon
2025-12-02
2
-6
/
+46
*
c: make tentative definitions work
lemon
2025-12-02
5
-18
/
+57
*
c: narrowing ints of different signedness...
lemon
2025-12-01
1
-1
/
+1
*
c: edgecase for redeclaration of implicit sized array
lemon
2025-12-01
1
-1
/
+1
*
driver: add -run option like tcc
lemon
2025-11-30
2
-24
/
+80
*
c: fix some decl bugs and diagnostics
lemon
2025-11-30
1
-18
/
+34
[next]