aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete AsmStackAlex Beregszaszi2017-06-091-96/+0
|
* Remove error reporter from code generation phase.chriseth2017-06-081-3/+3
|
* Refactor error reportingRhett Aultman2017-05-301-9/+10
| | | | | | | | | 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 Julia mode in AsmAnalyzerAlex Beregszaszi2017-05-271-2/+2
|
* Adapt EVM codegen to new namespace.chriseth2017-05-261-2/+2
|
* Refactor to combined scope and stack height info.chriseth2017-04-261-8/+9
|
* Pass internal resolver to assembly analyzer.chriseth2017-04-251-1/+2
|
* Fix refactoring error.chriseth2017-04-251-2/+2
|
* Move analysis out of code generator.chriseth2017-04-251-3/+9
|
* Use actual type checking phase of assembler.chriseth2017-04-251-2/+5
|
* Split external identifier access into resolving and code generation.chriseth2017-04-251-1/+1
|
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-1/+1
|
* Analysis refactoring.chriseth2017-03-031-1/+4
|
* Review changes.chriseth2017-02-141-1/+1
|
* Assembly printer.chriseth2017-02-141-4/+14
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Provide inline assembly to the code generator. (#840)chriseth2016-08-161-1/+21
| | | | | | * Directly usable inline assembly. * Add missing header.
* Source location for inline assembly.chriseth2016-04-201-3/+7
|
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+47