aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmAnalysis.h
Commit message (Collapse)AuthorAgeFilesLines
* Move analysis out of code generator.chriseth2017-04-251-1/+5
|
* Review comments and cleanup.chriseth2017-04-251-2/+3
|
* Perform stack height checks in assembly analysis phase.chriseth2017-04-251-3/+10
|
* Use actual type checking phase of assembler.chriseth2017-04-251-4/+4
|
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-95/+16
|
* Register functions.chriseth2017-04-251-7/+18
|
* Remove stack annotations again.chriseth2017-03-031-2/+0
|
* Slightly cleaner label ids.chriseth2017-03-031-3/+2
|
* Partially add functions.chriseth2017-03-031-7/+25
|
* Generic visitor.chriseth2017-03-031-37/+28
|
* Analysis refactoring.chriseth2017-03-031-0/+152