| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -0/+5 | |
| 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. | ||||
| 2025-03-03 | Inline FnOnce once again | Michael Goulet | -31/+9 | |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -1/+1 | |
| 2024-01-11 | Sandwich MIR optimizations between DSE. | Camille GILLOT | -1/+1 | |
| 2023-10-08 | Also consider call and yield as MIR SSA. | Camille GILLOT | -1/+1 | |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -2/+2 | |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -2/+2 | |
| 2023-08-03 | Explicitly don't inline user-written rust-call fns | Michael Goulet | -9/+31 | |
| 2023-06-23 | Bless tests | Gary Guo | -1/+1 | |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -33/+27 | |
| 2023-06-12 | bless mir-opt | Pietro Albini | -0/+52 | |
| To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs. | ||||
