summary refs log tree commit diff
path: root/src/librustc_mir/transform/mod.rs
AgeCommit message (Expand)AuthorLines
2017-03-10Initial implementation of inlining for MIRJames Miller-0/+1
2016-11-03A way to remove otherwise unused locals from MIRSimonas Kazlauskas-1/+1
2016-09-19librustc: Implement def-use chains and trivial copy propagation on MIR.Patrick Walton-1/+1
2016-09-16librustc_mir: Remove `&*x` when `x` has a reference type.Patrick Walton-0/+2
2016-08-01deaggregate structs to enable further optimizationScott A Carr-0/+1
2016-06-09refactor simplify_cfg and split off simplify_branchesAriel Ben-Yehuda-0/+1
2016-06-09merge the RemoveDeadBlocks pass into the SimplifyCfg passAriel Ben-Yehuda-1/+0
2016-06-05break critical edges only when neededAriel Ben-Yehuda-1/+2
2016-05-11Only break critical edges where actually neededBjörn Steinbrink-1/+1
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+2
2016-03-30Add and use a break critical edges transformJames Miller-0/+1
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-1/+1
2016-02-23[MIR] Change SimplifyCfg pass to use bitvecSimonas Kazlauskas-1/+0
2016-02-20introduce an early pass to clear dead blocksAriel Ben-Yehuda-0/+1
2016-02-19begin implementing mir-typeckAriel Ben-Yehuda-0/+1
2016-02-11Add a no-landing-pads MIR passSimonas Kazlauskas-0/+1
2016-02-09refactor `MirPass` to always require a tcxOliver Schneider-6/+0
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-1/+1
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-2/+3
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-0/+18