Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unintentional copy in assignment operation. | chriseth | 2017-09-20 | 1 | -19/+23 |
| | |||||
* | Support multiple assignment in inline assembly | Alex Beregszaszi | 2017-09-20 | 1 | -18/+24 |
| | |||||
* | Named assembly labels. | chriseth | 2017-09-16 | 1 | -8/+22 |
| | |||||
* | Rename expectedItems to numVariables | Alex Beregszaszi | 2017-07-13 | 1 | -3/+3 |
| | |||||
* | Support variable declarations without an assignment in EVM | Alex Beregszaszi | 2017-07-13 | 1 | -3/+12 |
| | |||||
* | Add Julia mode as an option to EVMCodeTransform | Alex Beregszaszi | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Set source location for for start label. | chriseth | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | Helper for visiting statements. | chriseth | 2017-06-16 | 1 | -3/+8 |
| | |||||
* | Code generation for for-loops. | chriseth | 2017-06-16 | 1 | -6/+38 |
| | |||||
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 1 | -20/+23 |
| | |||||
* | Helper to count the number of variables in a scope. | chriseth | 2017-06-16 | 1 | -3/+2 |
| | |||||
* | Parse for statement in assembly parser / printer | Alex Beregszaszi | 2017-06-16 | 1 | -0/+5 |
| | |||||
* | 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 |
| | | | | | | | | | 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 | ||||
* | 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 |