| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -4/+4 | |
| This is done mostly so that we can refer to MIR types in csearch and other metadata related area. | ||||
| 2015-11-18 | MIR: Add pass that erases all regions right before trans | Michael Woerister | -4/+239 | |
| 2015-11-12 | Add a MIR pass to simplify the control flow graph | Björn Steinbrink | -0/+204 | |
| For now, this pass does some easy transformations, like eliminating empty blocks that just jump to another block, some trivial conversion of If terminators into Gotos and removal of dead blocks. | ||||
