solidity/libsolidity/codegen
Leonardo dbc9442f9c
Merge pull request #6484 from sifmelcara/create-SourceReferenceFormatter-shortcut
Add a shortcut for formatting error information
2019-04-12 12:34:08 +02:00
..
ir Merge pull request #6484 from sifmelcara/create-SourceReferenceFormatter-shortcut 2019-04-12 12:34:08 +02:00
ABIFunctions.cpp Move convert functions to Yul module 2019-04-09 15:31:46 +02:00
ABIFunctions.h Move convert functions to Yul module 2019-04-09 15:31:46 +02:00
ArrayUtils.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
ArrayUtils.h Allow calldata arrays with dynamically encoded base type. 2019-03-06 18:04:12 +01: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 Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
CompilerContext.h Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
CompilerUtils.cpp Implement copying recursive structs from storage to memory. 2019-04-02 16:01:44 +02:00
CompilerUtils.h Remove obsolete identifer for the identity precompile 2019-03-25 20:57:59 +00:00
ContractCompiler.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
ContractCompiler.h Merge pull request #5959 from ethereum/optimiser2 2019-03-04 12:54:59 +01:00
ExpressionCompiler.cpp Validate value types in decoder of ABIEncoderV2. 2019-04-03 11:32:02 +02:00
ExpressionCompiler.h Remove defaults in constructor arguments. 2019-03-04 11:41:52 +01:00
LValue.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01: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 Overflow-checked addition. 2019-04-11 15:45:14 +02:00
YulUtilFunctions.h Overflow-checked addition. 2019-04-11 15:45:14 +02:00