aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/RedundantAssignEliminator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-1/+1
* Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-231-1/+0
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...Christian Parpart2018-11-231-1/+1
* 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