aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends/evm/EVMCodeTransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt EVM codegen to new namespace.chriseth2017-05-261-1/+233
* Move EVM codegen to libjulia.chriseth2017-05-261-0/+21