Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce MachineAssemblyObject | Alex Beregszaszi | 2017-06-09 | 1 | -1/+7 |
| | |||||
* | Remove excess includes | Alex Beregszaszi | 2017-06-09 | 1 | -1/+0 |
| | |||||
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -2/+2 |
| | |||||
* | Refactor AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Add analyze(block) to AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -0/+4 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -2/+3 |
| | | | | | | | | | 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 | ||||
* | More comments for assembly | chriseth | 2017-05-26 | 1 | -0/+2 |
| | |||||
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -0/+83 |