| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Shell script changes for portability | 2026-03-19 | 1 | -4/+9 | |
| | | |||||
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -1/+1 | |
| | | |||||
| * | build system: use custom depgen instead of gcc | 2026-03-15 | 1 | -1/+1 | |
| | | |||||
| * | project documentation | 2026-02-21 | 1 | -0/+2 | |
| | | |||||
| * | ir: arena-backed linked list for uselists | 2025-12-24 | 1 | -2/+6 | |
| | | | | | | Is much simpler than the growable buffers, seems to be just as efficient if not a little faster when benchmarked. | ||||
| * | bootstrap.sh options | 2025-12-20 | 1 | -7/+8 | |
| | | |||||
| * | elf: use a hashmap for looking up symbols | 2025-12-14 | 1 | -1/+5 | |
| | | | | | | Gets rid of linear-time findsym(), though needs some extra indirection to emit sorted symbols. | ||||
| * | driver: add -run option like tcc | 2025-11-30 | 1 | -2/+2 | |
| | | | | | convenient for quick testing | ||||
| * | bootstrapping 🎉 | 2025-11-24 | 1 | -0/+20 | |