solidity/libsolidity/codegen
2019-09-13 10:57:53 +02:00
..
ir Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
ABIFunctions.cpp Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. 2019-08-08 15:52:21 +02:00
ABIFunctions.h Fix storage array abi encoding 2019-06-19 10:46:05 +08:00
ArrayUtils.cpp Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. 2019-08-08 15:52:21 +02:00
ArrayUtils.h Move code that access calldata array element to separate function 2019-06-19 17:26:35 +08:00
Compiler.cpp Provide full optimiser settings to ContractCompiler. 2019-03-04 11:40:28 +01:00
Compiler.h Introduce global optimiser settings. 2019-03-04 11:40:28 +01:00
CompilerContext.cpp Supply full object to stack compressor and Optimizer Suite. 2019-07-10 18:49:42 +02:00
CompilerContext.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
CompilerUtils.cpp Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
CompilerUtils.h [libsolidity] TypeProvider: adds explicit uint256() accessor and removes default params in integerType(...). 2019-04-16 18:28:40 +02:00
ContractCompiler.cpp Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
ContractCompiler.h Merge pull request #5959 from ethereum/optimiser2 2019-03-04 12:54:59 +01:00
ExpressionCompiler.cpp Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
ExpressionCompiler.h Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
LValue.cpp Explicitly turn uninitialized internal function pointers into invalid function when loaded from storage. 2019-05-27 17:26:37 +02:00
LValue.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
MultiUseYulFunctionCollector.cpp Extract utility functions from ABI encoder. 2019-03-05 22:13:55 +01:00
MultiUseYulFunctionCollector.h Extract utility functions from ABI encoder. 2019-03-05 22:13:55 +01:00
YulUtilFunctions.cpp Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
YulUtilFunctions.h Merge pull request #7077 from ethereum/sol-yul-delete-fixed-storage 2019-08-08 16:47:16 +02:00