Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider return variables to be zero initially. | chriseth | 2018-12-13 | 1 | -0/+3 |
* | Support unassigned variables in the SSA value tracker and the data flow analy... | chriseth | 2018-12-13 | 1 | -2/+7 |
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
* | Reorder some include files and group <libyul/>'s together (as much as possible) | Christian Parpart | 2018-11-23 | 1 | -1/+0 |
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ... | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
* | Fix data flow analyzer for function definitions. | chriseth | 2018-11-08 | 1 | -0/+13 |
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -13/+13 |
* | Fix a bug in CSE where a variable that was already out of scope was used. | chriseth | 2018-10-18 | 1 | -13/+22 |
* | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 1 | -1/+1 |
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 1 | -0/+193 |