aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/SSATransform.h
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ...Christian Parpart2018-11-231-1/+1
* 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
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-3/+3
* SSA transform - first step.chriseth2018-10-191-0/+98