solidity/libevmasm
2021-02-09 14:50:25 +01:00
..
Assembly.cpp Improve the Error class with a constructor for secondaryLocation 2020-12-17 13:50:04 +00:00
Assembly.h Yul Backend: Get rid of heuristics for finding the matching runtime 2021-02-09 14:50:25 +01:00
AssemblyItem.cpp Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
AssemblyItem.h
BlockDeduplicator.cpp
BlockDeduplicator.h
CMakeLists.txt
CommonSubexpressionEliminator.cpp
CommonSubexpressionEliminator.h
ConstantOptimiser.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ConstantOptimiser.h Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ControlFlowGraph.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ControlFlowGraph.h
Exceptions.h
ExpressionClasses.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ExpressionClasses.h Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
GasMeter.cpp
GasMeter.h
Instruction.cpp
Instruction.h
JumpdestRemover.cpp
JumpdestRemover.h
KnownState.cpp Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
KnownState.h
LinkerObject.cpp
LinkerObject.h
PathGasMeter.cpp
PathGasMeter.h
PeepholeOptimiser.cpp
PeepholeOptimiser.h
RuleList.h Optimize iszero(sub(x, y)) to eq(x, y). 2020-12-22 15:11:48 +01:00
SemanticInformation.cpp Mark chainid as view. 2020-12-09 16:55:51 +01:00
SemanticInformation.h
SimplificationRule.h
SimplificationRules.cpp
SimplificationRules.h