solidity/libevmasm
2019-05-28 12:54:32 +02:00
..
Assembly.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
Assembly.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
AssemblyItem.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
AssemblyItem.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
BlockDeduplicator.cpp
BlockDeduplicator.h
CMakeLists.txt
CommonSubexpressionEliminator.cpp
CommonSubexpressionEliminator.h
ConstantOptimiser.cpp Document copyRoutine in ConstantOptimiser 2019-05-22 15:18:57 +01:00
ConstantOptimiser.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
ControlFlowGraph.cpp
ControlFlowGraph.h
Exceptions.h
ExpressionClasses.cpp Fix commented debug output code 2019-03-19 16:15:05 +01:00
ExpressionClasses.h
GasMeter.cpp
GasMeter.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
Instruction.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
Instruction.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
JumpdestRemover.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
JumpdestRemover.h
KnownState.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
KnownState.h
LinkerObject.cpp
LinkerObject.h
PathGasMeter.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
PathGasMeter.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
PeepholeOptimiser.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
PeepholeOptimiser.h
RuleList.h Optimizer rules that combine shifts and masks. 2019-05-15 20:30:53 +02:00
SemanticInformation.cpp Split MovableChecker and introduce SideEffectsUpToMSize. 2019-05-28 12:54:32 +02:00
SemanticInformation.h Split MovableChecker and introduce SideEffectsUpToMSize. 2019-05-28 12:54:32 +02:00
SimplificationRule.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
SimplificationRules.cpp Allow simplification patterns to signal failure 2019-03-19 15:51:52 +01:00
SimplificationRules.h