solidity/libyul
2023-09-11 12:29:44 -03:00
..
backends/evm Purge using namespace std from libyul/backends 2023-08-24 11:12:52 +08:00
optimiser Purge using namespace std from libyul/optimiser 2023-08-28 21:14:56 +08:00
AsmAnalysis.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
AsmAnalysis.h Corrected text 2023-08-16 20:34:13 +02:00
AsmAnalysisInfo.h Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
AsmJsonConverter.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
AsmJsonConverter.h Yul AST output on the CLI and in Standard JSON 2023-05-26 12:35:31 +02:00
AsmJsonImporter.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
AsmJsonImporter.h Properly assign source names for AST import. 2021-07-14 15:12:10 +02:00
AsmParser.cpp Introduce experimental analysis basic infrastructure 2023-09-11 12:29:44 -03:00
AsmParser.h AsmParser: Don't use locationOverride as current location when location from comments is selected 2021-09-22 13:11:39 +02:00
AsmPrinter.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
AsmPrinter.h Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +02:00
AST.h Add helper to see if a switch has a default case. 2022-03-15 14:29:54 +01:00
ASTForward.h Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
CMakeLists.txt Remove obsolete main function yul optimiser step. 2023-08-16 17:28:32 +02:00
CompilabilityChecker.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
CompilabilityChecker.h Deterministically choose memory slots for variables independently of names that may depend on AST IDs. 2023-06-12 17:28:01 +02:00
ControlFlowSideEffects.h Control flow side-effects for user-defined functions. 2021-10-14 17:46:07 +02:00
ControlFlowSideEffectsCollector.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
ControlFlowSideEffectsCollector.h Control flow side effects on non-disambiguated source. 2021-11-04 16:32:11 +01:00
Dialect.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
Dialect.h Control flow side-effects for user-defined functions. 2021-10-14 17:46:07 +02:00
Exceptions.h Put arguments in parantheses in assert macro definitions 2022-04-06 22:26:21 +02:00
FunctionReferenceResolver.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
FunctionReferenceResolver.h Function reference resolver. 2021-11-04 16:31:18 +01:00
Object.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
Object.h Yul AST output on the CLI and in Standard JSON 2023-05-26 12:35:31 +02:00
ObjectParser.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
ObjectParser.h Allow and require use-src to be repeated for each object. 2021-09-02 11:29:42 +02:00
Scope.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
Scope.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ScopeFiller.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
ScopeFiller.h Rename AsmScope* to Scope* 2020-12-18 11:55:17 +00:00
SideEffects.h Control flow side-effects for user-defined functions. 2021-10-14 17:46:07 +02:00
Utilities.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
Utilities.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
YulStack.cpp Purge using namespace std in libyul 2023-08-29 11:51:59 +02:00
YulStack.h Yul AST output on the CLI and in Standard JSON 2023-05-26 12:35:31 +02:00
YulString.h Adds fmtlib as 3rdparty dependency for easier string composition. 2021-10-11 13:35:08 +02:00