solidity/libevmasm
2019-10-29 12:02:50 +01:00
..
Assembly.cpp Add upper bound assert for PushSub/PushSubSize 2019-09-03 16:40:34 +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
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 add chainid and selfbalance to lllc 2019-09-09 23:35:36 +03:00
GasMeter.h
Instruction.cpp Fix failing tests on ArchLinux and potentially MacOS 2019-10-29 12:02:50 +01:00
Instruction.h add chainid and selfbalance to lllc 2019-09-09 23:35:36 +03: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
PeepholeOptimiser.cpp Include cleanup. 2019-03-28 14:32:48 +01:00
PeepholeOptimiser.h
RuleList.h Fix reordering bug in optimizer. 2019-09-17 12:33:00 +02:00
SemanticInformation.cpp add chainid and selfbalance to lllc 2019-09-09 23:35:36 +03: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 yul: Add new optimizer rules for create and create2 builtins 2019-09-09 17:06:56 +02:00
SimplificationRules.h