summary refs log tree commit diff
path: root/src/librustc_mir/transform/copy_prop.rs
AgeCommit message (Expand)AuthorLines
2017-05-24box large variants in MIRAriel Ben-Yehuda-1/+1
2017-03-18move the drop expansion code to rustc_mirAriel Ben-Yehuda-1/+1
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-1/+1
2016-12-14Auto merge of #38332 - bluss:copy-prop-arguments, r=eddybbors-4/+6
2016-12-11mir: Allow copy-propagation of function argumentsUlrik Sverdrup-4/+6
2016-12-11Simplify use of mir_opt_levelUlrik Sverdrup-5/+4
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-09-26[WIP] Move MIR towards a single kind of localJonas Schievink-39/+28
2016-09-24librustc_mir: Propagate constants during copy propagation.Patrick Walton-58/+212
2016-09-19librustc: Implement def-use chains and trivial copy propagation on MIR.Patrick Walton-0/+180