solidity/libyul/backends/evm
2022-03-15 18:36:55 +01:00
..
AbstractAssembly.h Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
AsmCodeGen.cpp Do not use named function labels if function names are not unique. 2021-10-19 18:33:00 +02:00
AsmCodeGen.h Only provide code generator to CodeTransform. 2021-08-04 18:38:10 +02:00
ConstantOptimiser.cpp Disambiguate bytesRequired 2021-09-22 11:22:07 +02:00
ConstantOptimiser.h
ControlFlowGraph.h Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
ControlFlowGraphBuilder.cpp Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
ControlFlowGraphBuilder.h Register functions earlier. 2021-11-04 13:48:11 +01:00
EthAssemblyAdapter.cpp Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
EthAssemblyAdapter.h Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
EVMCodeTransform.cpp Do not use named function labels if function names are not unique. 2021-10-19 18:33:00 +02:00
EVMCodeTransform.h Do not use named function labels if function names are not unique. 2021-10-19 18:33:00 +02:00
EVMDialect.cpp Replace all locale-dependent operations with locale-agnostic counterparts 2022-03-07 17:23:08 +01:00
EVMDialect.h Remove the expression callback from the code generator functions of Yul builtins. 2021-09-06 17:07:53 +02:00
EVMMetrics.cpp
EVMMetrics.h Split out disassemble to remove numeric from instruction includes. 2022-03-02 15:30:41 +01:00
EVMObjectCompiler.cpp Change memory-safe assembly annotation suggestion during stack too deep errors. 2022-03-14 11:54:09 +01:00
EVMObjectCompiler.h
NoOutputAssembly.cpp Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
NoOutputAssembly.h Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
OptimizedEVMCodeTransform.cpp Named function labels. 2021-11-03 12:42:07 +01:00
OptimizedEVMCodeTransform.h Named function labels. 2021-11-03 12:42:07 +01:00
StackHelpers.h Improved stack shuffling in corner cases. 2022-01-21 15:41:30 +01:00
StackLayoutGenerator.cpp Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
StackLayoutGenerator.h Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
VariableReferenceCounter.cpp
VariableReferenceCounter.h