| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | regalloc: fixbug with phi move of stack <- stack | 2025-12-13 | 1 | -4/+4 | |
| | | |||||
| * | rename arraylength macro -> countof | 2025-12-11 | 1 | -2/+2 | |
| | | |||||
| * | parallel move; implement reg<->stack swp | 2025-12-10 | 1 | -3/+18 | |
| | | |||||
| * | regalloc: optimize a little edge case better | 2025-12-10 | 1 | -4/+6 | |
| | | | | | | | | | | | | | With two-address instructions one needs to make sure the dst doesn't get allocated to the same reg as the right-hand operand: %r = mul %x, %y ; %y cannot be %r Except, if the operands are the same %r = mul %x, %x ; if %x is dead after this instr, it's fine to allocate %r to the same reg | ||||
| * | misc fixes | 2025-12-10 | 1 | -1/+1 | |
| | | |||||
| * | rega: change assert for spilled callee. it's ok if nspill==1 | 2025-12-09 | 1 | -1/+1 | |
| | | |||||
| * | regalloc: kill dead defs of physical regs | 2025-12-04 | 1 | -8/+16 | |
| | | |||||
| * | regalloc: skip dead phis | 2025-11-26 | 1 | -1/+4 | |
| | | |||||
| * | implement float varargs, and some other fixes | 2025-11-23 | 1 | -5/+12 | |
| | | |||||
| * | make sure indirect function call pointer does not end up in clobber reg | 2025-11-22 | 1 | -2/+2 | |
| | | |||||
| * | regalloc: merge overlapping fixed intervals better | 2025-11-22 | 1 | -1/+12 | |
| | | |||||
| * | ir: barebones IR passes checked contracts | 2025-11-21 | 1 | -0/+2 | |
| | | |||||
| * | change op names to match 285063eba44 | 2025-11-21 | 1 | -11/+11 | |
| | | |||||
| * | rename IR classes to reflect bitsize | 2025-11-21 | 1 | -5/+5 | |
| | | |||||
| * | regalloc: assert nops aren't being used | 2025-11-21 | 1 | -0/+1 | |
| | | |||||
| * | debug output to stdout | 2025-11-19 | 1 | -2/+2 | |
| | | |||||
| * | ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin | 2025-11-15 | 1 | -2/+2 | |
| | | |||||
| * | amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors | 2025-11-05 | 1 | -6/+13 | |
| | | |||||
| * | regalloc: misc | 2025-11-02 | 1 | -3/+3 | |
| | | |||||
| * | rega: fix parallel stack moves | 2025-11-02 | 1 | -6/+19 | |
| | | |||||
| * | rega: fix Ocopy of stk->stk | 2025-10-26 | 1 | -3/+2 | |
| | | |||||
| * | regalloc: fix spill edge case again | 2025-10-24 | 1 | -1/+5 | |
| | | |||||
| * | ir bugfixes | 2025-10-23 | 1 | -2/+2 | |
| | | |||||
| * | regalloc: implement spilling output when 1 input was spilled | 2025-10-23 | 1 | -5/+21 | |
| | | |||||
| * | fix edge case codegen bugs (w/ stack offsets, spilling) | 2025-10-22 | 1 | -6/+13 | |
| | | |||||
| * | always keep volatile loads | 2025-10-22 | 1 | -0/+4 | |
| | | |||||
| * | regalloc fix devirt | 2025-10-22 | 1 | -3/+5 | |
| | | |||||
| * | codegen bugfixes | 2025-10-19 | 1 | -3/+7 | |
| | | |||||
| * | Organize source files into directories | 2025-10-19 | 1 | -0/+1195 | |