about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop
AgeCommit message (Expand)AuthorLines
2021-10-06run remaining testsAlexander-4/+10
2021-09-25Bless testsGary Guo-9/+26
2021-09-02Bless 32bit MIR opt testsMatthew Jasper-6/+6
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-8/+8
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-6/+6
2021-08-26update mir diffslcnr-9/+9
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-6/+6
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-2/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-1/+2
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-2/+1
2021-07-14bless mir-opt, codegen, and remaining ui testsRalf Jung-11/+11
2021-07-06Revert "Revert "Update mir opt tests""bjorn3-9/+9
2021-06-23Updated mir pretty print outputDeadbeef-24/+0
2021-06-07Revert "Update mir opt tests"bjorn3-9/+9
2021-05-30Update mir opt testsbjorn3-9/+9
2021-05-17mir-opt bless for Size field being removed from AllocationRalf Jung-10/+10
2021-03-31Make unevaluated DefId rendering deterministicOli Scherer-9/+9
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-39/+39
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-1/+2
2021-03-20bless mir-opt testslcnr-18/+18
2021-03-15bless testsErik Desjardins-40/+39
2021-03-13Extend SimplifyLocals to remove ZST writesSimon Vandel Sillesen-3/+0
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-2/+2
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-2/+2
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-5/+5
2021-01-07Reintroduce hir::ExprKind::IfCaio-8/+8
2020-12-23Addressed feedbacksYenlin Chen-24/+0
2020-12-03Combination of commitsRich Kadel-2/+2
2020-10-27Disable "optimization to avoid load of address" in InstCombineJonas Schievink-2/+2
2020-10-22Check which places are deadSimon Vandel Sillesen-2/+2
2020-10-21Disable "optimization to avoid load of address" in InstCombineTomasz Miąsko-2/+2
2020-10-04Bless mir-opt testsAaron Hill-6/+6
2020-09-26Bless mir-opt 32-bit testsvarkor-14/+14
2020-09-26Bless mir-opt testsvarkor-28/+28
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-18/+18
2020-09-21Add optimization to avoid load of addressSimon Vandel Sillesen-2/+2
2020-09-17Rename 32 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+0
2020-09-17Rename 64 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-14/+14
2020-08-20Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiserbors-8/+56
2020-08-20Suppress MIR comments of Unit typeLzu Tao-264/+0
2020-08-20Suppress MIR comments for FnDef in ty::ConstLzu Tao-39/+0
2020-08-18Validate the MIR of all optimizations in the mir-opt directoryOliver Scherer-8/+56
2020-08-17Update MIR tests with comment verbosity fixAustin Lasher-1550/+23
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-61/+56
2020-07-29Update tests after rebaseOliver Scherer-1/+1
2020-07-29Add test ensuring that we don't propagate large arraysOliver Scherer-0/+177
2020-07-29Stop propagating to locals that were marks as unpropagatable.Oliver Scherer-4/+2
2020-07-29Move mir-opt tests to toplevelXavier Denis-0/+0