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
/
inline
Age
Commit message (
Expand
)
Author
Lines
2021-03-17
Auto merge of #82122 - bstrie:dep4real, r=dtolnay
bors
-5
/
+5
2021-03-13
bless tests
Erik Desjardins
-2
/
+0
2021-03-13
Move ZST check inside UsedLocals
Simon Vandel Sillesen
-0
/
+1
2021-03-13
Extend SimplifyLocals to remove ZST writes
Simon Vandel Sillesen
-6
/
+0
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-5
/
+5
2021-03-06
Disable destination propagation on all mir-opt-levels
Tomasz Miąsko
-26
/
+44
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-2
/
+2
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-1
/
+1
2021-02-06
Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk
Mara Bos
-0
/
+146
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-6
/
+5
2021-02-05
Never MIR inline functions with a different instruction set
Tomasz Miąsko
-0
/
+146
2021-01-25
Ignore a test on wasm, because that changes landing pads
oli
-37
/
+39
2021-01-23
Move test to mir-opt so we actually see that no inlining is happening
oli
-0
/
+108
2021-01-23
Prevent query cycles during inlining
oli
-0
/
+69
2021-01-18
Remove disabled transformation from instcombine
Tomasz Miąsko
-1
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-13
/
+13
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-5
/
+6
2020-11-15
Limit storage duration of inlined always live locals
Tomasz Miąsko
-0
/
+9
2020-11-12
./x.py test --bless
Tomasz Miąsko
-36
/
+184
2020-11-12
Never inline C variadic functions
Tomasz Miąsko
-0
/
+18
2020-11-12
Fix generator inlining by checking for rust-call abi and spread arg
Tomasz Miąsko
-0
/
+16
2020-11-12
Never inline when `no_sanitize` attributes differ
Tomasz Miąsko
-3
/
+1
2020-11-11
Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk
Jonas Schievink
-0
/
+180
2020-11-10
Add flags customizing behaviour of MIR inlining
Tomasz Miąsko
-0
/
+75
2020-11-09
Support inlining diverging function calls
Tomasz Miąsko
-0
/
+180
2020-11-09
inliner: Break inlining cycles
Tomasz Miąsko
-0
/
+134
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-0
/
+91
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-87
/
+87
2020-10-26
Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu
bors
-4
/
+4
2020-10-21
rustc_mir: create the Integrator as soon as possible in MIR inlining.
Eduard-Mihai Burtescu
-52
/
+52
2020-10-21
rustc_mir: don't throw away inlined locals' spans.
Eduard-Mihai Burtescu
-11
/
+11
2020-10-21
rustc_mir: properly map scope parent chains into the caller when inlining.
Eduard-Mihai Burtescu
-3
/
+51
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-15
/
+15
2020-10-07
Fix mir-opt output for 32 bit
Tim Diekmann
-2
/
+2
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-2
/
+2
2020-10-04
Bless mir-opt tests
Aaron Hill
-36
/
+34
2020-09-30
Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis
bors
-2
/
+2
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-2
/
+2
2020-09-27
Remove unnecessary -Zunsound-mir-opts uses in tests
Wesley Wiser
-13
/
+25
2020-09-27
[mir-opt] Introduce a new flag to enable experimental/unsound mir opts
Wesley Wiser
-3
/
+3
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-10
/
+10
2020-09-21
Add optimization to avoid load of address
Simon Vandel Sillesen
-8
/
+12
2020-09-18
Bless mir-opt tests
Jonas Schievink
-14
/
+10
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-14
Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser
bors
-0
/
+14
2020-09-04
inliner: Add mir-opt tests for codegen attributes compatibility
Tomasz Miąsko
-0
/
+133
2020-09-03
Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov
bors
-9
/
+9
2020-09-03
inliner: Emit storage markers for introduced arg temporaries
Tomasz Miąsko
-0
/
+14
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-9
/
+9
[next]