solidity/libevmasm
chriseth 9b20c9840a
Merge pull request #10885 from ethereum/heuristic-revamp
Yul Backend: Get rid of heuristics for finding the matching runtime
2021-02-10 00:49:56 +01:00
..
Assembly.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
Assembly.h Merge pull request #10885 from ethereum/heuristic-revamp 2021-02-10 00:49:56 +01:00
AssemblyItem.cpp Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
AssemblyItem.h [yul] Adding support for accessing subobjects via . 2020-07-21 17:56:11 +02:00
BlockDeduplicator.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
BlockDeduplicator.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
CMakeLists.txt Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
CommonSubexpressionEliminator.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
CommonSubexpressionEliminator.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ConstantOptimiser.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ConstantOptimiser.h Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ControlFlowGraph.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ControlFlowGraph.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Exceptions.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ExpressionClasses.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ExpressionClasses.h Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
GasMeter.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
GasMeter.h Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
Inliner.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
Inliner.h Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
Instruction.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Instruction.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
JumpdestRemover.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
JumpdestRemover.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
KnownState.cpp Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
KnownState.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
LinkerObject.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
LinkerObject.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
PeepholeOptimiser.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
RuleList.h Optimize iszero(sub(x, y)) to eq(x, y). 2020-12-22 15:11:48 +01:00
SemanticInformation.cpp Mark chainid as view. 2020-12-09 16:55:51 +01:00
SemanticInformation.h Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
SimplificationRule.h Remove flag. 2020-09-14 17:35:04 +02:00
SimplificationRules.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SimplificationRules.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30