aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScope.h
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/+2
* Move "active variable" to analysis phase.chriseth2017-06-141-9/+1
* Remove struct constructor.chriseth2017-06-141-1/+0
* Move stack height to generation phase.chriseth2017-06-141-2/+0
* Move LabelIDs to generation phase.chriseth2017-06-141-5/+1
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-0/+4
* Introduce LabelID typedef.chriseth2017-05-291-1/+2
* Refactor to abstract assembly to JULIA.chriseth2017-05-201-2/+2
* Parse types in Julia modeAlex Beregszaszi2017-05-061-5/+12
* Remove error label / invalid jump label.chriseth2017-04-281-1/+0
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-0/+128