Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the price of EXTCODEHASH properly | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Add assembly support for EXTCODEHASH (EIP-1052) | Jared Wasinger | 2018-09-26 | 1 | -0/+2 |
| | |||||
* | Explicitly use std::next to avoid boost version. | chriseth | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | evmasm/Instruction: fixes undefined behavior of advancing iterator beyond ↵ | Christian Parpart | 2018-08-03 | 1 | -3/+11 |
| | | | | | | the end of a container. Usually the STL doesn't check whether or not the developer advances beyond its container's end, but MSVC does (found out by running soltest in debug mode on Win32 / VS2017). | ||||
* | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Remove ROL/ROR as they are not part of EIP145 anymore | Alex Beregszaszi | 2018-02-27 | 1 | -4/+0 |
| | |||||
* | Add bitwise shift operators to libevmasm (EIP145) | Alex Beregszaszi | 2018-02-27 | 1 | -0/+10 |
| | |||||
* | MLOAD has side-effects, treat it like that in the optimiser | Alex Beregszaszi | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | add new opcode instructions to the parser | Dimitry | 2017-06-15 | 1 | -0/+2 |
| | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4) | ||||
* | Introduce CREATE2 in the assembler | Alex Beregszaszi | 2017-06-14 | 1 | -1/+3 |
| | |||||
* | libevmasm: add RETURNDATACOPY and RETURNDATASIZE | Yoichi Hirai | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 1 | -2/+2 |
| | |||||
* | libevmasm: EIP150.a changes on SLOAD, CALL, CALLCODE, DELEGATECALL and SUICIDE | Yoichi Hirai | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | libevmadm: EIP150.a changes on EXTCODE, EXTCODESIZE and BALANCE | Yoichi Hirai | 2017-04-25 | 1 | -3/+3 |
| | |||||
* | Add REVERT to libevmasm | Alex Beregszaszi | 2017-02-11 | 1 | -0/+2 |
| | |||||
* | Rename SUICIDE opcode to SELFDESTRUCT in libevmasm | Alex Beregszaszi | 2017-02-07 | 1 | -3/+3 |
| | |||||
* | 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 | -131/+131 |
| | | | | Synchronize with cpp-ethereum | ||||
* | Make enum Tier into an enum class | Yoichi Hirai | 2017-01-13 | 1 | -131/+131 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Correctly use not/bnot/iszero. | chriseth | 2016-05-09 | 1 | -2/+2 |
| | | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation). | ||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -1/+0 |
| | |||||
* | return instructionInfo style | Dimitry | 2016-04-04 | 1 | -3/+3 |
| | |||||
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -9/+9 |
| | |||||
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -0/+354 |