| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update todo.txt | 2026-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Update todo | 2026-03-24 | 1 | -2/+4 | |
| | | |||||
| * | regalloc: improve spilling and cleanup | 2026-03-16 | 1 | -5/+5 | |
| | | | | | | | | | Instead of spilling current interval when running out of registers, spill the longest-lived active interval with a lower spill cost than current. Spill costs are estimated based on multiplicative loop depth. Also cleanup regalloc.c somewhat. Update todo.txt too. | ||||
| * | Use a configure script, query system toolchain for default include paths | 2026-01-01 | 1 | -1/+1 | |
| | | |||||
| * | c: add _Generic | 2025-12-22 | 1 | -1/+1 | |
| | | |||||
| * | update todo.txt | 2025-12-22 | 1 | -3/+11 | |
| | | |||||
| * | Add lua 5.4.0 test suite | 2025-12-07 | 1 | -1/+0 | |
| | | |||||
| * | update todo.txt | 2025-12-04 | 1 | -1/+2 | |
| | | |||||
| * | bootstrapping 🎉 | 2025-11-24 | 1 | -2/+1 | |
| | | |||||
| * | ir: implement cvtu64f. and other bug fixes | 2025-11-23 | 1 | -2/+2 | |
| | | | | | | compiler is bootstrapping?! however, stage1 and stage2+ executables aren't bit-identical.. small differences in the codegen.. need to look into that | ||||
| * | c: implement compound initializer in static context | 2025-11-23 | 1 | -1/+0 | |
| | | |||||
| * | update todo.txt | 2025-11-23 | 1 | -1/+0 | |
| | | |||||
| * | cpp: fix bugs with recursive macro expansion (hopefully) | 2025-11-23 | 1 | -1/+0 | |
| | | |||||
| * | cpp: fix ## bug | 2025-11-23 | 1 | -1/+0 | |
| | | |||||
| * | update todo.txt | 2025-11-22 | 1 | -1/+6 | |
| | | |||||
| * | update todo.txt | 2025-10-30 | 1 | -3/+1 | |
| | | |||||
| * | update todo.txt | 2025-10-09 | 1 | -1/+1 | |
| | | |||||
| * | update todo.txt | 2025-09-11 | 1 | -1/+2 | |
| | | |||||
| * | update todo.txt | 2023-06-24 | 1 | -1/+1 | |
| | | |||||
| * | mem2reg: implement ssa construction; this breaks regalloc right now | 2023-06-21 | 1 | -2/+0 | |
| | | |||||
| * | frontend: add for, break, continue statements | 2023-06-19 | 1 | -1/+1 | |
| | | |||||
| * | update todo.txt | 2023-06-18 | 1 | -2/+0 | |
| | | |||||
| * | lowering of structcopy | 2023-06-13 | 1 | -1/+0 | |
| | | |||||
| * | add todo.txt | 2023-06-12 | 1 | -0/+11 | |