| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | backend: fix memory leak from not calling deluses() after replcuses in some p... | 2026-04-11 | 1 | -6/+5 | |
| * | backend: run mem2reg after inlining | 2026-04-11 | 1 | -1/+5 | |
| * | mkintcon: bugfix clamp i32 to i32 range | 2026-04-09 | 1 | -2/+4 | |
| * | abi: fix use bug preventing mem2reg optimization of struct return | 2026-03-25 | 1 | -4/+4 | |
| * | IR: emit inline function standalone bodies lazily | 2026-03-23 | 1 | -2/+9 | |
| * | IR: mark free'd instructions as such | 2026-03-23 | 1 | -15/+26 | |
| * | style: change uvlong -> u64int, vlong -> s64int | 2026-03-22 | 1 | -1/+1 | |
| * | IR: add 3rd operand to Instr | 2026-03-22 | 1 | -1/+1 | |
| * | ir: do not always try to put small literals in .text | 2026-03-19 | 1 | -1/+10 | |
| * | Refactor: use typedefs and CamelCase for aggregate types | 2026-03-18 | 1 | -92/+92 | |
| * | Refactor: move some utils from antcc.h to their own headers | 2026-03-17 | 1 | -0/+1 | |
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -3/+3 | |
| * | REFACTOR: move sources to src/ | 2026-03-17 | 1 | -0/+689 |