solidity/libsolidity/codegen
chriseth 2e0ea16a0f
Merge pull request #5959 from ethereum/optimiser2
Introduce global optimiser settings.
2019-03-04 12:54:59 +01:00
..
ABIFunctions.cpp Allow cleanup for mappings (do nothing). 2019-02-18 18:50:22 +01:00
ABIFunctions.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
ArrayUtils.cpp Add stride helpers to ArrayType. 2019-02-14 10:51:39 +01:00
ArrayUtils.h Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02: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 Take yul optimizer setting into account. 2019-03-04 11:40:28 +01:00
CompilerContext.h Remove defaults in constructor arguments. 2019-03-04 11:41:52 +01:00
CompilerUtils.cpp Properly issue unimplemented assertion on FixedPointType in type conversion 2019-02-25 21:21:33 +00:00
CompilerUtils.h Provide access to the name of contracts. 2019-02-26 14:07:03 +00:00
ContractCompiler.cpp Take yul optimizer setting into account. 2019-03-04 11:40:28 +01:00
ContractCompiler.h Merge pull request #5959 from ethereum/optimiser2 2019-03-04 12:54:59 +01:00
ExpressionCompiler.cpp Introduce global optimiser settings. 2019-03-04 11:40:28 +01:00
ExpressionCompiler.h Remove defaults in constructor arguments. 2019-03-04 11:41:52 +01:00
LValue.cpp More style checks. 2019-02-14 11:41:20 +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