Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move stack height to generation phase. | chriseth | 2017-06-14 | 1 | -7/+5 |
* | Move LabelIDs to generation phase. | chriseth | 2017-06-14 | 1 | -20/+23 |
* | Missing stack height check for variable declaration. | chriseth | 2017-06-08 | 1 | -0/+1 |
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -11/+9 |
* | Some more comments. | chriseth | 2017-06-08 | 1 | -2/+11 |
* | Correct stack height adjustment after returnsub. | chriseth | 2017-06-08 | 1 | -1/+1 |
* | Introduce machine-dependent stack adjustment. | chriseth | 2017-06-08 | 1 | -8/+19 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -103/+286 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -8/+7 |
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -1/+233 |
* | Move EVM codegen to libjulia. | chriseth | 2017-05-26 | 1 | -0/+21 |