solidity/libsolidity/codegen
2022-03-15 10:23:09 +01:00
..
ir Fix and updated test. 2022-03-15 10:23:09 +01:00
ABIFunctions.cpp Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
ABIFunctions.h
ArrayUtils.cpp Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
ArrayUtils.h
Compiler.cpp
Compiler.h
CompilerContext.cpp Merge branch 'develop' of github.com:tfire/solidity into fix/remove-namespace-ast-annotations 2022-03-09 18:55:22 -05:00
CompilerContext.h Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
CompilerUtils.cpp Changed instaces of isByteArrayOrString() to isByteArray() where it's only supposed to return a True for Bytes Type 2022-02-02 17:05:26 +05:30
CompilerUtils.h Do not store immutables packed. 2021-09-29 10:12:05 +02:00
ContractCompiler.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
ContractCompiler.h
ExpressionCompiler.cpp Fix and updated test. 2022-03-15 10:23:09 +01:00
ExpressionCompiler.h
LValue.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
LValue.h
MultiUseYulFunctionCollector.cpp
MultiUseYulFunctionCollector.h
ReturnInfo.cpp returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
ReturnInfo.h
YulUtilFunctions.cpp Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
YulUtilFunctions.h Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30