solidity/libyul
2020-06-09 13:03:57 +02:00
..
backends wasm/BinaryTransform: Fix wrong alignment for .load/.store with arguments smaller than 64-bits 2020-06-06 00:00:46 +02:00
optimiser Merge pull request #8958 from ethereum/evm-version-dependent-rules 2020-05-27 12:52:51 +02:00
AsmAnalysis.cpp Ignore warnings for yulOptimizer tests 2020-06-09 13:03:57 +02:00
AsmAnalysis.h Remove AsmAnalyzer class-specific error reporting functions 2020-05-28 02:02:53 +02: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 Do not set source locations for small internal assembly routines. 2020-05-27 18:26:46 +02:00
AsmPrinter.cpp Escape backslashes when formatting 2020-05-13 17:08:37 +02:00
AsmPrinter.h Make bool type optional for bool literals. 2020-01-29 19:01:28 +01:00
AsmScope.cpp
AsmScope.h
AsmScopeFiller.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
AsmScopeFiller.h
AssemblyStack.cpp Provide runtime object in Yul mode. 2020-05-18 13:48:23 +02:00
AssemblyStack.h Provide runtime object in Yul mode. 2020-05-18 13:48:23 +02: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