.. |
aggregate.foo.ConstProp.diff
|
Add partial propagation test.
|
2023-02-02 23:26:29 +00:00 |
aggregate.foo.PreCodegen.after.mir
|
Add partial propagation test.
|
2023-02-02 23:26:29 +00:00 |
aggregate.main.ConstProp.diff
|
Add partial propagation test.
|
2023-02-02 23:26:29 +00:00 |
aggregate.main.PreCodegen.after.mir
|
Add partial propagation test.
|
2023-02-02 23:26:29 +00:00 |
aggregate.rs
|
Add partial propagation test.
|
2023-02-02 23:26:29 +00:00 |
array_index.main.ConstProp.32bit.diff
|
|
|
array_index.main.ConstProp.64bit.diff
|
|
|
array_index.rs
|
|
|
bad_op_div_by_zero.main.ConstProp.diff
|
Remove overflow checks from ConstProp.
|
2023-02-18 21:35:02 +00:00 |
bad_op_div_by_zero.rs
|
|
|
bad_op_mod_by_zero.main.ConstProp.diff
|
Remove both StorageLive and StorageDead in CopyProp.
|
2023-01-31 17:50:04 +00:00 |
bad_op_mod_by_zero.rs
|
|
|
bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff
|
Reimplement NormalizeArrayLen.
|
2023-01-29 21:19:02 +00:00 |
bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff
|
Reimplement NormalizeArrayLen.
|
2023-01-29 21:19:02 +00:00 |
bad_op_unsafe_oob_for_slices.rs
|
|
|
boolean_identities.rs
|
|
|
boolean_identities.test.ConstProp.diff
|
Implement SSA CopyProp pass.
|
2023-01-27 18:22:45 +00:00 |
boxes.main.ConstProp.diff
|
Remove uses of box_syntax in rustc and tools
|
2023-03-12 13:19:46 +00:00 |
boxes.rs
|
Remove uses of box_syntax in rustc and tools
|
2023-03-12 13:19:46 +00:00 |
cast.main.ConstProp.diff
|
|
|
cast.rs
|
|
|
checked_add.main.ConstProp.diff
|
|
|
checked_add.rs
|
|
|
const_prop_fails_gracefully.main.ConstProp.diff
|
|
|
const_prop_fails_gracefully.rs
|
|
|
control_flow_simplification.hello.ConstProp.diff
|
|
|
control_flow_simplification.hello.PreCodegen.before.mir
|
|
|
control_flow_simplification.rs
|
|
|
discriminant.main.ConstProp.32bit.diff
|
Stop deaggregating enums in MIR.
|
2023-02-02 23:20:27 +00:00 |
discriminant.main.ConstProp.64bit.diff
|
Stop deaggregating enums in MIR.
|
2023-02-02 23:20:27 +00:00 |
discriminant.rs
|
|
|
indirect.main.ConstProp.diff
|
|
|
indirect.rs
|
|
|
inherit_overflow.main.ConstProp.diff
|
Remove overflow checks from ConstProp.
|
2023-02-18 21:35:02 +00:00 |
inherit_overflow.rs
|
Remove overflow checks from ConstProp.
|
2023-02-18 21:35:02 +00:00 |
invalid_constant.main.ConstProp.diff
|
Bless tests.
|
2023-02-02 23:26:26 +00:00 |
invalid_constant.rs
|
|
|
issue_66971.main.ConstProp.diff
|
Bless tests.
|
2023-02-02 23:26:26 +00:00 |
issue_66971.rs
|
|
|
issue_67019.main.ConstProp.diff
|
Bless tests.
|
2023-02-02 23:26:26 +00:00 |
issue_67019.rs
|
|
|
large_array_index.main.ConstProp.32bit.diff
|
|
|
large_array_index.main.ConstProp.64bit.diff
|
|
|
large_array_index.rs
|
|
|
mult_by_zero.rs
|
|
|
mult_by_zero.test.ConstProp.diff
|
Implement SSA CopyProp pass.
|
2023-01-27 18:22:45 +00:00 |
mutable_variable_aggregate_mut_ref.main.ConstProp.diff
|
Simplify construction of replacement map.
|
2023-02-05 11:44:18 +00:00 |
mutable_variable_aggregate_mut_ref.rs
|
|
|
mutable_variable_aggregate_partial_read.main.ConstProp.diff
|
|
|
mutable_variable_aggregate_partial_read.rs
|
|
|
mutable_variable_aggregate.main.ConstProp.diff
|
Run SROA to fixpoint.
|
2023-02-05 12:08:42 +00:00 |
mutable_variable_aggregate.rs
|
|
|
mutable_variable_no_prop.main.ConstProp.diff
|
|
|
mutable_variable_no_prop.rs
|
|
|
mutable_variable_unprop_assign.main.ConstProp.diff
|
Simplify construction of replacement map.
|
2023-02-05 11:44:18 +00:00 |
mutable_variable_unprop_assign.rs
|
|
|
mutable_variable.main.ConstProp.diff
|
|
|
mutable_variable.rs
|
|
|
optimizes_into_variable.main.ConstProp.32bit.diff
|
Bless 32bit tests.
|
2023-02-05 13:51:37 +00:00 |
optimizes_into_variable.main.ConstProp.64bit.diff
|
Fix SROA without deaggregation.
|
2023-02-05 08:37:03 +00:00 |
optimizes_into_variable.main.PreCodegen.after.32bit.mir
|
Bless 32bit tests.
|
2023-02-05 13:51:37 +00:00 |
optimizes_into_variable.main.PreCodegen.after.64bit.mir
|
Fix SROA without deaggregation.
|
2023-02-05 08:37:03 +00:00 |
optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff
|
Bless 32bit tests.
|
2023-02-05 13:51:37 +00:00 |
optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff
|
Simplify construction of replacement map.
|
2023-02-05 11:44:18 +00:00 |
optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir
|
Bless 32bit tests.
|
2023-02-05 13:51:37 +00:00 |
optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir
|
Fix SROA without deaggregation.
|
2023-02-05 08:37:03 +00:00 |
optimizes_into_variable.rs
|
|
|
read_immutable_static.main.ConstProp.diff
|
|
|
read_immutable_static.rs
|
|
|
ref_deref_project.main.ConstProp.diff
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
ref_deref_project.rs
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
ref_deref.main.ConstProp.diff
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
ref_deref.rs
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
reify_fn_ptr.main.ConstProp.diff
|
|
|
reify_fn_ptr.rs
|
|
|
repeat.main.ConstProp.32bit.diff
|
|
|
repeat.main.ConstProp.64bit.diff
|
|
|
repeat.rs
|
|
|
return_place.add.ConstProp.diff
|
|
|
return_place.add.PreCodegen.before.mir
|
|
|
return_place.rs
|
|
|
scalar_literal_propagation.main.ConstProp.diff
|
Remove both StorageLive and StorageDead in CopyProp.
|
2023-01-31 17:50:04 +00:00 |
scalar_literal_propagation.rs
|
|
|
slice_len.main.ConstProp.32bit.diff
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
slice_len.main.ConstProp.64bit.diff
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
slice_len.rs
|
Make tests unit.
|
2023-01-27 18:22:44 +00:00 |
switch_int.main.ConstProp.diff
|
|
|
switch_int.main.SimplifyConstCondition-after-const-prop.diff
|
|
|
switch_int.rs
|
|
|
tuple_literal_propagation.main.ConstProp.diff
|
Bless tests.
|
2023-02-02 23:26:26 +00:00 |
tuple_literal_propagation.rs
|
|
|