solidity/libyul/backends/evm
2021-07-15 15:24:12 +02:00
..
AbstractAssembly.h Support metadata via IR. 2021-06-21 18:20:31 +02:00
AsmCodeGen.cpp Split EthAssemblyAdapter from AsmCodeGen 2021-04-27 11:31:15 +01:00
AsmCodeGen.h Split EthAssemblyAdapter from AsmCodeGen 2021-04-27 11:31:15 +01:00
ConstantOptimiser.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ConstantOptimiser.h Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ControlFlowGraph.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ControlFlowGraphBuilder.cpp Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ControlFlowGraphBuilder.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
EthAssemblyAdapter.cpp Support metadata via IR. 2021-06-21 18:20:31 +02:00
EthAssemblyAdapter.h Support metadata via IR. 2021-06-21 18:20:31 +02:00
EVMCodeTransform.cpp Fix source location of builtin function calls. 2021-07-06 16:54:29 +02:00
EVMCodeTransform.h Have the stack optimization in the code transform only reuse slots that are reachable and fix argument slot reuse on functions without return variables. 2021-06-28 18:11:57 +02:00
EVMDialect.cpp Fix source location of builtin function calls. 2021-07-06 16:54:29 +02:00
EVMDialect.h Add verbatim builtin. 2021-04-26 19:56:44 +02:00
EVMMetrics.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
EVMMetrics.h Changed the type of gas calculation to bigint instead of size_t 2021-04-22 18:19:47 +02:00
EVMObjectCompiler.cpp Support metadata via IR. 2021-06-21 18:20:31 +02:00
EVMObjectCompiler.h Drop support for evm15 and eip-615. 2021-03-09 15:56:03 +01:00
NoOutputAssembly.cpp Note function entry points. 2021-05-04 17:15:13 +02:00
NoOutputAssembly.h Support metadata via IR. 2021-06-21 18:20:31 +02:00
VariableReferenceCounter.cpp Extract VariableReferenceCounter and StackTooDeep error from EVMCodeTransform. 2021-04-13 10:41:16 +02:00
VariableReferenceCounter.h Extract VariableReferenceCounter and StackTooDeep error from EVMCodeTransform. 2021-04-13 10:41:16 +02:00