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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
mir-opt
Age
Commit message (
Expand
)
Author
Lines
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-10
Rebase fixups
Simonas Kazlauskas
-1
/
+1
2016-12-14
Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb
bors
-0
/
+34
2016-12-11
mir: Allow copy-propagation of function arguments
Ulrik Sverdrup
-0
/
+34
2016-12-09
mir: Reinstate while loop in deaggregator pass
Ulrik Sverdrup
-0
/
+105
2016-10-04
update tests
Ariel Ben-Yehuda
-8
/
+4
2016-09-29
Remove MIR dump comments from mir-opt tests
Jonas Schievink
-41
/
+41
2016-09-29
Change the `local` prefix to `_`
Jonas Schievink
-32
/
+32
2016-09-26
Fix off-by-one when emitting StorageDead for vars
Jonas Schievink
-2
/
+1
2016-09-26
[WIP] Move MIR towards a single kind of local
Jonas Schievink
-35
/
+36
2016-09-24
librustc_mir: Propagate constants during copy propagation.
Patrick Walton
-8
/
+8
2016-09-19
librustc: Implement def-use chains and trivial copy propagation on MIR.
Patrick Walton
-19
/
+19
2016-08-17
rustc: remove ParamSpace from Substs.
Eduard Burtescu
-1
/
+3
2016-08-14
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
Eduard Burtescu
-0
/
+45
2016-08-11
add SetDiscriminant StatementKind to enable deaggregation of enums
Scott A Carr
-0
/
+45
2016-08-02
fix field type, add test
Scott A Carr
-0
/
+41
2016-07-20
add mir optimization tests, dump-mir-dir option
Scott A Carr
-0
/
+89
[prev]