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-09-06
Count and report time taken by MIR passes
Simonas Kazlauskas
-1
/
+1
2016-06-16
stop having `'static` in dump-mir names
Ariel Ben-Yehuda
-0
/
+3
2016-06-09
use the type name as the pass name
Ariel Ben-Yehuda
-1
/
+0
2016-06-09
refactor simplify_cfg and split off simplify_branches
Ariel Ben-Yehuda
-133
/
+128
2016-06-09
add hook infrastructure for automatically dumping MIR on every pass
Ariel Ben-Yehuda
-5
/
+9
2016-06-09
add a cache for MIR predecessors
Ariel Ben-Yehuda
-9
/
+2
2016-06-09
make the basic_blocks field private
Ariel Ben-Yehuda
-22
/
+21
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-11
/
+12
2016-06-09
merge the RemoveDeadBlocks pass into the SimplifyCfg pass
Ariel Ben-Yehuda
-11
/
+62
2016-06-08
remove the librustc_trans -> librustc_mir dependency
Ariel Ben-Yehuda
-2
/
+1
2016-06-05
Add a new Assert terminator to MIR for bounds & arithmetic checks.
Eduard Burtescu
-0
/
+10
2016-05-13
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks
Björn Steinbrink
-59
/
+124
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-1
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-05-07
mir: prepare for rvalue promotion support.
Eduard Burtescu
-5
/
+4
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