solidity/libevmasm
chriseth 65c31ecaeb Remove recursive call to simplify with reversed arguments.
(We now have explicit rules for that).
2018-02-06 22:51:30 +01:00
..
Assembly.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
Assembly.h Named assembly labels. 2017-09-15 20:44:49 +01:00
AssemblyItem.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
AssemblyItem.h Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
BlockDeduplicator.cpp Cleanup of Common.h 2017-08-25 14:54:23 +02:00
BlockDeduplicator.h Mark appropriate constructors explicit 2017-08-22 10:51:46 +01:00
CMakeLists.txt CMake: Cleanup include paths 2017-09-26 22:44:57 +02:00
CommonSubexpressionEliminator.cpp Some smaller issues found by Covertiy Scan 2017-08-22 13:55:28 +01:00
CommonSubexpressionEliminator.h Some smaller issues found by Covertiy Scan 2017-08-22 13:55:28 +01:00
ConstantOptimiser.cpp Mark a lot of functions static (where possible) 2017-08-22 10:51:46 +01:00
ConstantOptimiser.h Ensure parameter names match between headers and implementation 2017-09-20 01:23:21 +01:00
ControlFlowGraph.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ControlFlowGraph.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ExpressionClasses.cpp Remove recursive call to simplify with reversed arguments. 2018-02-06 22:51:30 +01:00
ExpressionClasses.h Remove recursive call to simplify with reversed arguments. 2018-02-06 22:51:30 +01:00
GasMeter.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01: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 helpers for isPush/isDup/isSwap 2017-10-02 10:34:54 +01:00
JumpdestRemover.cpp Replaced solAssert in Jumpdest optimization 2017-11-25 21:51:27 +00:00
JumpdestRemover.h Introduce JumpdestRemover optimisation step 2017-08-25 10:42:36 +01: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 Cleanup of vector_ref.h 2017-08-25 19:36:48 +02:00
LinkerObject.h Provide fallback for linking. 2017-01-18 17:41:36 +01:00
PathGasMeter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
PathGasMeter.h Mark appropriate constructors explicit 2017-08-22 10:51:46 +01:00
PeepholeOptimiser.cpp Assume peephole optimizer was successful if number of pops increased. 2017-10-13 19:00:56 +02:00
PeepholeOptimiser.h Fix licensing headers 2016-11-23 12:22:33 +01:00
RuleList.h Explicitly add reversed operands for commutative operations. 2018-02-06 22:51:30 +01:00
SemanticInformation.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
SemanticInformation.h Movability. 2018-01-12 17:48:51 +01:00
SimplificationRules.cpp Add flag to indicate whether it can be applied to expressions with side-effects. 2018-02-06 22:51:30 +01:00
SimplificationRules.h Add flag to indicate whether it can be applied to expressions with side-effects. 2018-02-06 22:51:30 +01:00
SourceLocation.h Fix licensing headers 2016-11-23 12:22:33 +01:00