solidity/libyul
2020-05-13 17:08:37 +02:00
..
backends Fix source location of yul variable declarations without value. 2020-05-12 17:45:19 +02:00
optimiser Update Dockerfiles and CI scripts to Ubuntu 20.04 and simplify them. 2020-05-11 17:35:01 +02:00
AsmAnalysis.cpp Update Dockerfiles and CI scripts to Ubuntu 20.04 and simplify them. 2020-05-11 17:35:01 +02:00
AsmAnalysis.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
AsmAnalysisInfo.h
AsmData.h
AsmDataForward.h
AsmJsonConverter.cpp
AsmJsonConverter.h Add header guard to two files 2020-05-11 10:44:20 +01:00
AsmParser.cpp Add unique IDs to error reporting calls 2020-05-09 01:28:55 +02:00
AsmParser.h Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
AsmPrinter.cpp Escape backslashes when formatting 2020-05-13 17:08:37 +02:00
AsmPrinter.h
AsmScope.cpp
AsmScope.h
AsmScopeFiller.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
AsmScopeFiller.h
AssemblyStack.cpp Move the default optimisation steps from OptimiserSuite to OptimiserSettings 2020-04-24 17:30:56 +02:00
AssemblyStack.h Adding source location support to AssemblyStack and thus debugging Yul sources 2020-02-25 22:19:03 +01:00
CMakeLists.txt Collect types together with names. 2020-02-24 15:05:19 +01:00
CompilabilityChecker.cpp
CompilabilityChecker.h
ControlFlowSideEffects.h Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
Dialect.cpp Adding vardecl optimization for boolean types 2020-02-24 15:05:19 +01:00
Dialect.h Allow for per-parameter literalValues builtin functions 2020-04-08 16:41:38 +02:00
Exceptions.h
Object.cpp
Object.h
ObjectParser.cpp Add unique IDs to error reporting calls 2020-05-09 01:28:55 +02:00
ObjectParser.h
SideEffects.h
Utilities.cpp Remove "using boost*;" statements 2020-05-11 13:41:58 +01:00
Utilities.h
YulString.h