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
/
test
/
mir-opt
/
const_prop
Age
Commit message (
Expand
)
Author
Lines
2021-03-13
Extend SimplifyLocals to remove ZST writes
Simon Vandel Sillesen
-3
/
+0
2021-03-05
Bump mir-opt-level from 2 to 3 in tests
Santiago Pastorino
-2
/
+2
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-2
/
+2
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-5
/
+5
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-8
/
+8
2020-12-23
Addressed feedbacks
Yenlin Chen
-24
/
+0
2020-12-03
Combination of commits
Rich Kadel
-2
/
+2
2020-10-27
Disable "optimization to avoid load of address" in InstCombine
Jonas Schievink
-2
/
+2
2020-10-22
Check which places are dead
Simon Vandel Sillesen
-2
/
+2
2020-10-21
Disable "optimization to avoid load of address" in InstCombine
Tomasz Miąsko
-2
/
+2
2020-10-04
Bless mir-opt tests
Aaron Hill
-6
/
+6
2020-09-26
Bless mir-opt 32-bit tests
varkor
-14
/
+14
2020-09-26
Bless mir-opt tests
varkor
-28
/
+28
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-18
/
+18
2020-09-21
Add optimization to avoid load of address
Simon Vandel Sillesen
-2
/
+2
2020-09-17
Rename 32 bit mir files to be more tool friendly
Nixon Enraght-Moony
-0
/
+0
2020-09-17
Rename 64 bit mir files to be more tool friendly
Nixon Enraght-Moony
-0
/
+0
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-08-21
Suppress "const" prefix of FnDef in MIR dump
Lzu Tao
-14
/
+14
2020-08-20
Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser
bors
-8
/
+56
2020-08-20
Suppress MIR comments of Unit type
Lzu Tao
-264
/
+0
2020-08-20
Suppress MIR comments for FnDef in ty::Const
Lzu Tao
-39
/
+0
2020-08-18
Validate the MIR of all optimizations in the mir-opt directory
Oliver Scherer
-8
/
+56
2020-08-17
Update MIR tests with comment verbosity fix
Austin Lasher
-1550
/
+23
2020-08-11
move Deaggregate pass to post_borrowck_cleanup
Ralf Jung
-61
/
+56
2020-07-29
Update tests after rebase
Oliver Scherer
-1
/
+1
2020-07-29
Add test ensuring that we don't propagate large arrays
Oliver Scherer
-0
/
+177
2020-07-29
Stop propagating to locals that were marks as unpropagatable.
Oliver Scherer
-4
/
+2
2020-07-29
Move mir-opt tests to toplevel
Xavier Denis
-0
/
+0
2020-07-29
add crate name to mir dumps
Xavier Denis
-39
/
+39
2020-07-27
mv std libs to library/
mark
-5
/
+5
2020-07-24
Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk
bors
-27
/
+211
2020-07-22
Optimize away BitAnd and BitOr when possible
Xavier Denis
-0
/
+98
2020-07-22
const prop into operands
Bastian Kauschke
-27
/
+211
2020-07-15
improve naming
Bastian Kauschke
-20
/
+20
2020-07-15
mir opt cross compile
Bastian Kauschke
-4
/
+4
2020-07-15
mir opt diff
Bastian Kauschke
-16
/
+16
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-154
/
+232
2020-06-23
The const propagator cannot trace references.
Oliver Scherer
-32
/
+4
2020-06-21
Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk
bors
-2
/
+4
2020-06-19
Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk
Ralf Jung
-82
/
+73
2020-06-15
[const-prop] Remove `ConstPropMode::NoPropagation`
Wesley Wiser
-2
/
+4
2020-06-13
Prefer the associated consts for pattern matching error
Lzu Tao
-2
/
+2
2020-06-09
Stop allowing `Indirect(..)` values to be propagated
Wesley Wiser
-82
/
+73
2020-06-04
Revert "Bless mir-opt tests"
Felix S. Klock II
-6
/
+6
2020-05-24
Clear MIR local type annotations after borrowck
Jonas Schievink
-9
/
+9
2020-05-17
Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser
bors
-0
/
+165
2020-05-16
Bless mir-opt tests to account for #72220
Wesley Wiser
-4
/
+2
2020-05-14
[const-prop] Don't replace Rvalues that are already constants
Wesley Wiser
-4
/
+2
2020-05-12
Pointer printing: do not print 0 offset
Ralf Jung
-9
/
+9
[next]