aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/EVMCodeTransform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unintentional copy in assignment operation.chriseth2017-09-201-19/+23
|
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-18/+24
|
* Named assembly labels.chriseth2017-09-161-8/+22
|
* Rename expectedItems to numVariablesAlex Beregszaszi2017-07-131-3/+3
|
* Support variable declarations without an assignment in EVMAlex Beregszaszi2017-07-131-3/+12
|
* Add Julia mode as an option to EVMCodeTransformAlex Beregszaszi2017-07-031-1/+1
|
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
|
* Set source location for for start label.chriseth2017-06-161-0/+1
|
* Helper for visiting statements.chriseth2017-06-161-3/+8
|
* Code generation for for-loops.chriseth2017-06-161-6/+38
|
* Split block code generation into main and finalize.chriseth2017-06-161-20/+23
|
* Helper to count the number of variables in a scope.chriseth2017-06-161-3/+2
|
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+5
|
* Move stack height to generation phase.chriseth2017-06-141-7/+5
|
* Move LabelIDs to generation phase.chriseth2017-06-141-20/+23
|
* Missing stack height check for variable declaration.chriseth2017-06-081-0/+1
|
* Remove error reporter from code generation phase.chriseth2017-06-081-11/+9
|
* Some more comments.chriseth2017-06-081-2/+11
|
* Correct stack height adjustment after returnsub.chriseth2017-06-081-1/+1
|
* Introduce machine-dependent stack adjustment.chriseth2017-06-081-8/+19
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-103/+286
|
* Refactor error reportingRhett Aultman2017-05-301-8/+7
| | | | | | | | | 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-1/+233
|
* Move EVM codegen to libjulia.chriseth2017-05-261-0/+21