solidity/libevmasm
2018-11-09 15:39:57 +01:00
..
Assembly.cpp Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
Assembly.h Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02: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 Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +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 Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02:00
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 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 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 Set the price of EXTCODEHASH properly 2018-09-26 16:11:02 +01:00
GasMeter.h Add explanation to GasMeter::dataGas 2018-09-26 14:25:40 +01:00
Instruction.cpp Set the price of EXTCODEHASH properly 2018-09-26 16:11:02 +01:00
Instruction.h Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +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 Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02:00
KnownState.h Added guards for unknown pragmas 2018-08-05 19:21:33 -03:00
LinkerObject.cpp Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02:00
LinkerObject.h Use hash for library placeholders. 2018-10-12 15:15:01 +02:00
PathGasMeter.cpp Follow highest gas usage only for gas estimation. 2018-05-09 10:53:30 +02:00
PathGasMeter.h Add PathGasMeter.estimateMax helper 2018-09-26 14:25:40 +01: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 Add assembly support for EXTCODEHASH (EIP-1052) 2018-09-26 16:11:02 +01: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 Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
SimplificationRules.h Split simplification rules into two functions. 2018-09-18 14:28:21 +02:00
SourceLocation.h Fix licensing headers 2016-11-23 12:22:33 +01:00