aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/SSAValueTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Consider return variables to be zero initially.chriseth2018-12-131-0/+1
* Support unassigned variables in the SSA value tracker and the data flow analy...chriseth2018-12-131-1/+1
* SSAValueTracker should only use nullptr for default valuesMathias Baumann2018-12-061-0/+2
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-3/+0
* Removing redundant virtual from override function declarationmordax2018-11-211-2/+2
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-5/+4
* SSA value tracker.chriseth2018-10-161-0/+58