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
/
simplify_cfg.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-1
/
+1
2016-03-23
fix bug in `simplify_cfg` with inf. loops
Niko Matsakis
-8
/
+18
2016-03-23
allow dumping intermediate IR with -Z dump-mir
Niko Matsakis
-0
/
+3
2016-03-23
extend Terminator into a struct so it can have additional fields
Niko Matsakis
-10
/
+10
2016-03-07
Change MirPass to also take NodeId
Simonas Kazlauskas
-2
/
+3
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-48
/
+8
2016-02-23
[MIR] Change SimplifyCfg pass to use bitvec
Simonas Kazlauskas
-11
/
+34
2016-02-20
use the FulfillmentContext and InferCtxt more correctly
Ariel Ben-Yehuda
-1
/
+2
2016-02-09
refactor `MirPass` to always require a tcx
Oliver Schneider
-3
/
+3
2016-02-04
Change successor{,_mut} to return a Vec
Simonas Kazlauskas
-1
/
+1
2016-01-06
Remove diverge terminator
Simonas Kazlauskas
-16
/
+10
2015-12-10
MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.
Michael Woerister
-4
/
+7
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
/
+2
2015-11-12
Add a MIR pass to simplify the control flow graph
Björn Steinbrink
-0
/
+135