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 Rename AsmScope* to Scope* 2020-12-18 11:55:17 +00:00
AsmAnalysisInfo.h Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
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 Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
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 Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
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 Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ControlFlowSideEffects.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 Rename AsmScope* to Scope* 2020-12-18 11:55:17 +00:00
SideEffects.h Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
Utilities.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
Utilities.h Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
YulString.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00