| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REFACTOR: move sources to src/ | 2026-03-17 | 1 | -46/+0 | |
| | | |||||
| * | IR: just use an array for extended constants | 2026-02-19 | 1 | -1/+1 | |
| | | | | | | The extra work of using a hashtable to intern them is probably unnecessary. | ||||
| * | copyopt: optimize same-arg phis with multiple preds | 2025-12-20 | 1 | -2/+6 | |
| | | |||||
| * | ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.c | 2025-12-19 | 1 | -28/+0 | |
| | | |||||
| * | ir: simplify some occurrences of single-argument phis | 2025-11-24 | 1 | -0/+10 | |
| | | |||||
| * | ir: barebones IR passes checked contracts | 2025-11-21 | 1 | -1/+3 | |
| | | |||||
| * | rename IR classes to reflect bitsize | 2025-11-21 | 1 | -1/+1 | |
| | | |||||
| * | Organize source files into directories | 2025-10-19 | 1 | -0/+58 | |