index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libevmasm
/
Instruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
libevmasm: remove duplicate `Tier` from `Tier::xTier`s
Yoichi Hirai
2017-01-19
1
-131
/
+131
*
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
*
Correctly use not/bnot/iszero.
chriseth
2016-05-09
1
-2
/
+2
*
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