solidity/libyul
Daniel Kirchner b9b24daa8a
Merge pull request #9295 from ethereum/requireFLIR
Require for loop init rewriter for SSA.
2020-07-04 17:51:57 +02:00
..
backends Merge pull request #9304 from ethereum/yul-assert 2020-07-03 19:00:14 +02:00
optimiser Require for loop init rewriter for SSA. 2020-07-03 19:24:31 +02:00
AsmAnalysis.cpp Rename warnOnInstructions to validateInstructions 2020-07-03 12:35:22 +01:00
AsmAnalysis.h Rename warnOnInstructions to validateInstructions 2020-07-03 12:35:22 +01:00
AsmAnalysisInfo.h Remove stack height checks. 2020-01-28 15:26:17 +01:00
AsmData.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
AsmDataForward.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
AsmJsonConverter.cpp Only use yulAssert and not solAssert in libyul 2020-07-03 15:46:50 +01:00
AsmJsonConverter.h Add header guard to two files 2020-05-11 10:44:20 +01:00
AsmParser.cpp Fix source location of yul multi-assignemnt. 2020-06-18 14:31:53 +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 Remove Scope::Label. 2020-01-16 19:13:25 +01:00
AsmScope.h Remove Scope::Label. 2020-01-16 19:13:25 +01:00
AsmScopeFiller.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
AsmScopeFiller.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
AssemblyStack.cpp Only use yulAssert and not solAssert in libyul 2020-07-03 15:46:50 +01: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 Remove asm flavour. 2020-01-14 17:16:09 +01:00
CompilabilityChecker.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
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 Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
Object.cpp Use old yul dialect only in tests. 2020-01-29 19:01:28 +01:00
Object.h Use old yul dialect only in tests. 2020-01-29 19:01:28 +01:00
ObjectParser.cpp Add unique IDs to error reporting calls 2020-05-09 01:28:55 +02:00
ObjectParser.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SideEffects.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Utilities.cpp Adding fixes for signedness conversion warnings in libyul 2020-06-12 10:39:30 +02:00
Utilities.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
YulString.h Adding fixes for signedness conversion warnings in libyul 2020-06-12 10:39:30 +02:00