aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScope.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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