aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmAnalysis.h
Commit message (Collapse)AuthorAgeFilesLines
* Warn about using loose inline assembly features as experimental 0.5.0 feature.chriseth2018-03-071-1/+16
|
* Provide EVM version to assembly analysis.chriseth2018-03-021-1/+4
|
* Split inline assembly into loose and strict flavours.chriseth2018-01-061-3/+3
|
* Separate expression and statement.chriseth2017-12-131-1/+2
|
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+1
|
* Warn on JUMP/JUMPI in inline assemblyAlex Beregszaszi2017-07-011-1/+1
|
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-15/+2
|
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-1/+3
|
* Merge pull request #2389 from ethereum/moveLabelIDschriseth2017-06-141-3/+5
|\ | | | | Move LabelIDs to generation phase.
| * Move "active variable" to analysis phase.chriseth2017-06-141-3/+5
| |
* | Warn if returndatasize/returndatacopy is usedAlex Beregszaszi2017-06-131-0/+1
|/
* Fix: Copy resolver.chriseth2017-06-081-1/+1
|
* Visitor bugfix.chriseth2017-06-081-0/+1
|
* Some more comments.chriseth2017-06-081-2/+0
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+5
|
* Refactor to use expectExpression in analyzer.chriseth2017-06-011-1/+6
|
* Refactor error reportingRhett Aultman2017-05-301-5/+4
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* Introduce virtual blocks for function arguments.chriseth2017-05-291-4/+0
|
* Introduce Julia mode in AsmAnalyzerAlex Beregszaszi2017-05-271-1/+3
|
* Validate that only basic types are used in JuliaAlex Beregszaszi2017-05-271-0/+1
|
* Move constructor to AsmAnalyzer headerAlex Beregszaszi2017-05-271-2/+2
|
* Adapt EVM codegen to new namespace.chriseth2017-05-261-2/+2
|
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-0/+2
|
* Rename FunctionalAssignment to AssignmentAlex Beregszaszi2017-05-241-2/+2
|
* Rename Assignment to StackAssignmentAlex Beregszaszi2017-05-241-2/+2
|
* Refactor to combined scope and stack height info.chriseth2017-04-261-9/+4
|
* Store stack height in analysis phase.chriseth2017-04-261-2/+8
|
* 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