| Age | Commit message (Expand) | Author | Lines |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -26/+1293 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -101/+55 |
| 2020-07-02 | [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs | Wesley Wiser | -95/+143 |
| 2020-07-02 | Add test for simplify-try misoptimization | Wesley Wiser | -0/+1265 |
| 2020-06-30 | Bless mir-opt tests | Dylan MacKenzie | -16/+44 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -6/+30 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -373/+475 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -2/+28 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -2/+2 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -32/+164 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -32/+164 |
| 2020-06-22 | upcasting traits requires only that things become more general | Niko Matsakis | -2/+2 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -19/+67 |
| 2020-06-19 | Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no... | Manish Goregaokar | -0/+618 |
| 2020-06-19 | Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper | Manish Goregaokar | -0/+28 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -0/+618 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+143 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -82/+73 |
| 2020-06-16 | Ensure profiling runtime for -Zinstrument-coverage | Rich Kadel | -38/+39 |
| 2020-06-15 | Add EMIR_MIR_FOR_EACH_BIT_WIDTH to failing test | Wesley Wiser | -0/+43 |
| 2020-06-15 | [const-prop] Remove `ConstPropMode::NoPropagation` | Wesley Wiser | -19/+24 |
| 2020-06-15 | updated mir-opt test due to other recent changes to MIR | Rich Kadel | -12/+12 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -0/+142 |
| 2020-06-15 | Add test | Jonas Schievink | -0/+28 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -2/+2 |
| 2020-06-12 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -61/+82 |
| 2020-06-09 | Stop allowing `Indirect(..)` values to be propagated | Wesley Wiser | -82/+73 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -31/+31 |
| 2020-06-04 | further bless tests. | Felix S. Klock II | -19/+19 |
| 2020-06-04 | Revert "Bless mir-opt tests" | Felix S. Klock II | -819/+973 |
| 2020-06-03 | Rollup merge of #72820 - jonas-schievink:instcombine-uninit, r=oli-obk | Dylan DPC | -4/+17 |
| 2020-05-31 | InstCombine: Don't optimize `&mut *x` into `x` | Jonas Schievink | -4/+17 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+53 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -2/+2 |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -16/+16 |
| 2020-05-24 | Clear MIR local type annotations after borrowck | Jonas Schievink | -16/+16 |
| 2020-05-23 | bless mir-opt tests | Ralf Jung | -2/+2 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -15/+54 |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -0/+165 |
| 2020-05-16 | Bless mir-opt tests to account for #72220 | Wesley Wiser | -4/+2 |
| 2020-05-16 | Add simple NRVO test | Dylan MacKenzie | -0/+51 |
| 2020-05-16 | Bless MIR tests that inline functions qualifying for NRVO | Dylan MacKenzie | -15/+3 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -6/+4 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -75/+75 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -75/+75 |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+89 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -3/+12 |
| 2020-05-12 | Add a repro example for not propagating constants of partially const initiali... | Oliver Scherer | -0/+69 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -32/+717 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -0/+284 |