| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -1/+1 | |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -9/+15 | |
| This means that things like `<usize as Step>::forward_unchecked` and `<PartialOrd for f32>::le` will inline even if we've already done a bunch of inlining to find the calls to them. | ||||
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -8/+8 | |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -3/+1 | |
| This also remove safety information from MIR. | ||||
| 2024-02-09 | Enable by default. | Camille GILLOT | -45/+24 | |
| 2024-01-11 | Sandwich MIR optimizations between DSE. | Camille GILLOT | -1/+1 | |
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -1/+5 | |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -1/+1 | |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -48/+51 | |
| 2023-09-01 | update tests that are ignored by debug | Ding Xiang Fei | -2/+4 | |
| 2023-08-17 | Bless mir-opt tests. | Camille GILLOT | -40/+53 | |
| 2023-07-19 | Turn copy into moves during DSE. | Camille GILLOT | -1/+1 | |
| 2023-07-10 | Call super for debuginfo. | Camille GILLOT | -47/+40 | |
| 2023-07-10 | Enable by default. | Camille GILLOT | -48/+39 | |
| 2023-06-23 | Bless tests | Gary Guo | -2/+2 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -78/+72 | |
| 2023-06-03 | Only check inlining counter after recusing. | Camille GILLOT | -45/+51 | |
| 2023-06-01 | Rebase fallout. | Camille GILLOT | -17/+65 | |
| 2023-06-01 | Annotate needs-unwind. | Camille GILLOT | -3/+3 | |
| 2023-06-01 | Add loop tests. | Camille GILLOT | -0/+70 | |
