| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | simpl: fix simplifying known cond branches | 2026-01-11 | 1 | -8/+3 | |
| * | ir/simpl: stub out some code that wasn't properly tested and broken | 2026-01-09 | 1 | -0/+2 | |
| * | irsimpl: optimize away cond branches after constant propagation | 2026-01-07 | 1 | -21/+69 | |
| * | basic CSE | 2026-01-04 | 1 | -0/+21 | |
| * | simpl: handle multiplication by negative po2 too | 2025-12-22 | 1 | -5/+9 | |
| * | simpl: optimize unsigned & signed division by power of 2 | 2025-12-21 | 1 | -16/+63 | |
| * | ir: simpl: optimize some constant multiplications | 2025-12-21 | 1 | -11/+52 | |
| * | backend: unify pass memory allocation strategies | 2025-12-20 | 1 | -2/+1 | |
| * | backend: general simplification pass skeleton | 2025-12-20 | 1 | -0/+146 |