Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Helper for visiting statements. | chriseth | 2017-06-16 | 1 | -0/+2 |
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 1 | -3/+4 |
* | Add include file to forward-declare inline assembly structs. | chriseth | 2017-06-16 | 1 | -0/+1 |
* | Parse for statement in assembly parser / printer | Alex Beregszaszi | 2017-06-16 | 1 | -15/+1 |
* | Move stack height to generation phase. | chriseth | 2017-06-14 | 1 | -2/+4 |
* | Move LabelIDs to generation phase. | chriseth | 2017-06-14 | 1 | -6/+23 |
* | Remove obsolete AsmStack | Alex Beregszaszi | 2017-06-09 | 1 | -1/+0 |
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -10/+6 |
* | Some more comments. | chriseth | 2017-06-08 | 1 | -0/+1 |
* | Introduce machine-dependent stack adjustment. | chriseth | 2017-06-08 | 1 | -3/+7 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -13/+30 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -6/+5 |
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -203/+69 |
* | Move EVM codegen to libjulia. | chriseth | 2017-05-26 | 1 | -0/+253 |