Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider return variables to be zero initially. | chriseth | 2018-12-13 | 1 | -0/+1 |
| | |||||
* | Support unassigned variables in the SSA value tracker and the data flow ↵ | chriseth | 2018-12-13 | 1 | -1/+1 |
| | | | | analyzer. | ||||
* | SSAValueTracker should only use nullptr for default values | Mathias Baumann | 2018-12-06 | 1 | -0/+2 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -3/+0 |
| | |||||
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -2/+2 |
| | | | | | | Remove trailing whitespace Remove changelog change | ||||
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -5/+4 |
| | |||||
* | SSA value tracker. | chriseth | 2018-10-16 | 1 | -0/+58 |