aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/DataFlowAnalyzer.h
Commit message (Expand)AuthorAgeFilesLines
* Make the dialect available everywhere.chriseth2019-01-071-0/+4
* Support unassigned variables in the SSA value tracker and the data flow analy...chriseth2018-12-131-0/+2
* 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
* Removing redundant virtual from override function declarationmordax2018-11-211-7/+7
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-8/+9
* Fix a bug in CSE where a variable that was already out of scope was used.chriseth2018-10-181-1/+7
* Renaming namespace dev::julia to dev::yul.Christian Parpart2018-10-151-1/+1
* Renaming libjulia to libyulChristian Parpart2018-10-151-0/+84