solidity/libevmasm
2018-07-11 00:26:23 +02:00
..
Assembly.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
Assembly.h Restrict assembly tags to 32-bit 2018-04-30 18:47:57 +01:00
AssemblyItem.cpp Ensure that subId and tag handling is correct on all compilers in AssemblyItem 2018-04-30 15:57:17 +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: remove direct jsoncpp dependency in libevmasm 2018-04-20 20:37:26 +01:00
CommonSubexpressionEliminator.cpp Some smaller issues found by Covertiy Scan 2017-08-22 13:55:28 +01:00
CommonSubexpressionEliminator.h Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
ConstantOptimiser.cpp Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
ConstantOptimiser.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
ControlFlowGraph.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ControlFlowGraph.h Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ExpressionClasses.cpp Turn simplification rule tuple into struct. 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 Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
GasMeter.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
Instruction.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
Instruction.h Fix comment typos 2018-04-27 19:31:30 +04: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 As SWITCH..CASE is better than ELSE..IF 2018-07-02 15:42:30 +06:00
KnownState.h Rename the SHA3 assembly instruction to KECCAK256 2017-05-30 10:54:29 +01:00
LinkerObject.cpp Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
LinkerObject.h Provide fallback for linking. 2017-01-18 17:41:36 +01:00
PathGasMeter.cpp Follow highest gas usage only for gas estimation. 2018-05-09 10:53:30 +02:00
PathGasMeter.h Follow highest gas usage only for gas estimation. 2018-05-09 10:53:30 +02:00
PeepholeOptimiser.cpp Add TruthyAnd Peephole optimization 2018-06-15 11:27:39 -03:00
PeepholeOptimiser.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
RuleList.h Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
SemanticInformation.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
SemanticInformation.h Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
SimplificationRule.h Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
SimplificationRules.cpp Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
SimplificationRules.h Turn simplification rule tuple into struct. 2018-02-06 22:51:30 +01:00
SourceLocation.h Fix licensing headers 2016-11-23 12:22:33 +01:00