Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libyul: changing some AST members from shared_ptr<> to unique_ptr<> | Christian Parpart | 2019-01-16 | 1 | -10/+10 |
| | | | | | * Some spaces look a little more verbose now, but that shouln't be a problem as it also should raise readability, too. * This makes some use of return-value-optimizations also. | ||||
* | Use C++ user-defined literals for creating YulString constants. | Daniel Kirchner | 2018-12-13 | 1 | -3/+3 |
| | |||||
* | Codegen for object access. | chriseth | 2018-12-12 | 1 | -17/+17 |
| | |||||
* | Use builtin functions in the yul parser. | chriseth | 2018-12-04 | 1 | -4/+12 |
| | |||||
* | Introduce the concept of builtin functions. | chriseth | 2018-12-04 | 1 | -13/+13 |
| | |||||
* | Use YulString also in expectAsmIdentifier. | chriseth | 2018-12-04 | 1 | -15/+15 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -34/+34 |
| | |||||
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | | | | libyul | ||||
* | Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/. | Christian Parpart | 2018-11-23 | 1 | -0/+617 |