solidity/libevmasm
2023-08-22 14:37:11 +02:00
..
Assembly.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
Assembly.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
AssemblyItem.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
AssemblyItem.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
BlockDeduplicator.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
BlockDeduplicator.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
CMakeLists.txt Split out disassemble to remove numeric from instruction includes. 2022-03-02 15:30:41 +01:00
CommonSubexpressionEliminator.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
CommonSubexpressionEliminator.h Set CommonSubexpressionEliminator max chunk size to 2000 2022-04-11 08:31:04 +02:00
ConstantOptimiser.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
ConstantOptimiser.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ControlFlowGraph.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
ControlFlowGraph.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
Disassemble.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
Disassemble.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Exceptions.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ExpressionClasses.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
ExpressionClasses.h ExpressionClasses performance optimization 2022-04-11 08:31:04 +02:00
GasMeter.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
GasMeter.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Inliner.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
Inliner.h Do not hard-code the default 'runs' value as 200 in code that fills out optimizer settings 2021-06-28 14:12:28 +02:00
Instruction.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
Instruction.h feat: add support for push0 in libevmasm 2023-04-09 18:01:52 +02:00
JumpdestRemover.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
JumpdestRemover.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
KnownState.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
KnownState.h fixed a typo in KnownState.h 2023-08-22 14:37:11 +02:00
LinkerObject.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
LinkerObject.h Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
PathGasMeter.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
PathGasMeter.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
PeepholeOptimiser.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
PeepholeOptimiser.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
RuleList.h added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
SemanticInformation.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
SemanticInformation.h Split out disassemble to remove numeric from instruction includes. 2022-03-02 15:30:41 +01:00
SimplificationRule.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
SimplificationRules.cpp Purge using namespace std 2023-07-10 13:12:46 +02:00
SimplificationRules.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00