rust/src/librustc_mir/transform
bors 5d3ec6b0a0 Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb
Allow copy-propagation of function arguments

Allow propagating function argument locals in copy propagation.
2016-12-14 06:26:21 +00:00
..
add_call_guards.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
copy_prop.rs Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00:00
deaggregator.rs Auto merge of #38307 - bluss:mir-opt-level, r=eddyb 2016-12-12 10:19:14 +00:00
dump_mir.rs Remove scope_auxiliary. 2016-11-14 17:04:05 +11:00
erase_regions.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
instcombine.rs Simplify use of mir_opt_level 2016-12-11 21:23:59 +01:00
mod.rs A way to remove otherwise unused locals from MIR 2016-11-03 06:17:01 +02:00
no_landing_pads.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
promote_consts.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
qualify_consts.rs Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb 2016-11-29 20:41:38 -06:00
simplify.rs A way to remove otherwise unused locals from MIR 2016-11-03 06:17:01 +02:00
simplify_branches.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
type_check.rs Refactor FnSig to contain a Slice for its inputs and outputs. 2016-12-05 22:33:38 -07:00