solidity/libsolidity/codegen
Alex Beregszaszi e39433198d Remove the usage of boost::noncopyable
Prior to this half of the codebase used explicit deleted copy constructors, the others used boost::noncopyable.
2021-04-23 14:57:01 +01:00
..
ir Merge pull request #11224 from ethereum/lastAllocationUnbounded 2021-04-08 19:32:40 +02:00
ABIFunctions.cpp Fix array decoding offset overflow. 2021-04-12 13:43:51 +02:00
ABIFunctions.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
ArrayUtils.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
ArrayUtils.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Compiler.cpp Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
Compiler.h Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
CompilerContext.cpp Optimizer context has parameter expectedExecutionsPerDeployment 2021-04-22 17:27:57 +02:00
CompilerContext.h Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
CompilerUtils.cpp Code generation for errors. 2021-03-30 21:15:46 +02:00
CompilerUtils.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ContractCompiler.cpp Replaced keys, values and reverse with ranges 2021-03-31 23:33:04 +05:30
ContractCompiler.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.cpp Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00
LValue.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
LValue.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
MultiUseYulFunctionCollector.cpp Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
MultiUseYulFunctionCollector.h Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
ReturnInfo.cpp Fixing ICE when returning Struct from library 2020-10-13 20:00:11 +02:00
ReturnInfo.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
YulUtilFunctions.cpp [Sol->Yul] Adding bounds check when increasing size of byte array. 2021-04-22 11:42:46 +02:00
YulUtilFunctions.h [Sol->Yul] Remove index access from byte array pop function to optimize it. 2021-04-21 11:01:18 +02:00