Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set source location for for start label. | chriseth | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | Helper for visiting statements. | chriseth | 2017-06-16 | 2 | -3/+10 |
| | |||||
* | Code generation for for-loops. | chriseth | 2017-06-16 | 1 | -6/+38 |
| | |||||
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 2 | -23/+27 |
| | |||||
* | Helper to count the number of variables in a scope. | chriseth | 2017-06-16 | 1 | -3/+2 |
| | |||||
* | 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 | 2 | -15/+6 |
| | |||||
* | Move stack height to generation phase. | chriseth | 2017-06-14 | 2 | -9/+9 |
| | |||||
* | Move LabelIDs to generation phase. | chriseth | 2017-06-14 | 2 | -26/+46 |
| | |||||
* | Remove obsolete AsmStack | Alex Beregszaszi | 2017-06-09 | 1 | -1/+0 |
| | |||||
* | Comments and consistent variable names. | chriseth | 2017-06-09 | 3 | -13/+14 |
| | |||||
* | Fix compiler warning. | chriseth | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | 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/+363 |