solidity/libyul
2021-09-14 15:53:01 +02:00
..
backends Enable the new code generator for "system" inline assembly routines. 2021-09-14 15:53:01 +02:00
optimiser Compatibility with StackCompressor and StackLimitEvader. 2021-09-14 15:53:01 +02:00
AsmAnalysis.cpp Fixed inline assembly external identifier access. 2021-08-11 18:18:29 +02:00
AsmAnalysis.h
AsmAnalysisInfo.h
AsmJsonConverter.cpp
AsmJsonConverter.h
AsmJsonImporter.cpp Remove scanner from compiler stack. 2021-08-03 15:43:17 +02:00
AsmJsonImporter.h Properly assign source names for AST import. 2021-07-14 15:12:10 +02:00
AsmParser.cpp AsmParser: Accept optional code snippets after the @src tags 2021-09-14 12:09:59 +02:00
AsmParser.h Eliminate some unnecessary header inclusions in headers in Scanner.h and SourceReferenceFormatter.h 2021-08-03 15:43:17 +02:00
AsmPrinter.cpp Print code snippets next to source locations in IR output 2021-09-14 12:09:59 +02:00
AsmPrinter.h Print code snippets next to source locations in IR output 2021-09-14 12:09:59 +02:00
AssemblyStack.cpp Print code snippets next to source locations in IR output 2021-09-14 12:09:59 +02:00
AssemblyStack.h Enable for IR code generation with stack optimization > homestead. 2021-09-14 15:53:01 +02:00
AST.h Better source locations in Yul ControlFlowGraph and OptimizedEVMCodeTransform. 2021-09-14 13:43:16 +02:00
ASTForward.h
CMakeLists.txt Optimized EVM Code Transform. 2021-09-14 13:37:04 +02:00
CompilabilityChecker.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
CompilabilityChecker.h
ControlFlowSideEffects.h
Dialect.cpp
Dialect.h
Exceptions.h
Object.cpp Print code snippets next to source locations in IR output 2021-09-14 12:09:59 +02:00
Object.h Print code snippets next to source locations in IR output 2021-09-14 12:09:59 +02:00
ObjectParser.cpp Allow and require use-src to be repeated for each object. 2021-09-02 11:29:42 +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 Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
Scope.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ScopeFiller.cpp
ScopeFiller.h
SideEffects.h
Utilities.cpp Increase use of C++ constexpr constant expressions in code base as described in issue #7720 2021-08-31 15:03:59 +02:00
Utilities.h
YulString.h