aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/yulOptimizerTests/fullSuite
Commit message (Expand)AuthorAgeFilesLines
* More code for optimizer tuning.chriseth2019-01-091-42/+91
* Use the block flattener.chriseth2019-01-084-232/+198
* Another ABI test case for the optimizer.chriseth2019-01-081-0/+1136
* Add AZTEK code as test.chriseth2019-01-071-0/+416
* Use rematerializer if variable is unreferenced or value is "cheap".chriseth2019-01-072-49/+32
* Do not create unassigned variables.chriseth2018-12-131-12/+11
* Consider return variables to be zero initially.chriseth2018-12-131-34/+27
* Do not inline into already big functions.chriseth2018-12-131-136/+154
* Add structural simplifier as optimization step for Yul.Daniel Kirchner2018-12-072-10/+13
* Properly recurse in ForLoopInitRewriterDaniel Kirchner2018-12-041-5/+5
* Update tests.chriseth2018-11-131-66/+66
* Remove variables that go out of scope from data structure.chriseth2018-11-131-139/+170
* Use map join algorithm for performance.chriseth2018-11-131-0/+623
* Remove side-effect-free statements.chriseth2018-11-091-3/+1
* Use single counter for name dispenser for performance reasons.chriseth2018-11-081-7/+7
* Full suite tests.chriseth2018-10-251-0/+26