solidity/libsolidity/codegen
2018-04-04 12:37:04 +02:00
..
ABIFunctions.cpp Decode dynamic data. 2018-03-21 14:53:29 +00:00
ABIFunctions.h Cleanup and overflow checks for data pointers. 2017-11-29 17:08:44 +01:00
ArrayUtils.cpp Properly skip cleanup if only enlarging storage array. 2018-03-09 14:06:54 +01:00
ArrayUtils.h Mark appropriate constructors explicit 2017-08-22 10:51:46 +01:00
Compiler.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
Compiler.h Provide target EVM version in CompilerContext. 2018-03-01 17:19:35 +01:00
CompilerContext.cpp Bugfix in virtual lookup for modifiers in libraries. 2018-03-13 16:55:41 +01:00
CompilerContext.h Bugfix in virtual lookup for modifiers in libraries. 2018-03-13 16:55:41 +01:00
CompilerUtils.cpp Create empty dynamic memory arrays more efficiently. 2018-04-04 12:37:04 +02:00
CompilerUtils.h Create empty dynamic memory arrays more efficiently. 2018-04-04 12:37:04 +02:00
ContractCompiler.cpp Fix: Treat empty base constructor argument list as not provided. 2018-04-03 14:53:48 +02:00
ContractCompiler.h Move the old ABI decoder code. 2018-03-20 15:20:43 +00:00
ExpressionCompiler.cpp Optimize across MLOAD if MSIZE is not used. 2018-04-03 14:34:32 +02:00
ExpressionCompiler.h Mark functions static 2017-09-20 01:23:21 +01:00
LValue.cpp Use shift helper in LValue 2017-07-02 23:40:51 +01:00
LValue.h Fix licensing headers 2016-11-23 12:22:33 +01:00