Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unintentional copy in assignment operation. | chriseth | 2017-09-20 | 1 | -1/+2 |
| | |||||
* | Support multiple assignment in inline assembly | Alex Beregszaszi | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Named assembly labels. | chriseth | 2017-09-16 | 1 | -2/+7 |
| | |||||
* | Add Julia mode as an option to EVMCodeTransform | Alex Beregszaszi | 2017-07-03 | 1 | -0/+5 |
| | |||||
* | 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 |
| | | | | | | | | | 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 | -203/+69 |
| | |||||
* | Move EVM codegen to libjulia. | chriseth | 2017-05-26 | 1 | -0/+253 |