solidity/libevmasm
Daniel Kirchner 44da8507b1 Change default EVM version to Shanghai.
Co-authored-by: Rodrigo Q. Saramago <rodrigoqsaramago@gmail.com>
2023-05-08 16:34:23 +02:00
..
Assembly.cpp Misc small refactors: Superfluous std::, trailing commas in lists, whitespace, missing breaks, import order 2023-04-20 19:53:48 +02:00
Assembly.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
AssemblyItem.cpp Misc small refactors: Superfluous std::, trailing commas in lists, whitespace, missing breaks, import order 2023-04-20 19:53:48 +02:00
AssemblyItem.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
BlockDeduplicator.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
CommonSubexpressionEliminator.h Set CommonSubexpressionEliminator max chunk size to 2000 2022-04-11 08:31:04 +02:00
ConstantOptimiser.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ConstantOptimiser.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ControlFlowGraph.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
ControlFlowGraph.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
Disassemble.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00: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 ExpressionClasses performance optimization 2022-04-11 08:31:04 +02:00
ExpressionClasses.h ExpressionClasses performance optimization 2022-04-11 08:31:04 +02:00
GasMeter.cpp Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
GasMeter.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Inliner.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +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 feat: add support for push0 in libevmasm 2023-04-09 18:01:52 +02:00
Instruction.h feat: add support for push0 in libevmasm 2023-04-09 18:01:52 +02:00
JumpdestRemover.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +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 Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
KnownState.h Fix spelling mistakes and CI spellcheck job 2022-08-18 14:38:19 +02:00
LinkerObject.cpp Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
LinkerObject.h Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
PathGasMeter.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +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 Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00: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 Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00: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 Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
SimplificationRules.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00