aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/AssemblyStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add Julia mode as an option to EVMCodeTransformAlex Beregszaszi2017-07-031-1/+1
|
* Run analyzer in Julia mode if requested in AssemblyStackAlex Beregszaszi2017-07-021-1/+1
|
* Split block code generation into main and finalize.chriseth2017-06-161-1/+1
|
* Supply text representation of assemblyAlex Beregszaszi2017-06-091-1/+3
|
* Introduce MachineAssemblyObjectAlex Beregszaszi2017-06-091-4/+10
|
* Remove excess includesAlex Beregszaszi2017-06-091-0/+1
|
* Simplify CodeGenerator by remove seldom used caseAlex Beregszaszi2017-06-091-1/+2
|
* Remove error reporter from code generation phase.chriseth2017-06-081-4/+4
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+8
|
* Refactor AssemblyStackAlex Beregszaszi2017-06-071-4/+6
|
* Add analyze(block) to AssemblyStackAlex Beregszaszi2017-06-071-0/+14
|
* Reset error list in parseAndAnalyzeAlex Beregszaszi2017-06-071-0/+1
|
* Refactor error reportingRhett Aultman2017-05-301-4/+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
* Adapt EVM codegen to new namespace.chriseth2017-05-261-0/+85