aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/AssemblyStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce MachineAssemblyObjectAlex Beregszaszi2017-06-091-1/+7
|
* Remove excess includesAlex Beregszaszi2017-06-091-1/+0
|
* Remove error reporter from code generation phase.chriseth2017-06-081-2/+2
|
* Refactor AssemblyStackAlex Beregszaszi2017-06-071-0/+1
|
* Add analyze(block) to AssemblyStackAlex Beregszaszi2017-06-071-0/+4
|
* Refactor error reportingRhett Aultman2017-05-301-2/+3
| | | | | | | | | 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
* More comments for assemblychriseth2017-05-261-0/+2
|
* Adapt EVM codegen to new namespace.chriseth2017-05-261-0/+83