Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-02-16 | Simplify OpPhi instructions referencing unreachable continues | Steven Perron | 1 | -13/+52 |
2018-01-30 | Prevent unnecessary changes to the IR in dead branch elim | Alan Baker | 1 | -0/+30 |
2018-01-30 | Fix dereference of possibly nullptr | Alan Baker | 1 | -0/+26 |
2018-01-09 | Rewriting dead branch elimination. | Alan Baker | 1 | -1/+564 |
2017-11-27 | Re-format source tree - NFC. | Diego Novillo | 1 | -51/+49 |
2017-10-12 | DeadBranchElim: Add dead case elimination | GregF | 1 | -11/+291 |
2017-08-30 | DeadBranchElim: Fix dead block detection to ignore backedges | GregF | 1 | -1/+172 |
2017-07-26 | Opt: Delete names and decorations of dead instructions | GregF | 1 | -0/+105 |
2017-07-07 | DeadBranchElim: Add DeadBranchElimPass | GregF | 1 | -0/+800 |