summary refs log tree commit diff
path: root/src/librustc_mir/transform
AgeCommit message (Expand)AuthorLines
2016-01-08Change destination accessor to return referencesSimonas Kazlauskas-1/+1
2016-01-06Merge Call and DivergingCall diffs into CallKindSimonas Kazlauskas-7/+3
2016-01-06Remove diverge terminatorSimonas Kazlauskas-19/+12
2016-01-06Remove the Panic block terminatorSimonas Kazlauskas-2/+1
2016-01-06Add Resume Terminator which corresponds to resumeSimonas Kazlauskas-0/+1
2016-01-06Split Call into Call and DivergingCallSimonas Kazlauskas-13/+8
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-4/+4
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-4/+239
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-0/+204