| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add new opcode instructions to the parser | Dimitry | 2017-06-15 | 1 | -3/+4 |
| | | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4) | ||||
| * | Introduce CREATE2 in the assembler | Alex Beregszaszi | 2017-06-14 | 1 | -0/+1 |
| | | |||||
| * | libevmasm: add RETURNDATACOPY and RETURNDATASIZE | Yoichi Hirai | 2017-06-13 | 1 | -0/+2 |
| | | |||||
| * | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -0/+9 |
| | | |||||
| * | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | libevmadm: EIP150.a changes on EXTCODE, EXTCODESIZE and BALANCE | Yoichi Hirai | 2017-04-25 | 1 | -0/+2 |
| | | |||||
| * | Add REVERT to libevmasm | Alex Beregszaszi | 2017-02-11 | 1 | -0/+1 |
| | | |||||
| * | Rename SUICIDE opcode to SELFDESTRUCT in libevmasm | Alex Beregszaszi | 2017-02-07 | 1 | -1/+1 |
| | | |||||
| * | More verbose log of when using invalid instructions | Alex Beregszaszi | 2017-02-02 | 1 | -4/+4 |
| | | |||||
| * | Change code for INVALID opcode to 0xfe. | chriseth | 2017-01-26 | 1 | -2/+2 |
| | | |||||
| * | Change translation of implicit throws (issue #1589). | Valentin Wüstholz | 2017-01-26 | 1 | -0/+2 |
| | | | | | | | | This adds a new invalid instruction that is used for encoding implicit throws that are emitted by the compiler. This makes it possible to distinguish such runtime errors from user-provided, explicit throws. | ||||
| * | libevmasm: remove duplicate `Tier` from `Tier::xTier`s | Yoichi Hirai | 2017-01-19 | 1 | -10/+10 |
| | | | | | Synchronize with cpp-ethereum | ||||
| * | Make enum Tier into an enum class | Yoichi Hirai | 2017-01-13 | 1 | -2/+2 |
| | | |||||
| * | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
| * | return instructionInfo style | Dimitry | 2016-04-04 | 1 | -1/+1 |
| | | |||||
| * | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -2/+2 |
| | | |||||
| * | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -0/+268 |
