Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add REVERT to libevmasm | Alex Beregszaszi | 2017-02-11 | 1 | -1/+2 |
* | Rename SUICIDE opcode to SELFDESTRUCT in libevmasm | Alex Beregszaszi | 2017-02-07 | 1 | -1/+1 |
* | Fix optimizer with regards to INVALID instruction. | chriseth | 2017-01-26 | 1 | -0/+1 |
* | libevmasm: OpPop() optimization keeps the source location | Yoichi Hirai | 2016-12-30 | 1 | -1/+1 |
* | Integrate AddPop. | chriseth | 2016-11-25 | 1 | -15/+12 |
* | Templatize. | chriseth | 2016-11-25 | 1 | -37/+75 |
* | Peephole optimizer for unreacheable code. | chriseth | 2016-11-25 | 1 | -37/+73 |
* | libevmasm: generalize ADDPOP optimization into ADDMODPOP etc | Yoichi Hirai | 2016-11-25 | 1 | -5/+6 |
* | libevmasm: Add another peephole optimization | Yoichi Hirai | 2016-11-25 | 1 | -2/+27 |
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
* | fixup! Simple peephole optimizer that is activated even if not requested. | chriseth | 2016-11-16 | 1 | -0/+2 |
* | Simple peephole optimizer that is activated even if not requested. | chriseth | 2016-11-16 | 1 | -0/+146 |