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
/
const_prop
Age
Commit message (
Expand
)
Author
Lines
2023-04-06
Ignore many tests on wasm32
Gary Guo
-19
/
+41
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-0
/
+262
2023-03-13
Generalize operation.
Camille GILLOT
-15
/
+12
2023-03-13
Replace ZST operands and debuginfo by constants.
Camille GILLOT
-12
/
+74
2023-03-13
Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31
bors
-35
/
+37
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-35
/
+37
2023-03-08
Bless 32bit.
Camille GILLOT
-1
/
+1
2023-03-08
Remove OnlyPropagateInto.
Camille GILLOT
-3
/
+5
2023-03-08
Do not track span in ConstProp.
Camille GILLOT
-3
/
+3
2023-02-18
Remove overflow checks from ConstProp.
Camille GILLOT
-1
/
+50
2023-02-05
Bless 32bit tests.
Camille GILLOT
-19
/
+21
2023-02-05
Run SROA to fixpoint.
Camille GILLOT
-15
/
+12
2023-02-05
Simplify construction of replacement map.
Camille GILLOT
-17
/
+30
2023-02-05
Fix SROA without deaggregation.
Camille GILLOT
-41
/
+36
2023-02-02
Add partial propagation test.
Camille GILLOT
-20
/
+162
2023-02-02
Bless tests.
Camille GILLOT
-85
/
+46
2023-02-02
Stop deaggregating enums in MIR.
Camille GILLOT
-29
/
+21
2023-02-02
Rollup merge of #107524 - cjgillot:both-storage, r=RalfJung
Matthias Krüger
-2
/
+0
2023-01-31
Remove both StorageLive and StorageDead in CopyProp.
Camille GILLOT
-2
/
+0
2023-01-29
Reimplement NormalizeArrayLen.
Camille GILLOT
-6
/
+6
2023-01-27
Do not merge locals that have their address taken.
Camille GILLOT
-0
/
+2
2023-01-27
Implement SSA CopyProp pass.
Camille GILLOT
-41
/
+12
2023-01-27
Make tests unit.
Camille GILLOT
-78
/
+16
2023-01-12
Fix mir-opt tests for big-endian platforms
Ulrich Weigand
-2
/
+2
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2473