solidity/libevmasm
chriseth e681f4ee79
Merge pull request #4028 from ethereum/asm-tags-32bit
Restrict assembly tags to 32-bit
2018-05-02 17:34:13 +02:00
..
Assembly.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
Assembly.h Restrict assembly tags to 32-bit 2018-04-30 18:47:57 +01:00
AssemblyItem.cpp Ensure that subId and tag handling is correct on all compilers in AssemblyItem 2018-04-30 15:57:17 +01:00
AssemblyItem.h
BlockDeduplicator.cpp
BlockDeduplicator.h
CMakeLists.txt CMake: remove direct jsoncpp dependency in libevmasm 2018-04-20 20:37:26 +01:00
CommonSubexpressionEliminator.cpp
CommonSubexpressionEliminator.h Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
ConstantOptimiser.cpp Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
ConstantOptimiser.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
ControlFlowGraph.cpp
ControlFlowGraph.h
Exceptions.h
ExpressionClasses.cpp Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
ExpressionClasses.h
GasMeter.cpp Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
GasMeter.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
Instruction.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
Instruction.h Fix comment typos 2018-04-27 19:31:30 +04:00
JumpdestRemover.cpp
JumpdestRemover.h
KnownState.cpp
KnownState.h
LinkerObject.cpp
LinkerObject.h
PathGasMeter.cpp Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
PathGasMeter.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
PeepholeOptimiser.cpp Replace comparison operators with opposites if preceded by SWAP1 2018-04-04 17:47:58 +02:00
PeepholeOptimiser.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
RuleList.h Remove unnecessary masking of the result of known short instructions 2018-04-19 23:59:06 +01:00
SemanticInformation.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
SemanticInformation.h Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
SimplificationRule.h Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
SimplificationRules.cpp Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
SimplificationRules.h Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
SourceLocation.h