index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-01
deaggregate structs to enable further optimization
Scott A Carr
-0
/
+1
2016-06-09
refactor simplify_cfg and split off simplify_branches
Ariel Ben-Yehuda
-0
/
+1
2016-06-09
merge the RemoveDeadBlocks pass into the SimplifyCfg pass
Ariel Ben-Yehuda
-1
/
+0
2016-06-05
break critical edges only when needed
Ariel Ben-Yehuda
-1
/
+2
2016-05-11
Only break critical edges where actually needed
Björn Steinbrink
-1
/
+1
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-0
/
+2
2016-03-30
Add and use a break critical edges transform
James Miller
-0
/
+1
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-1
/
+1
2016-02-23
[MIR] Change SimplifyCfg pass to use bitvec
Simonas Kazlauskas
-1
/
+0
2016-02-20
introduce an early pass to clear dead blocks
Ariel Ben-Yehuda
-0
/
+1
2016-02-19
begin implementing mir-typeck
Ariel Ben-Yehuda
-0
/
+1
2016-02-11
Add a no-landing-pads MIR pass
Simonas Kazlauskas
-0
/
+1
2016-02-09
refactor `MirPass` to always require a tcx
Oliver Schneider
-6
/
+0
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-1
/
+1
2015-11-18
MIR: Add pass that erases all regions right before trans
Michael Woerister
-2
/
+3
2015-11-12
Add a MIR pass to simplify the control flow graph
Björn Steinbrink
-0
/
+18