Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of C++ `= default` constructor declarations as well as more non-stat... | Christian Parpart | 2018-12-19 | 1 | -6/+6 |
* | Use C++ user-defined literals for creating YulString constants. | Daniel Kirchner | 2018-12-13 | 1 | -0/+5 |
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -3/+0 |
* | Deterministic YulStringRepository using string hashes. | Daniel Kirchner | 2018-11-13 | 1 | -32/+61 |
* | Reset yul string repository. | chriseth | 2018-11-09 | 1 | -2/+10 |
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -0/+96 |