solidity/libsolidity/codegen
Djordje Mijovic 850a94bdc9 [Sol->Yul] Implementing arrays copying to storage.
Co-authored-by: chriseth <chris@ethereum.org>
2020-10-13 20:31:08 +02:00
..
ir [Sol->Yul] Implementing arrays copying to storage. 2020-10-13 20:31:08 +02:00
ABIFunctions.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-07-21 11:35:28 +02:00
ABIFunctions.h Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
ArrayUtils.cpp Properly cleanup after copying dynamic-array to storage for packed types 2020-10-06 16:06:02 +02:00
ArrayUtils.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Compiler.cpp Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
Compiler.h Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
CompilerContext.cpp Store optimized code if optimizer is activated. 2020-09-15 11:22:41 +02:00
CompilerContext.h Look for experimental pragmas in the module containing the definition when generating code for modifiers and inherited functions 2020-10-12 14:29:53 +02:00
CompilerUtils.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-07-21 11:35:28 +02:00
CompilerUtils.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ContractCompiler.cpp Look for experimental pragmas in the module containing the definition when generating code for modifiers and inherited functions 2020-10-12 14:29:53 +02:00
ContractCompiler.h Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
ExpressionCompiler.cpp Fixes internal compiler error with an unused reference to module member. 2020-10-12 11:56:01 +02:00
ExpressionCompiler.h Fix conversion bug for exp operation. 2020-07-27 10:44:42 +02:00
LValue.cpp Fix typo: storage 2020-10-02 11:44:10 +02:00
LValue.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
MultiUseYulFunctionCollector.cpp Adding support for recursive functions in MultiUseYulFunctionCollector 2020-10-08 15:27:33 +02:00
MultiUseYulFunctionCollector.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ReturnInfo.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ReturnInfo.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulUtilFunctions.cpp [Sol->Yul] Implementing arrays copying to storage. 2020-10-13 20:31:08 +02:00
YulUtilFunctions.h [Sol->Yul] Implementing arrays copying to storage. 2020-10-13 20:31:08 +02:00