Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider return variables to be zero initially. | chriseth | 2018-12-13 | 1 | -2/+11 |
* | Support unassigned variables in the SSA value tracker and the data flow analy... | chriseth | 2018-12-13 | 1 | -4/+5 |
* | SSAValueTracker should only use nullptr for default values | Mathias Baumann | 2018-12-06 | 1 | -1/+1 |
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ... | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -1/+1 |
* | SSA value tracker. | chriseth | 2018-10-16 | 1 | -0/+53 |