| Age | Commit message (Expand) | Author | Lines |
| 2020-09-02 | inliner: Avoid query cycles when optimizing generators | Tomasz Miąsko | -0/+18 |
| 2020-08-31 | Add new `-Z dump-mir-spanview` option | Rich Kadel | -0/+215 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+411 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -115/+115 |
| 2020-08-20 | Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper | bors | -3/+0 |
| 2020-08-20 | Suppress ty::Float in MIR comments of ty::Const | Lzu Tao | -3/+0 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -10/+59 |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -985/+39 |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -336/+11 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -46/+5 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -46/+5 |
| 2020-08-18 | mir building: fix some comments | Ralf Jung | -5/+5 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -10/+59 |
| 2020-08-17 | Update MIR tests with comment verbosity fix | Austin Lasher | -3679/+30 |
| 2020-08-16 | Implement 'considered equal' for statements, so that for example `_0 = _1` an... | Simon Vandel Sillesen | -231/+158 |
| 2020-08-15 | MatchBranchSimplification: fix equal const bool assignments | Tomasz Miąsko | -24/+365 |
| 2020-08-14 | MatchBranchSimplification: copy discriminant instead of moving it | Tomasz Miąsko | -2/+2 |
| 2020-08-14 | Add fix | kadmin | -1/+172 |
| 2020-08-13 | Add regression test for matching on u8 | kadmin | -0/+21 |
| 2020-08-13 | Add 64bit / 32bit files | kadmin | -22/+91 |
| 2020-08-13 | bless diff | kadmin | -0/+64 |
| 2020-08-13 | Update to actually use transform | kadmin | -2/+1 |
| 2020-08-13 | First iteration of simplify match branches | kadmin | -0/+13 |
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -343/+762 |
| 2020-08-09 | bless MIR | Ralf Jung | -31/+31 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -4/+179 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -5/+5 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -57/+109 |
| 2020-07-31 | compiletest: ignore-endian-big, fixes #74829, fixes #74885 | Ximin Luo | -5/+5 |
| 2020-07-29 | Update tests after rebase | Oliver Scherer | -1/+1 |
| 2020-07-29 | Add test ensuring that we don't propagate large arrays | Oliver Scherer | -0/+177 |
| 2020-07-29 | Stop propagating to locals that were marks as unpropagatable. | Oliver Scherer | -4/+2 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -235/+10 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -156/+156 |
| 2020-07-27 | mv std libs to library/ | mark | -856/+856 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -27/+211 |
| 2020-07-24 | Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser | Manish Goregaokar | -483/+314 |
| 2020-07-24 | Add a system for creating diffs across multiple mir optimizations. | Oliver Scherer | -483/+314 |
| 2020-07-22 | Optimize away BitAnd and BitOr when possible | Xavier Denis | -0/+98 |
| 2020-07-22 | const prop into operands | Bastian Kauschke | -27/+211 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -22/+34 |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -7/+0 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -22/+34 |
| 2020-07-17 | Make fmt::Arguments::as_str() return a 'static str. | Mara Bos | -264/+252 |
| 2020-07-16 | Don't assign `()` to `!` MIR locals | Jonas Schievink | -7/+0 |
| 2020-07-15 | improve naming | Bastian Kauschke | -48/+48 |
| 2020-07-15 | mir opt cross compile | Bastian Kauschke | -12/+12 |
| 2020-07-15 | mir opt diff | Bastian Kauschke | -36/+36 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -86/+86 |
| 2020-07-05 | Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obk | bors | -16/+44 |