| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ir/fold: fix float conversion overflows | 2026-03-08 | 1 | -4/+14 | |
| | | |||||
| * | add bswap16/32/64 | 2026-03-02 | 1 | -0/+4 | |
| | | | | | | - frontend: __builtin_bswapX intrinsics - backend: ObswapX instructions | ||||
| * | backend: fix edgecases where imm32 immediate overflows | 2026-02-28 | 1 | -0/+1 | |
| | | |||||
| * | fix various warnings | 2026-02-24 | 1 | -7/+6 | |
| | | |||||
| * | ir: float fold div/0 | 2025-12-05 | 1 | -4/+3 | |
| | | |||||
| * | remove umul | 2025-11-21 | 1 | -1/+0 | |
| | | |||||
| * | change op names to match 285063eba44 | 2025-11-21 | 1 | -16/+16 | |
| | | |||||
| * | rename IR classes to reflect bitsize | 2025-11-21 | 1 | -1/+1 | |
| | | |||||
| * | revert b55005e5c08. correct fix was in c.c | 2025-11-12 | 1 | -1/+0 | |
| | | |||||
| * | fold: clamp int to 32bits when required | 2025-11-12 | 1 | -0/+1 | |
| | | |||||
| * | fold/builder: fix bad use of iscon in place of isnumcon | 2025-11-06 | 1 | -2/+2 | |
| | | |||||
| * | delete some dead code | 2025-11-05 | 1 | -2/+0 | |
| | | |||||
| * | amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors | 2025-11-05 | 1 | -0/+119 | |