solidity/libyul/backends/evm
2021-11-04 13:42:50 +01:00
..
AbstractAssembly.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02: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 Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ControlFlowGraph.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
ControlFlowGraphBuilder.cpp Refactor: Only return output. 2021-11-04 13:42:50 +01:00
ControlFlowGraphBuilder.h Refactor: Only return output. 2021-11-04 13:42:50 +01:00
EthAssemblyAdapter.cpp Support metadata via IR. 2021-06-21 18:20:31 +02:00
EthAssemblyAdapter.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02: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 Control flow side-effects for user-defined functions. 2021-10-14 17:46:07 +02: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 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 Named function labels. 2021-11-03 12:42:07 +01:00
EVMObjectCompiler.h Drop support for evm15 and eip-615. 2021-03-09 15:56:03 +01:00
NoOutputAssembly.cpp Remove the expression callback from the code generator functions of Yul builtins. 2021-09-06 17:07:53 +02:00
NoOutputAssembly.h Support metadata via IR. 2021-06-21 18:20:31 +02: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 Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
StackLayoutGenerator.cpp Report stack too deep and conditionally aggressively compress stack in StackLayoutGenerator. 2021-09-06 09:08:04 +02:00
StackLayoutGenerator.h Report stack too deep and conditionally aggressively compress stack in StackLayoutGenerator. 2021-09-06 09:08:04 +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