Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add structural simplifier as optimization step for Yul. | Daniel Kirchner | 2018-12-07 | 1 | -0/+4 |
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -2/+2 |
* | Reorder some include files and group <libyul/>'s together (as much as possible) | Christian Parpart | 2018-11-23 | 1 | -2/+0 |
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ... | Christian Parpart | 2018-11-23 | 1 | -3/+3 |
* | [Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block. | Christian Parpart | 2018-11-16 | 1 | -0/+2 |
* | Add VarDeclPropagator to full suite and interactive optimizer. | chriseth | 2018-11-08 | 1 | -0/+7 |
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -2/+2 |
* | Full suite tests. | chriseth | 2018-10-25 | 1 | -0/+113 |