aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia
Commit message (Collapse)AuthorAgeFilesLines
* Move stack height to generation phase.chriseth2017-06-142-9/+9
|
* Move LabelIDs to generation phase.chriseth2017-06-142-26/+46
|
* Remove obsolete AsmStackAlex Beregszaszi2017-06-091-1/+0
|
* Comments and consistent variable names.chriseth2017-06-093-13/+14
|
* Fix compiler warning.chriseth2017-06-081-1/+1
|
* Missing stack height check for variable declaration.chriseth2017-06-081-0/+1
|
* Remove error reporter from code generation phase.chriseth2017-06-082-21/+15
|
* Some more comments.chriseth2017-06-084-10/+25
|
* Correct stack height adjustment after returnsub.chriseth2017-06-084-5/+5
|
* Introduce machine-dependent stack adjustment.chriseth2017-06-082-11/+26
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-085-117/+599
|
* Refactor error reportingRhett Aultman2017-05-302-14/+12
| | | | | | | | | 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 LabelID typedef.chriseth2017-05-291-3/+5
|
* Adapt EVM codegen to new namespace.chriseth2017-05-262-204/+302
|
* Move EVM codegen to libjulia.chriseth2017-05-263-0/+274
|
* Review changes.chriseth2017-05-201-1/+2
|
* Refactor to abstract assembly to JULIA.chriseth2017-05-201-0/+88