Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -21/+15 |
* | Some more comments. | chriseth | 2017-06-08 | 4 | -10/+25 |
* | Correct stack height adjustment after returnsub. | chriseth | 2017-06-08 | 4 | -5/+5 |
* | Introduce machine-dependent stack adjustment. | chriseth | 2017-06-08 | 2 | -11/+26 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 5 | -117/+599 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 2 | -14/+12 |
* | Introduce LabelID typedef. | chriseth | 2017-05-29 | 1 | -3/+5 |
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 2 | -204/+302 |
* | Move EVM codegen to libjulia. | chriseth | 2017-05-26 | 3 | -0/+274 |
* | Review changes. | chriseth | 2017-05-20 | 1 | -1/+2 |
* | Refactor to abstract assembly to JULIA. | chriseth | 2017-05-20 | 1 | -0/+88 |