solidity/libyul
2019-05-28 12:54:32 +02:00
..
backends Split MovableChecker and introduce SideEffectsUpToMSize. 2019-05-28 12:54:32 +02:00
optimiser Allow msize optimization only if it is not present. 2019-05-28 12:54:32 +02:00
AsmAnalysis.cpp Reduce misleading stack height error message. 2019-05-23 00:24:58 +02:00
AsmAnalysis.h Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
AsmAnalysisInfo.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmData.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
AsmDataForward.h [Yul] Adds break/continue statements and some general tests for for-loop syntax. 2019-03-11 15:05:05 +01:00
AsmParser.cpp Use different way to fall back to FunctionalInstruction for loose assembly. 2019-05-23 11:30:12 +02:00
AsmParser.h Add EVM opcodes as builtins. 2019-05-20 16:46:31 +02:00
AsmPrinter.cpp Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
AsmPrinter.h [Yul] Adds break/continue statements and some general tests for for-loop syntax. 2019-03-11 15:05:05 +01:00
AsmScope.cpp Use move semantics. 2019-04-05 13:41:39 +02:00
AsmScope.h Use move semantics. 2019-04-05 13:41:39 +02:00
AsmScopeFiller.cpp Use move semantics. 2019-04-05 13:41:39 +02:00
AsmScopeFiller.h [Yul] Fix registration of functions in scopes. 2019-04-05 13:41:38 +02:00
AssemblyStack.cpp Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
AssemblyStack.h Prototype for Wasm code transform into in-memory representation. 2019-05-02 18:33:59 +02:00
CMakeLists.txt Merge pull request #6777 from sifmelcara/loop-cond-rewriter 2019-05-23 12:51:51 +02:00
CompilabilityChecker.cpp Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
CompilabilityChecker.h Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
Dialect.h Split MovableChecker and introduce SideEffectsUpToMSize. 2019-05-28 12:54:32 +02: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 Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
Utilities.cpp Use block hashes in EquivalentFunctionDetector. 2019-05-17 08:39:42 +02:00
Utilities.h Use block hashes in EquivalentFunctionDetector. 2019-05-17 08:39:42 +02:00
YulString.h Use block hashes in EquivalentFunctionDetector. 2019-05-17 08:39:42 +02:00