..
Assembly.cpp
libevmasm: refactor asm-json export & add support for source list.
2022-03-23 15:58:07 -05:00
Assembly.h
libevmasm: refactor asm-json export & add support for source list.
2022-03-23 15:58:07 -05:00
AssemblyItem.cpp
libevmasm: refactor asm-json export & add support for source list.
2022-03-23 15:58:07 -05:00
AssemblyItem.h
libevmasm: refactor asm-json export & add support for source list.
2022-03-23 15:58:07 -05: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
CommonSubexpressionEliminator performance optimization
2022-03-16 12:57:38 +01:00
CommonSubexpressionEliminator.h
CommonSubexpressionEliminator performance optimization
2022-03-16 12:57:38 +01:00
ConstantOptimiser.cpp
Properly compute source mappings for immutables.
2021-10-12 17:56:17 +02:00
ConstantOptimiser.h
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
ControlFlowGraph.cpp
Enable the -Wconversion warning
2020-12-08 16:45:24 +00:00
ControlFlowGraph.h
Split Common.h into Numeric.h.
2021-09-23 15:27:29 +02:00
Disassemble.cpp
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
Disassemble.h
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
Exceptions.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
ExpressionClasses.cpp
Split Common.h into Numeric.h.
2021-09-23 15:27:29 +02:00
ExpressionClasses.h
Enable the -Wconversion warning
2020-12-08 16:45:24 +00:00
GasMeter.cpp
Remove unused AssemblyItemType::PushString.
2021-09-13 18:59:18 +02:00
GasMeter.h
Updated changes in refunds: EIP-3529
2021-08-11 09:55:21 +02:00
Inliner.cpp
Properly compute source mappings for immutables.
2021-10-12 17:56:17 +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
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
Instruction.h
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01: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
Split Common.h into Numeric.h.
2021-09-23 15:27:29 +02:00
KnownState.h
Split Common.h into Numeric.h.
2021-09-23 15:27:29 +02:00
LinkerObject.cpp
Remove linking to unqualified library name
2021-10-20 18:11:58 +03:30
LinkerObject.h
Use function debug data.
2021-09-22 11:11:51 +02:00
PathGasMeter.cpp
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
PathGasMeter.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
PeepholeOptimiser.cpp
Additional peephole optimizer rules for removing side-effect free instructions before simple terminations.
2022-03-16 15:34:37 +01:00
PeepholeOptimiser.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
RuleList.h
Always refer to the latest version of Boost in URLs
2021-09-24 15:35:33 +02:00
SemanticInformation.cpp
Disallow RETURNDATASIZE and RETURNDATACOPY in inline assembly blocks in pure functions
2022-05-20 09:31:27 -03:00
SemanticInformation.h
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
SimplificationRule.h
Some more base fees.
2021-08-12 16:37:21 +02:00
SimplificationRules.cpp
Remove unneeded include files
2021-06-07 12:53:18 -04:00
SimplificationRules.h
Remove the usage of boost::noncopyable
2021-04-23 14:57:01 +01:00