aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/SSAValueTracker.cpp
Commit message (Collapse)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 ↵chriseth2018-12-131-4/+5
| | | | analyzer.
* 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
| | | | libyul
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-1/+1
|
* SSA value tracker.chriseth2018-10-161-0/+53