solidity/libsolidity/codegen
chriseth 0aa3fb5026
Merge pull request #9014 from ethereum/sol-yul-abidecode
[Sol - Yul] Add support for ABIDecode.
2020-05-27 11:44:13 +02:00
..
ir Merge pull request #9014 from ethereum/sol-yul-abidecode 2020-05-27 11:44:13 +02:00
ABIFunctions.cpp Allow ABI encoding for array slices without explicit casts. 2020-05-13 18:20:07 +02:00
ABIFunctions.h Introduce non-reversed version of tupleEncoder. 2020-05-07 15:08:09 +02:00
ArrayUtils.cpp Add proper unipmlemented errors for array copying 2020-05-25 10:48:42 +02:00
ArrayUtils.h
Compiler.cpp run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
Compiler.h
CompilerContext.cpp run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
CompilerContext.h run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
CompilerUtils.cpp Unimplemented assert for conversion from calldata slices to memory. 2020-05-26 18:17:36 +02:00
CompilerUtils.h Fix spelling errors 2020-05-25 02:54:37 +02:00
ContractCompiler.cpp Merge pull request #8856 from ethereum/implicitConstructorCallvalueCheck 2020-05-11 18:50:36 +02:00
ContractCompiler.h
ExpressionCompiler.cpp Fix spelling errors 2020-05-25 02:54:37 +02:00
ExpressionCompiler.h Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
LValue.cpp
LValue.h
MultiUseYulFunctionCollector.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
MultiUseYulFunctionCollector.h Implement lazy function generation using function generation queue 2020-04-17 13:28:07 +02:00
ReturnInfo.cpp
ReturnInfo.h
YulUtilFunctions.cpp Merge pull request #8942 from ethereum/calldataVariables 2020-05-26 11:34:40 +02:00
YulUtilFunctions.h [Sol->Yul] Implementing Byte array push() and pop() 2020-05-19 14:47:00 +02:00