aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/YulString.h
Commit message (Collapse)AuthorAgeFilesLines
* make use of C++ `= default` constructor declarations as well as more ↵Christian Parpart2018-12-191-6/+6
| | | | non-static member initialization syntax.
* Use C++ user-defined literals for creating YulString constants.Daniel Kirchner2018-12-131-0/+5
|
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-3/+0
|
* Deterministic YulStringRepository using string hashes.Daniel Kirchner2018-11-131-32/+61
|
* Reset yul string repository.chriseth2018-11-091-2/+10
|
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-0/+96