aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-98/+0
* Use single counter for name dispenser for performance reasons.chriseth2018-11-081-1/+1
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-5/+5
* JuliaType -> YulTypeAlex Beregszaszi2018-06-141-2/+2
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
* Helper to count the number of variables in a scope.chriseth2017-06-161-0/+9
* Remove struct constructor.chriseth2017-06-141-1/+1
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-0/+8
* Parse types in Julia modeAlex Beregszaszi2017-05-061-3/+5
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-0/+79