aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/EVMCodeTransform.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unintentional copy in assignment operation.chriseth2017-09-201-1/+2
|
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-1/+1
|
* Named assembly labels.chriseth2017-09-161-2/+7
|
* Add Julia mode as an option to EVMCodeTransformAlex Beregszaszi2017-07-031-0/+5
|
* Helper for visiting statements.chriseth2017-06-161-0/+2
|
* Split block code generation into main and finalize.chriseth2017-06-161-3/+4
|
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-0/+1
|
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-15/+1
|
* Move stack height to generation phase.chriseth2017-06-141-2/+4
|
* Move LabelIDs to generation phase.chriseth2017-06-141-6/+23
|
* Remove obsolete AsmStackAlex Beregszaszi2017-06-091-1/+0
|
* Remove error reporter from code generation phase.chriseth2017-06-081-10/+6
|
* Some more comments.chriseth2017-06-081-0/+1
|
* Introduce machine-dependent stack adjustment.chriseth2017-06-081-3/+7
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-13/+30
|
* Refactor error reportingRhett Aultman2017-05-301-6/+5
| | | | | | | | | 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-203/+69
|
* Move EVM codegen to libjulia.chriseth2017-05-261-0/+253