solidity/libevmasm
2018-09-18 23:04:57 +01:00
..
Assembly.cpp Replace safety stop by invalid 2018-08-14 12:32:47 +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
BlockDeduplicator.h
CMakeLists.txt CMake: remove direct jsoncpp dependency in libevmasm 2018-04-20 20:37:26 +01:00
CommonSubexpressionEliminator.cpp
CommonSubexpressionEliminator.h Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
ConstantOptimiser.cpp Move dataGas calculation helper to GasMeter 2018-09-18 14:47:53 +01:00
ConstantOptimiser.h Calculate the dataGas correctly in the constant optimiser 2018-08-14 17:45:43 +02:00
ControlFlowGraph.cpp
ControlFlowGraph.h Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
Exceptions.h
ExpressionClasses.cpp Split simplification rules into two functions. 2018-09-18 14:28:21 +02:00
ExpressionClasses.h Remove recursive call to simplify with reversed arguments. 2018-02-06 22:51:30 +01:00
GasMeter.cpp Move dataGas calculation helper to GasMeter 2018-09-18 14:47:53 +01:00
GasMeter.h Move dataGas calculation helper to GasMeter 2018-09-18 14:47:53 +01:00
Instruction.cpp Explicitly use std::next to avoid boost version. 2018-08-09 01:12:55 +02:00
Instruction.h CREATE2 opcode has been moved from 0xfb to 0xf5 2018-09-18 23:04:57 +01:00
JumpdestRemover.cpp
JumpdestRemover.h
KnownState.cpp As SWITCH..CASE is better than ELSE..IF 2018-07-02 15:42:30 +06:00
KnownState.h Added guards for unknown pragmas 2018-08-05 19:21:33 -03:00
LinkerObject.cpp Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
LinkerObject.h
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 Split simplification rules into two functions. 2018-09-18 14:28:21 +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 Split simplification rules into two functions. 2018-09-18 14:28:21 +02:00
SimplificationRules.h Split simplification rules into two functions. 2018-09-18 14:28:21 +02:00
SourceLocation.h