solidity/libyul
2019-02-21 20:04:20 +01:00
..
backends/evm Take builtin functions into account in the compilability checker. 2019-02-21 12:13:42 +01:00
optimiser Clear state when entering new function. 2019-02-21 20:04:20 +01:00
AsmAnalysis.cpp Make analysis success not only dependent on flag but also on error list. 2019-02-20 14:57:58 +01:00
AsmAnalysis.h Helper function for analysis. 2019-02-04 17:32:05 +01:00
AsmAnalysisInfo.cpp Rewrite header paths to adapt to recent git mv of libsolidity/inlineasm to libyul 2018-11-23 11:18:57 +01:00
AsmAnalysisInfo.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmData.h libyul: changing some AST members from shared_ptr<> to unique_ptr<> 2019-01-16 14:58:59 +01:00
AsmDataForward.h Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
AsmParser.cpp Do not ignore fatal error in AsmParser for inline assembly 2019-02-21 16:18:53 +00:00
AsmParser.h Codegen for object access. 2018-12-11 19:24:44 +01:00
AsmPrinter.cpp Merge pull request #5613 from ethereum/yulStringLiterals 2018-12-17 14:07:24 +01:00
AsmPrinter.h AsmPrinter functions should be const. 2018-12-13 13:00:59 +01:00
AsmScope.cpp Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScope.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScopeFiller.cpp Properly detect name clashes with functions before their definition. 2019-02-18 14:51:05 +01:00
AsmScopeFiller.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AssemblyStack.cpp Assert for parserResult in optimize in AssemblyStack 2019-02-20 13:54:24 +00:00
AssemblyStack.h Provide access to AssemblyStack's AST. 2019-02-13 14:19:56 +01:00
CMakeLists.txt Move AssemblyStack to libyul. 2019-02-13 12:23:07 +01:00
CompilabilityChecker.cpp Take builtin functions into account in the compilability checker. 2019-02-21 12:13:42 +01:00
CompilabilityChecker.h Compilability checker. 2019-02-04 17:32:05 +01:00
Dialect.cpp Codegen for object access. 2018-12-11 19:24:44 +01:00
Dialect.h Take special functions that require literals into account. 2019-01-07 17:23:38 +01:00
Exceptions.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
Object.cpp Yul objects. 2018-11-27 15:59:57 +01:00
Object.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
ObjectParser.cpp Use C++ user-defined literals for creating YulString constants. 2018-12-12 18:45:43 +01:00
ObjectParser.h Codegen for object access. 2018-12-11 19:24:44 +01:00
Utilities.cpp Disallow mismatching types in switch cases and detect duplicates by value for number literals. 2019-01-15 16:32:21 +01:00
Utilities.h Disallow mismatching types in switch cases and detect duplicates by value for number literals. 2019-01-15 16:32:21 +01:00
YulString.h Fix style of "const". 2019-02-13 16:34:53 +01:00