solidity/libevmasm
2017-07-27 12:40:28 +01:00
..
Assembly.cpp Introduce fine-grained optimiser settings in libevmasm 2017-07-27 12:40:28 +01:00
Assembly.h Introduce fine-grained optimiser settings in libevmasm 2017-07-27 12:40:28 +01:00
AssemblyItem.cpp Refactor exceptions and provide comment function. 2017-07-13 11:34:03 +02:00
AssemblyItem.h Peephole optimizer for double push. 2017-06-14 20:02:45 +02:00
BlockDeduplicator.cpp
BlockDeduplicator.h
CMakeLists.txt
CommonSubexpressionEliminator.cpp Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
CommonSubexpressionEliminator.h
ConstantOptimiser.cpp Peephole optimizer for double push. 2017-06-14 20:02:45 +02:00
ConstantOptimiser.h Do not use the member in checkRepresentation 2017-04-27 14:06:58 +01:00
ControlFlowGraph.cpp
ControlFlowGraph.h
EVMSchedule.h Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
Exceptions.h
ExpressionClasses.cpp
ExpressionClasses.h
GasMeter.cpp Refactor exceptions and provide comment function. 2017-07-13 11:34:03 +02:00
GasMeter.h Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
Instruction.cpp MLOAD has side-effects, treat it like that in the optimiser 2017-06-30 21:27:39 +01:00
Instruction.h add new opcode instructions to the parser 2017-06-14 18:18:12 +02:00
KnownState.cpp Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
KnownState.h Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
LinkerObject.cpp Provide fallback for linking. 2017-01-18 17:41:36 +01:00
LinkerObject.h Provide fallback for linking. 2017-01-18 17:41:36 +01:00
PathGasMeter.cpp
PathGasMeter.h
PeepholeOptimiser.cpp Peephole optimizer for double push. 2017-06-14 20:02:45 +02:00
PeepholeOptimiser.h
SemanticInformation.cpp add new opcode instructions to the parser 2017-06-14 18:18:12 +02:00
SemanticInformation.h
SimplificationRules.cpp Add simplification rule for SDIV(0,X) and SDIV(X,0) 2017-05-19 17:49:20 +01:00
SimplificationRules.h
SourceLocation.h