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
CommonSubexpressionEliminator.h
ConstantOptimiser.cpp Peephole optimizer for double push. 2017-06-14 20:02:45 +02:00
ConstantOptimiser.h
ControlFlowGraph.cpp
ControlFlowGraph.h
EVMSchedule.h
Exceptions.h
ExpressionClasses.cpp
ExpressionClasses.h
GasMeter.cpp Refactor exceptions and provide comment function. 2017-07-13 11:34:03 +02:00
GasMeter.h
Instruction.cpp MLOAD has side-effects, treat it like that in the optimiser 2017-06-30 21:27:39 +01:00
Instruction.h
KnownState.cpp
KnownState.h
LinkerObject.cpp
LinkerObject.h
PathGasMeter.cpp
PathGasMeter.h
PeepholeOptimiser.cpp Peephole optimizer for double push. 2017-06-14 20:02:45 +02:00
PeepholeOptimiser.h
SemanticInformation.cpp
SemanticInformation.h
SimplificationRules.cpp
SimplificationRules.h
SourceLocation.h