Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add opcode RAND support | Wei-Ning Huang | 2019-04-13 | 1 | -0/+1 |
| | | | | | | DEXON has a built-in on chain random oracle that allow one to retrieve a random variable. Add `rand` solidity variable is introduced to load the random variable onto the stack. | ||||
* | Optimize some instruction comparisons. | chriseth | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Add assembly support for EXTCODEHASH (EIP-1052) | Jared Wasinger | 2018-09-26 | 1 | -0/+3 |
| | |||||
* | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -1/+6 |
| | |||||
* | Prevent libraries from being called. | chriseth | 2018-01-19 | 1 | -0/+1 |
| | |||||
* | Movability. | chriseth | 2018-01-13 | 1 | -0/+25 |
| | |||||
* | Allow ``gas`` in view functions. | chriseth | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | Use isDup/SwapInstruction helper | Alex Beregszaszi | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | Rename to invalidInPureFunctions | chriseth | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | Rename and add anonymous namespace. | chriseth | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Analyze assembly. | chriseth | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Add view/pure information about instructions. | chriseth | 2017-09-06 | 1 | -0/+52 |
| | |||||
* | 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 | -0/+2 |
| | |||||
* | Mention RETURNDATACOPY in GasMeter and SemanticInformation | Yoichi Hirai | 2017-06-13 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | Fix optimizer with regards to INVALID instruction. | chriseth | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | move libevmasm | Dimitry | 2016-03-21 | 1 | -0/+181 |