aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Instruction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correctly use not/bnot/iszero.chriseth2016-05-091-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.chriseth2016-04-121-1/+0
|
* return instructionInfo styleDimitry2016-04-041-3/+3
|
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-9/+9
|
* move libevmcore to solidityDimitry2016-04-021-0/+354