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
/
compiler
/
rustc_mir
/
src
/
transform
/
instcombine.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-3
/
+4
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-1
/
+1
2021-01-18
Combine instructions immediately
Tomasz Miąsko
-147
/
+79
2021-01-18
Remove disabled transformation from instcombine
Tomasz Miąsko
-142
/
+3
2021-01-16
Use PlaceRef more consistently in rustc_mir
Olivia Crain
-4
/
+2
2020-12-29
Auto merge of #79084 - simonvandel:instcombine-perf, r=oli-obk
bors
-4
/
+24
2020-12-28
use exhaustive pattern match to prevent future bugs
Simon Vandel Sillesen
-4
/
+13
2020-11-18
move fuel checks to later points in instcombine and const_prop, add opt level...
cjkenn
-14
/
+21
2020-11-16
add optimization fuel checks to some mir passes
cjkenn
-0
/
+7
2020-11-15
Only go through the body if something can be optimized
Simon Vandel Sillesen
-2
/
+13
2020-11-15
Do not call super_rvalue if not needed
Simon Vandel Sillesen
-2
/
+2
2020-10-27
Disable "optimization to avoid load of address" in InstCombine
Jonas Schievink
-0
/
+5
2020-10-22
Check which places are dead
Simon Vandel Sillesen
-6
/
+14
2020-10-21
Disable "optimization to avoid load of address" in InstCombine
Tomasz Miąsko
-0
/
+5
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-2
/
+2
2020-09-21
Add optimization to avoid load of address
Simon Vandel Sillesen
-2
/
+115
2020-09-15
fix a couple of stylistic clippy warnings
Matthias Krüger
-1
/
+1
2020-09-06
Generalize to Eq(true, _place) and Eq(_place, true)
Simon Vandel Sillesen
-15
/
+30
2020-09-06
Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...
Simon Vandel Sillesen
-1
/
+36
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+117