.. |
bugfix_visit_after_change.yul
|
Fix visitation order bug for structural simplifier.
|
2019-03-06 19:34:07 +01:00 |
empty_if_movable_condition.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
empty_if_non_movable_condition.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
for_false_condition.sol
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
if_false_condition.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
if_multi_unassigned_condition.yul
|
Support unassigned variables in the SSA value tracker and the data flow analyzer.
|
2018-12-12 18:06:28 +01:00 |
if_true_condition.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
if_unassigned_condition.yul
|
Support unassigned variables in the SSA value tracker and the data flow analyzer.
|
2018-12-12 18:06:28 +01:00 |
nested.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
switch_inline_match_default.yul
|
Yul Optimizer: reduce switches with const arguments
|
2019-02-28 15:43:10 +01:00 |
switch_inline_no_match_mixed.yul
|
YulOpt: Extend StructuralSimplifier to work with all types
|
2019-03-05 18:39:27 +01:00 |
switch_inline_no_match.yul
|
Yul Optimizer: reduce switches with const arguments
|
2019-02-28 15:43:10 +01:00 |
switch_inline.yul
|
Yul Optimizer: reduce switches with const arguments
|
2019-02-28 15:43:10 +01:00 |
switch_no_remove_empty_case.yul
|
Fix visitation order bug for structural simplifier.
|
2019-03-06 19:34:07 +01:00 |
switch_only_default.yul
|
Add structural simplifier as optimization step for Yul.
|
2018-12-06 18:37:35 +01:00 |
switch_remove_empty_all.yul
|
First simplify switch with known constant expression.
|
2019-03-06 21:32:55 +01:00 |
switch_remove_empty_case.yul
|
First simplify switch with known constant expression.
|
2019-03-06 21:32:55 +01:00 |
switch_remove_empty_cases.yul
|
First simplify switch with known constant expression.
|
2019-03-06 21:32:55 +01:00 |
switch_remove_empty_default_case.yul
|
First simplify switch with known constant expression.
|
2019-03-06 21:32:55 +01:00 |
switch_to_if.yul
|
First simplify switch with known constant expression.
|
2019-03-06 21:32:55 +01:00 |