summary refs log tree commit diff
path: root/src/librustc_mir/transform/simplify_cfg.rs
AgeCommit message (Expand)AuthorLines
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