aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/AbstractAssembly.h
Commit message (Collapse)AuthorAgeFilesLines
* Support appendAssemblySize() in AbstractAssemblyAlex Beregszaszi2017-06-231-0/+3
|
* Comments and consistent variable names.chriseth2017-06-091-6/+6
|
* Some more comments.chriseth2017-06-081-2/+7
|
* Correct stack height adjustment after returnsub.chriseth2017-06-081-1/+1
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+19
|
* Introduce LabelID typedef.chriseth2017-05-291-3/+5
|
* Move EVM codegen to libjulia.chriseth2017-05-261-0/+89