solidity/libevmasm
chriseth a927efb151 Correctly use not/bnot/iszero.
A long time ago, some opcodes were renamed. Now we should only have
not (bitwise negation) and iszero (logical negation).
2016-05-09 10:52:23 +02:00
..
Assembly.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
Assembly.h enable solidity test 2016-04-04 15:18:24 +04:00
AssemblyItem.cpp return instructionInfo style 2016-04-04 15:27:09 +04:00
AssemblyItem.h enable solidity test 2016-04-04 15:18:24 +04:00
BlockDeduplicator.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
BlockDeduplicator.h move libevmasm 2016-03-21 11:55:45 +03:00
CMakeLists.txt Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
CommonSubexpressionEliminator.cpp return instructionInfo style 2016-04-04 15:27:09 +04:00
CommonSubexpressionEliminator.h move libevmasm 2016-03-21 11:55:45 +03:00
ConstantOptimiser.cpp Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
ConstantOptimiser.h Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
ControlFlowGraph.cpp move libevmasm 2016-03-21 11:55:45 +03:00
ControlFlowGraph.h move libevmasm 2016-03-21 11:55:45 +03:00
Exceptions.h move libevmasm 2016-03-21 11:55:45 +03:00
ExpressionClasses.cpp return instructionInfo style 2016-04-04 15:27:09 +04:00
ExpressionClasses.h move libevmasm 2016-03-21 11:55:45 +03:00
GasMeter.cpp Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
GasMeter.h Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
Instruction.cpp Correctly use not/bnot/iszero. 2016-05-09 10:52:23 +02:00
Instruction.h return instructionInfo style 2016-04-04 15:27:09 +04:00
KnownState.cpp return instructionInfo style 2016-04-04 15:27:09 +04:00
KnownState.h move libevmasm 2016-03-21 11:55:45 +03:00
LinkerObject.cpp move libevmasm 2016-03-21 11:55:45 +03:00
LinkerObject.h move libevmasm 2016-03-21 11:55:45 +03:00
PathGasMeter.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
PathGasMeter.h move libevmasm 2016-03-21 11:55:45 +03:00
SemanticInformation.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
SemanticInformation.h rename namespace for instruction.h/cpp in libevmasm 2016-04-02 15:56:43 +03:00
SourceLocation.h Windows fix. 2016-04-21 16:13:39 +02:00