aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/backends
Commit message (Expand)AuthorAgeFilesLines
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-112-2/+2
* Rename Julia to Yul in variablesAlex Beregszaszi2018-06-262-6/+6
* Rename Julia to Yul in commentsAlex Beregszaszi2018-06-263-3/+3
* Mark functions constAlex Beregszaszi2018-02-222-6/+6
* Separate expression and statement.chriseth2017-12-132-2/+10
* Split Instruction and FunctionalInstruction in JuliaAlex Beregszaszi2017-12-051-4/+5
* Rename to ASTDataForward.hchriseth2017-12-041-1/+1
* Merge pull request #3265 from ethereum/rename_args_to_paramschriseth2017-12-041-8/+8
|\
| * Rename arguments to paramaters and returns to returnVariables.chriseth2017-12-011-8/+8
* | Fix namespace ambiguity.chriseth2017-12-012-2/+3
* | Introduce InlineAsm structs into Julia namespace.chriseth2017-11-301-21/+22
|/
* If statement for Iulia / inline assembly.chriseth2017-11-222-0/+14
* Remove unintentional copy in assignment operation.chriseth2017-09-202-20/+25
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-202-19/+25
* Named assembly labels.chriseth2017-09-165-10/+42
* 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-032-1/+6
* Refactor updateReferenceAlex Beregszaszi2017-06-232-7/+11
* Support appendAssemblySize() in AbstractAssemblyAlex Beregszaszi2017-06-233-0/+22
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-222-2/+2
* Set source location for for start label.chriseth2017-06-161-0/+1
* Helper for visiting statements.chriseth2017-06-162-3/+10
* Code generation for for-loops.chriseth2017-06-161-6/+38
* Split block code generation into main and finalize.chriseth2017-06-162-23/+27
* Helper to count the number of variables in a scope.chriseth2017-06-161-3/+2
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-0/+1
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-162-15/+6
* 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
* 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