about summary refs log tree commit diff
path: root/src/test/mir-opt/simplify_if.rs
AgeCommit message (Expand)AuthorLines
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-15/+5
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-2/+2
2019-05-19[const-prop] Support propagating into SwitchInt's `discr` OperandWesley Wiser-4/+4
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-5/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-08Produce instead of pointersOliver Schneider-1/+1
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-2/+2
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-4/+4
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-4/+4
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-1/+1
2017-02-10Rebase fixupsSimonas Kazlauskas-1/+1
2016-09-29Remove MIR dump comments from mir-opt testsJonas Schievink-3/+3
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+27