aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/RedundantAssignEliminator.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ↵Christian Parpart2018-11-231-1/+1
| | | | directly instead.
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-3/+0
|
* Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-231-1/+0
|
* Remove variables that go out of scope from data structure.chriseth2018-11-131-0/+7
|
* Use map join algorithm for performance.chriseth2018-11-131-2/+2
|
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-7/+8
|
* Redundant assign eliminator.chriseth2018-10-241-0/+185