solidity/libyul
2020-10-15 18:14:41 +02:00
..
backends Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
optimiser Refactor stack to memory mover in preparation of moving function arguments. 2020-10-13 12:20:04 +02:00
AsmAnalysis.cpp Validate expected literal kind for yul::Dialect builtins 2020-08-05 11:37:04 +01:00
AsmAnalysis.h
AsmAnalysisInfo.h
AsmData.h
AsmDataForward.h
AsmJsonConverter.cpp
AsmJsonConverter.h
AsmParser.cpp Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
AsmParser.h
AsmPrinter.cpp
AsmPrinter.h
AsmScope.cpp
AsmScope.h
AsmScopeFiller.cpp
AsmScopeFiller.h
AssemblyStack.cpp
AssemblyStack.h
CMakeLists.txt Add stack limit evader. 2020-09-17 22:13:27 +02:00
CompilabilityChecker.cpp Add stack limit evader. 2020-09-17 22:13:27 +02:00
CompilabilityChecker.h Add stack limit evader. 2020-09-17 22:13:27 +02:00
ControlFlowSideEffects.h
Dialect.cpp Reasoning based optimizer. 2020-09-15 15:57:58 +02:00
Dialect.h Move memory load and store functions to the dialect. 2020-09-17 22:13:27 +02:00
Exceptions.h
Object.cpp
Object.h
ObjectParser.cpp
ObjectParser.h
SideEffects.h Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
Utilities.cpp
Utilities.h
YulString.h