about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/match_branches.rs
AgeCommit message (Expand)AuthorLines
2021-03-26Use iter::zip in compiler/Josh Stone-2/+3
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-2/+2
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-2/+1
2021-03-05Bump all mir_opt_level 2 to 3Santiago Pastorino-1/+1
2021-03-05For better consistency change mir_opt_level <= 1 to < 2Santiago Pastorino-1/+1
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-1/+1
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+1
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-1/+1
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-1/+10
2020-11-16add optimization fuel checks to some mir passescjkenn-0/+5
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-21Introduce a temporary for discriminant value in MatchBranchSimplificationTomasz Miąsko-8/+22
2020-10-20Disable MatchBranchSimplificationTomasz Miąsko-0/+7
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-3/+6
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-3/+3
2020-08-30mv compiler to compiler/mark-0/+135