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
/
tests
/
mir-opt
/
inline
Age
Commit message (
Expand
)
Author
Lines
2023-08-23
Disable MIR SROA optimization by default
Wesley Wiser
-64
/
+76
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-8
/
+8
2023-06-23
Bless tests
Gary Guo
-61
/
+61
2023-06-19
Promote unchecked_add/sub/mul/shl/shr to mir::BinOp
Scott McMurray
-64
/
+40
2023-06-19
Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum
bors
-8
/
+420
2023-06-17
Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk
bors
-12
/
+17
2023-06-16
[libs] Simplify `unchecked_{shl,shr}`
Scott McMurray
-8
/
+420
2023-06-16
remove box_free and replace with drop impl
DrMeepster
-12
/
+17
2023-06-16
Ignore the always part of #[inline(always)] in MIR inlining
Ben Kimock
-929
/
+343
2023-06-15
Remove comments from mir-opt MIR dumps
Ben Kimock
-2902
/
+2325
2023-06-12
bless mir-opt
Pietro Albini
-7
/
+2060
2023-06-12
properly mark tests that require panic=abort
Pietro Albini
-19
/
+20
2023-06-03
Only check inlining counter after recusing.
Camille GILLOT
-43
/
+140
2023-05-31
Enable ScalarReplacementOfAggregates
Ben Kimock
-216
/
+184
2023-05-28
Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot
bors
-210
/
+210
2023-05-21
Normalize block and local orders in mir-opt tests
Scott McMurray
-210
/
+210
2023-05-20
Don't inline functions with unsized args
Jakob Degen
-0
/
+65
2023-05-14
Merge return place with other locals in CopyProp.
Camille GILLOT
-86
/
+468
2023-05-08
Disable nrvo mir opt
Jakob Degen
-468
/
+86
2023-04-23
Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot
bors
-48
/
+450
2023-04-22
Remove the size of locals heuristic in MIR inlining
Ben Kimock
-48
/
+450
2023-04-22
Turn on ConstDebugInfo pass.
Wesley Wiser
-1
/
+1
2023-04-20
Run combine_duplicate_switch_targets after the simplification that produces them
Ben Kimock
-1
/
+1
2023-04-17
fix codegen difference
Deadbeef
-26
/
+66
2023-04-17
bless mir-opt
Deadbeef
-438
/
+28
2023-04-07
./x.py test --bless
Tomasz Miąsko
-182
/
+296
2023-04-06
Ignore many tests on wasm32
Gary Guo
-108
/
+118
2023-04-06
Bless tests
Gary Guo
-24
/
+24
2023-04-05
Bless tests
Thom Chiovoloni
-11
/
+8
2023-03-31
Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk
bors
-4
/
+5
2023-03-25
Ignore the unwrap_unchecked test on wasm32-unknown-unknown
Ben Kimock
-3
/
+4
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-4
/
+5
2023-03-18
Enable inlining of diverging functions
Ben Kimock
-0
/
+557
2023-03-13
Generalize operation.
Camille GILLOT
-58
/
+58
2023-03-13
Replace ZST operands and debuginfo by constants.
Camille GILLOT
-31
/
+29
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-59
/
+55
2023-03-02
Revert "Stabilize `#![feature(target_feature_11)]`"
Léo Lanteri Thauvin
-7
/
+8
2023-02-28
Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank
bors
-8
/
+7
2023-02-16
Enable instcombine for mutable reborrows
Ben Kimock
-18
/
+6
2023-02-12
Enable CopyProp by default, tune the impl a bit
Ben Kimock
-34
/
+26
2023-02-02
Bless tests.
Camille GILLOT
-33
/
+58
2023-02-02
Stop deaggregating enums in MIR.
Camille GILLOT
-6
/
+2
2023-02-01
Stabilize `#![feature(target_feature_11)]`
Léo Lanteri Thauvin
-8
/
+7
2023-01-27
Implement SSA CopyProp pass.
Camille GILLOT
-7
/
+7
2023-01-14
Make the inlining destination a `Local`.
Camille GILLOT
-7
/
+68
2023-01-14
Add test.
Camille GILLOT
-0
/
+22
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2644