aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScopeFiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* JuliaType -> YulTypeAlex Beregszaszi2018-06-141-2/+2
* Separate expression and statement.chriseth2017-12-131-0/+5
* Rename arguments to paramaters and returns to returnVariables.chriseth2017-12-011-3/+3
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+5
* Refactor exceptions and provide comment function.chriseth2017-07-131-0/+2
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
* For loops analysis.chriseth2017-06-161-2/+17
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+5
* Refactor error reportingRhett Aultman2017-05-301-18/+15
* Introduce virtual blocks for function arguments.chriseth2017-05-291-7/+14
* Visit case bodies in scope fillerAlex Beregszaszi2017-05-261-0/+9
* Support multiple variables in a variable declaration in inline assemblyAlex Beregszaszi2017-05-231-1/+4
* Parse types in Julia modeAlex Beregszaszi2017-05-061-5/+11
* Remove error label / invalid jump label.chriseth2017-04-281-4/+0
* Only run stack filler on AST elements that are or contain declarations.chriseth2017-04-251-29/+1
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-0/+158