solidity/libsolidity/codegen
chriseth 44eb63fad0
Merge pull request #10263 from ethereum/fixTryCreateYul
Fix Yul codegen for try with create.
2020-11-11 20:10:54 +01:00
..
ir Merge pull request #10263 from ethereum/fixTryCreateYul 2020-11-11 20:10:54 +01:00
ABIFunctions.cpp Simplify split parameter. 2020-11-03 14:34:18 +01:00
ABIFunctions.h Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
ArrayUtils.cpp Introduce abicoder pragma. 2020-11-03 13:31:50 +01: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 Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
CompilerUtils.cpp Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
CompilerUtils.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ContractCompiler.cpp Remove access to functions from inline assembly (unused code). 2020-11-05 14:43:29 +01:00
ContractCompiler.h Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
ExpressionCompiler.cpp Introduce abicoder pragma. 2020-11-03 13:31:50 +01: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 Fixing ICE when returning Struct from library 2020-10-13 20:00:11 +02:00
ReturnInfo.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulUtilFunctions.cpp Merge pull request #10221 from ethereum/refactorArrayConversions 2020-11-10 16:18:11 +01:00
YulUtilFunctions.h [Sol->Yul] Refactoring array conversions so that they end up in same function. 2020-11-10 15:13:45 +01:00