solidity/libyul
2021-06-28 18:11:57 +02:00
..
backends 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
optimiser Maintain disambiguation when generating new functions in StackToMemoryMover. 2021-06-28 18:11:57 +02:00
AsmAnalysis.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
AsmAnalysis.h
AsmAnalysisInfo.h
AsmJsonConverter.cpp Properly treat utf8-non-encodable yul literals. 2021-05-05 10:28:23 +02:00
AsmJsonConverter.h libsolidity: Extend the AST for named AST nodes in order to get precise locations for names. 2021-02-10 18:13:09 +01:00
AsmJsonImporter.cpp Properly treat utf8-non-encodable yul literals. 2021-05-05 10:28:23 +02:00
AsmJsonImporter.h
AsmParser.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
AsmParser.h Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
AsmPrinter.cpp Do not use \b, \v and \f escapes in string literals in generated Yul code 2021-06-28 14:13:47 +02:00
AsmPrinter.h
AssemblyStack.cpp Add AssemblyStack.assembleEVM which returns both deploy and runtime assemblies 2021-06-17 15:35:59 +02:00
AssemblyStack.h Add AssemblyStack.assembleEVM which returns both deploy and runtime assemblies 2021-06-17 15:35:59 +02:00
AST.h Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ASTForward.h Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
CMakeLists.txt Function definition collector. 2021-06-28 18:11:57 +02:00
CompilabilityChecker.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
CompilabilityChecker.h
ControlFlowSideEffects.h
Dialect.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
Dialect.h Add verbatim builtin. 2021-04-26 19:56:44 +02:00
Exceptions.h Extract VariableReferenceCounter and StackTooDeep error from EVMCodeTransform. 2021-04-13 10:41:16 +02:00
Object.cpp Support metadata via IR. 2021-06-21 18:20:31 +02:00
Object.h Support metadata via IR. 2021-06-21 18:20:31 +02:00
ObjectParser.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ObjectParser.h
Scope.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
Scope.h Extract VariableReferenceCounter and StackTooDeep error from EVMCodeTransform. 2021-04-13 10:41:16 +02:00
ScopeFiller.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
ScopeFiller.h
SideEffects.h
Utilities.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
Utilities.h
YulString.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00