index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
fold.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
eval & fold: handle division overflow for MIN/-1
lemon
2026-03-14
1
-2
/
+6
|
*
ir/fold: fix float conversion overflows
lemon
2026-03-08
1
-4
/
+14
|
*
add bswap16/32/64
lemon
2026-03-02
1
-0
/
+4
|
|
|
|
|
- frontend: __builtin_bswapX intrinsics - backend: ObswapX instructions
*
backend: fix edgecases where imm32 immediate overflows
lemon
2026-02-28
1
-0
/
+1
|
*
fix various warnings
lemon
2026-02-24
1
-7
/
+6
|
*
ir: float fold div/0
lemon
2025-12-05
1
-4
/
+3
|
*
remove umul
lemon
2025-11-21
1
-1
/
+0
|
*
change op names to match 285063eba44
lemon
2025-11-21
1
-16
/
+16
|
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-1
/
+1
|
*
revert b55005e5c08. correct fix was in c.c
lemon
2025-11-12
1
-1
/
+0
|
*
fold: clamp int to 32bits when required
lemon
2025-11-12
1
-0
/
+1
|
*
fold/builder: fix bad use of iscon in place of isnumcon
lemon
2025-11-06
1
-2
/
+2
|
*
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
1
-0
/
+119