aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmAnalysis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support true/false literals in inline assemblyAlex Beregszaszi2017-05-191-1/+1
|
* Parse types in Julia modeAlex Beregszaszi2017-05-061-4/+5
|
* Refactor to combined scope and stack height info.chriseth2017-04-261-25/+19
|
* Store stack height in analysis phase.chriseth2017-04-261-3/+27
|
* Fix storage access tests.chriseth2017-04-251-10/+16
|
* Another stack check.chriseth2017-04-251-0/+2
|
* Only allow access to local variables and only if they have a stack size of one.chriseth2017-04-251-1/+1
|
* Check again that instruction argument count is correct.chriseth2017-04-251-0/+1
|
* Review comments and cleanup.chriseth2017-04-251-4/+3
|
* Perform stack height checks in assembly analysis phase.chriseth2017-04-251-21/+133
|
* Add some missing error locations.chriseth2017-04-251-2/+3
|
* Use actual type checking phase of assembler.chriseth2017-04-251-5/+19
|
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-104/+125
|
* Register functions.chriseth2017-04-251-25/+71
|
* Fix error message.chriseth2017-03-031-1/+1
|
* Remove stack annotations again.chriseth2017-03-031-30/+1
|
* Slightly cleaner label ids.chriseth2017-03-031-5/+6
|
* Partially add functions.chriseth2017-03-031-3/+33
|
* Refactor CodeGen to recurse on blocks.chriseth2017-03-031-15/+14
|
* Analysis refactoring.chriseth2017-03-031-0/+179