aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/SSAValueTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consider return variables to be zero initially.chriseth2018-12-131-2/+11
* Support unassigned variables in the SSA value tracker and the data flow analy...chriseth2018-12-131-4/+5
* SSAValueTracker should only use nullptr for default valuesMathias Baumann2018-12-061-1/+1
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-1/+1
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...Christian Parpart2018-11-231-1/+1
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-1/+1
* SSA value tracker.chriseth2018-10-161-0/+53