Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libyul: changing some AST members from shared_ptr<> to unique_ptr<> | Christian Parpart | 2019-01-16 | 1 | -1/+1 |
| | | | | | * 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. | ||||
* | Take special functions that require literals into account. | chriseth | 2019-01-08 | 1 | -0/+6 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | | | | libyul | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 1 | -2/+2 |
| | |||||
* | Some renaming leftovers. | chriseth | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | 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/+105 |