index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mem2reg: fix edgecase..
lemon
2025-11-19
1
-1
/
+1
|
*
c: implement ++/-- for bitfields
lemon
2025-11-19
1
-7
/
+21
|
*
c: remove vestigial ins variable
lemon
2025-11-19
1
-93
/
+88
|
*
eval: fix enum edge case
lemon
2025-11-19
1
-2
/
+2
|
*
eval: fix b0c0f2d2d885 for ptr convertible
lemon
2025-11-19
1
-1
/
+1
|
*
debug output to stdout
lemon
2025-11-19
9
-78
/
+84
|
*
make clean test/build
lemon
2025-11-16
2
-2
/
+2
|
*
basic automated testing
lemon
2025-11-16
14
-45
/
+164
|
*
eval: only isaddrconst for ptrs
lemon
2025-11-16
1
-1
/
+1
|
*
driver: allow passing thru objs when building executable
lemon
2025-11-16
1
-17
/
+27
|
*
factor type stuff into type.h
lemon
2025-11-16
7
-209
/
+219
|
*
c: due to __builtin_trap (in the future also things like noreturn function ↵
lemon
2025-11-15
1
-1
/
+5
|
|
|
|
calls), compileexpr() can terminate current block. add checks for that in callexpr. more are probably needed..
*
c: disallow void arguments
lemon
2025-11-15
1
-1
/
+3
|
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
8
-13
/
+65
|
*
isel: don't incorrectly clamp constant lhs of shift operation
lemon
2025-11-15
2
-5
/
+5
|
*
emit: stack alignment edgecases
lemon
2025-11-15
1
-5
/
+9
|
*
driver: diagnostic for missing path after -o
lemon
2025-11-15
1
-1
/
+1
|
*
c: forward-declaring function with incomplete type shouldn't error
lemon
2025-11-15
1
-10
/
+14
|
*
isel: fold arith
lemon
2025-11-14
1
-1
/
+21
|
*
abi0: remove debugging leftover sortpo. but do number blks (free)
lemon
2025-11-14
1
-1
/
+2
|
*
sysv: document vaargs stack layout stuff
lemon
2025-11-14
1
-3
/
+29
|
*
preeliminary va_list support
lemon
2025-11-14
15
-206
/
+620
|
*
mem2reg: handle uses in branches in cmpuse()
lemon
2025-11-12
1
-0
/
+2
|
*
driver: placeholder cmdline option handlers
lemon
2025-11-12
1
-1
/
+12
|
*
ir: fix addcon equality check..
lemon
2025-11-12
1
-1
/
+1
|
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
2
-2
/
+0
|
*
fold: clamp int to 32bits when required
lemon
2025-11-12
1
-0
/
+1
|
*
mem2reg: sort variable uses to match source order..
lemon
2025-11-12
1
-0
/
+21
|
*
ir: free uses
lemon
2025-11-12
1
-0
/
+4
|
*
irdump: don't print fn ret type in non return branches
lemon
2025-11-12
1
-1
/
+1
|
*
amd64/isel: fold Oext with immediates
lemon
2025-11-12
1
-0
/
+8
|
*
implement argument passing in stack
lemon
2025-11-12
3
-6
/
+20
|
*
amd64: fix positive RBP off (stack params); address encoding errata
lemon
2025-11-12
1
-2
/
+2
|
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
2
-1
/
+2
|
*
amd64/isel: make `sub imm` work for address fusing
lemon
2025-11-09
1
-2
/
+8
|
*
amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
3
-28
/
+7
|
*
abi: fix unaligned & overflowing loads/stores, for small size/aligned ↵
lemon
2025-11-09
1
-48
/
+84
|
|
|
|
structs passed in regs
*
lex: fix single-line comment eating up preprocessor directive in next line
lemon
2025-11-08
1
-1
/
+1
|
*
lex: #warning and #error
lemon
2025-11-08
1
-2
/
+13
|
*
driver: add -I commandline option
lemon
2025-11-08
1
-6
/
+15
|
*
c: inc/dec ptr should use ptrdiff integer class
lemon
2025-11-07
1
-2
/
+2
|
*
c: fix codegen bug with compound bitfield assignment reusing wrong ↵
lemon
2025-11-07
1
-4
/
+7
|
|
|
|
intermediate load
*
amd64: errata with unsigned greater than or equal (should be JAE)
lemon
2025-11-06
1
-1
/
+1
|
*
fold/builder: fix bad use of iscon in place of isnumcon
lemon
2025-11-06
2
-6
/
+6
|
*
c: do fold conditional exprs
lemon
2025-11-06
1
-1
/
+16
|
*
delete some dead code
lemon
2025-11-05
1
-2
/
+0
|
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
12
-213
/
+522
|
*
regalloc: misc
lemon
2025-11-02
2
-3
/
+14
|
*
cfg: allow dead blocks with alloca pseudo instrs
lemon
2025-11-02
1
-2
/
+7
|
*
c: various codegen bugs
lemon
2025-11-02
1
-6
/
+18
|
[next]