Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 1 | -1/+1 |
* | Supply text representation of assembly | Alex Beregszaszi | 2017-06-09 | 1 | -1/+3 |
* | Introduce MachineAssemblyObject | Alex Beregszaszi | 2017-06-09 | 1 | -4/+10 |
* | Remove excess includes | Alex Beregszaszi | 2017-06-09 | 1 | -0/+1 |
* | Simplify CodeGenerator by remove seldom used case | Alex Beregszaszi | 2017-06-09 | 1 | -1/+2 |
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -4/+4 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -1/+8 |
* | Refactor AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -4/+6 |
* | Add analyze(block) to AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -0/+14 |
* | Reset error list in parseAndAnalyze | Alex Beregszaszi | 2017-06-07 | 1 | -0/+1 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+4 |
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -0/+85 |