solidity/libsolidity/codegen
2020-12-11 14:43:51 +00:00
..
ir Evaluate base arguments in derived to base order. 2020-12-08 20:27:06 +01:00
ABIFunctions.cpp Group decoding function cases. 2020-12-07 14:14:54 +01:00
ABIFunctions.h [Sol->Yul] Implementing copying dynamically encoded structs from calldata to memory 2020-11-23 23:22:34 +01: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 Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
CompilerContext.cpp Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
CompilerContext.h Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
CompilerUtils.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
CompilerUtils.h Change ABIEncoderV1 to not pad empty strings 2020-12-01 14:32:18 +00:00
ContractCompiler.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
ContractCompiler.h Do not allocate memory objects if they will be assigned directly. 2020-11-24 14:11:01 +01:00
ExpressionCompiler.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00: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 Fix copying byte arrays from storage to storage. 2020-12-10 21:47:37 +01:00
YulUtilFunctions.h [Sol->Yul] Fixing coping from storage to storage. 2020-12-01 08:50:33 +01:00