| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -12/+62 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -8/+149 |
| 2020-09-23 | Ignore test on wasm as it does not unwind | Simon Vandel Sillesen | -46/+47 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -0/+132 |
| 2020-09-22 | rebless after rebase | Simon Vandel Sillesen | -8/+0 |
| 2020-09-22 | cleanup cfg after optimization | Simon Vandel Sillesen | -8/+6 |
| 2020-09-22 | MIR pass to remove unneeded drops on types not needing drop | Simon Vandel Sillesen | -0/+150 |
| 2020-09-22 | Bless mir-opt tests | Jonas Schievink | -178/+188 |
| 2020-09-21 | Run the test with explicit -O such that Add is generated instead of CheckedAdd | Simon Vandel Sillesen | -197/+198 |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -10/+390 |
| 2020-09-20 | emit diff after SimplifyBranches-after-copy-prop | Simon Vandel Sillesen | -168/+480 |
| 2020-09-20 | add cleanup of cfg | Simon Vandel Sillesen | -104/+103 |
| 2020-09-20 | insert storageDead for not equal temp | Simon Vandel Sillesen | -0/+10 |
| 2020-09-20 | correct comment | Simon Vandel Sillesen | -992/+0 |
| 2020-09-20 | bless | Simon Vandel Sillesen | -349/+265 |
| 2020-09-20 | replace usize with u32 to make it easier to bless | Simon Vandel Sillesen | -18/+15 |
| 2020-09-20 | New MIR optimization pass to reduce branches on match of tuples of enums | Simon Vandel Sillesen | -0/+1804 |
| 2020-09-20 | Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi... | bors | -2/+2 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -455/+828 |
| 2020-09-19 | Fix #76803 | Simon Vandel Sillesen | -21/+22 |
| 2020-09-19 | Add regression test showcasing miscompilation | Simon Vandel Sillesen | -0/+49 |
| 2020-09-19 | Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiser | Ralf Jung | -0/+108 |
| 2020-09-18 | Fix dest-prop mir-opt tests | Jonas Schievink | -81/+25 |
| 2020-09-18 | Add a few dest-prop MIR tests | Jonas Schievink | -0/+362 |
| 2020-09-18 | Bless mir-opt tests | Jonas Schievink | -342/+259 |
| 2020-09-18 | Make nrvo-simple set mir-opt-level=1 | Jonas Schievink | -26/+31 |
| 2020-09-18 | simplify_try: clean up test | Jonas Schievink | -158/+157 |
| 2020-09-18 | simplify_try: print dest_prop diff and bless | Jonas Schievink | -2/+148 |
| 2020-09-18 | Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk | bors | -15/+12 |
| 2020-09-17 | Rename 32 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+0 |
| 2020-09-17 | Rename 64 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+210 |
| 2020-09-17 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -15/+12 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -0/+14 |
| 2020-09-13 | Fix #76432 | Simon Vandel Sillesen | -0/+132 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -3/+3 |
| 2020-09-09 | Rollup merge of #76313 - richkadel:mir-spanview-2, r=wesleywiser | Tyler Mandry | -10/+10 |
| 2020-09-09 | Also fixed monospace font for d3-graphviz engine | Rich Kadel | -3/+3 |
| 2020-09-08 | Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obk | bors | -6/+8 |
| 2020-09-06 | Improved the MIR spanview output | Rich Kadel | -10/+10 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -0/+44 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -0/+81 |
| 2020-09-04 | Add test for checking if-let or-patterns | kadmin | -0/+108 |
| 2020-09-04 | shim: monomorphic `FnPtrShim`s during construction | David Wood | -2/+2 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -2/+2 |
| 2020-09-03 | Enable the SimplifyArmIdentity MIR optimization at mir-opt-level=1 | Wesley Wiser | -6/+8 |
| 2020-09-04 | inliner: Add mir-opt tests for codegen attributes compatibility | Tomasz Miąsko | -0/+133 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -92/+92 |
| 2020-09-03 | inliner: Emit storage markers for introduced arg temporaries | Tomasz Miąsko | -0/+14 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -2/+2 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -92/+92 |