about summary refs log tree commit diff
path: root/src/librustc_mir/transform/mod.rs
AgeCommit message (Expand)AuthorLines
2017-07-19Add empty MIR pass for non-lexical lifetimesPaul Faria-0/+1
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-0/+2
2017-06-12Add post-pass to remove EndRegions of unborrowed extents.Felix S. Klock II-0/+1
2017-05-02move queries code into transformNiko Matsakis-6/+99
2017-05-02delete dead codeNiko Matsakis-1/+0
2017-05-02simplify down to one query per pass suiteNiko Matsakis-65/+16
2017-05-02rip out everything but `MirPass`, move the logic into suitesNiko Matsakis-69/+37
2017-05-02remove `Pass` and (temporarily) drop `Inline`Niko Matsakis-6/+2
2017-05-02convert the `inline` pass to use the new multi resultNiko Matsakis-11/+24
2017-05-02introduce idea of "stealable" MIRNiko Matsakis-16/+17
2017-05-02rename `MirPassSet` to `MirSuite`Niko Matsakis-19/+19
2017-05-02retool MIR passes completelyNiko Matsakis-0/+106
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