aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/AbstractAssembly.h
Commit message (Collapse)AuthorAgeFilesLines
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
| | | | Refs: #4442
* Rename Julia to Yul in commentsAlex Beregszaszi2018-06-261-1/+1
|
* Named assembly labels.chriseth2017-09-161-0/+2
|
* 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