summary refs log tree commit diff
path: root/src/librustc_mir/transform/simplify_cfg.rs
AgeCommit message (Expand)AuthorLines
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+1
2016-03-23fix bug in `simplify_cfg` with inf. loopsNiko Matsakis-8/+18
2016-03-23allow dumping intermediate IR with -Z dump-mirNiko Matsakis-0/+3
2016-03-23extend Terminator into a struct so it can have additional fieldsNiko Matsakis-10/+10
2016-03-07Change MirPass to also take NodeIdSimonas Kazlauskas-2/+3
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-48/+8
2016-02-23[MIR] Change SimplifyCfg pass to use bitvecSimonas Kazlauskas-11/+34
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-1/+2
2016-02-09refactor `MirPass` to always require a tcxOliver Schneider-3/+3
2016-02-04Change successor{,_mut} to return a VecSimonas Kazlauskas-1/+1
2016-01-06Remove diverge terminatorSimonas Kazlauskas-16/+10
2015-12-10MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.Michael Woerister-4/+7
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/+2
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-0/+135