aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/RedundantAssignEliminator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove variables that go out of scope from data structure.chriseth2018-11-131-10/+22
* Use map join algorithm for performance.chriseth2018-11-131-8/+33
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-3/+3
* Redundant assign eliminator.chriseth2018-10-241-0/+193