aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/AsmData.h
Commit message (Collapse)AuthorAgeFilesLines
* libyul: changing some AST members from shared_ptr<> to unique_ptr<>Christian Parpart2019-01-161-6/+6
| | | | | * 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.
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-11/+3
|
* Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-231-2/+2
|
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵Christian Parpart2018-11-231-1/+1
| | | | libyul
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-0/+104