aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Instruction.h
Commit message (Expand)AuthorAgeFilesLines
* CREATE2 opcode has been moved from 0xfb to 0xf5Alex Beregszaszi2018-09-191-1/+1
* Fix comment typosOmar Boukli-Hacene2018-04-271-7/+7
* Remove ROL/ROR as they are not part of EIP145 anymoreAlex Beregszaszi2018-02-271-2/+0
* Add bitwise shift operators to libevmasm (EIP145)Alex Beregszaszi2018-02-271-1/+6
* Add helpers for isPush/isDup/isSwapAlex Beregszaszi2017-10-021-0/+18
* Reconcile EVM 1.5 instruction numbers with working draft EIP615gcolvin2017-08-291-9/+11
* add new opcode instructions to the parserDimitry2017-06-151-3/+4
* Introduce CREATE2 in the assemblerAlex Beregszaszi2017-06-141-0/+1
* libevmasm: add RETURNDATACOPY and RETURNDATASIZEYoichi Hirai2017-06-131-0/+2
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-0/+9
* Rename the SHA3 assembly instruction to KECCAK256Alex Beregszaszi2017-05-301-1/+1
* libevmadm: EIP150.a changes on EXTCODE, EXTCODESIZE and BALANCEYoichi Hirai2017-04-251-0/+2
* Add REVERT to libevmasmAlex Beregszaszi2017-02-111-0/+1
* Rename SUICIDE opcode to SELFDESTRUCT in libevmasmAlex Beregszaszi2017-02-071-1/+1
* More verbose log of when using invalid instructionsAlex Beregszaszi2017-02-021-4/+4
* Change code for INVALID opcode to 0xfe.chriseth2017-01-261-2/+2
* Change translation of implicit throws (issue #1589).Valentin Wüstholz2017-01-261-0/+2
* libevmasm: remove duplicate `Tier` from `Tier::xTier`sYoichi Hirai2017-01-191-10/+10
* Make enum Tier into an enum classYoichi Hirai2017-01-131-2/+2
* Fix licensing headersVoR02202016-11-231-4/+4
* return instructionInfo styleDimitry2016-04-041-1/+1
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-2/+2
* move libevmcore to solidityDimitry2016-04-021-0/+268