solidity/libsolidity/codegen
2019-11-12 17:09:13 +01:00
..
ir Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
ABIFunctions.cpp Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. 2019-08-08 15:52:21 +02:00
ABIFunctions.h
ArrayUtils.cpp Fix ICE when pop dyn storage array of mapping 2019-09-16 16:33:17 +02:00
ArrayUtils.h
Compiler.cpp
Compiler.h
CompilerContext.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
CompilerContext.h
CompilerUtils.cpp Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. 2019-08-08 15:52:21 +02:00
CompilerUtils.h
ContractCompiler.cpp Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
ContractCompiler.h
ExpressionCompiler.cpp Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00
ExpressionCompiler.h Refactor ExpressionCompiler with acceptAndConvert. 2019-09-05 15:05:59 +02:00
LValue.cpp
LValue.h
MultiUseYulFunctionCollector.cpp
MultiUseYulFunctionCollector.h
YulUtilFunctions.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
YulUtilFunctions.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00