solidity/libsolidity/codegen
2018-08-08 22:37:40 +01:00
..
ABIFunctions.cpp FixedBytes(0) is invalid, do not check for it in ABIEncoderV2 2018-08-06 16:54:05 +02:00
ABIFunctions.h Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
ArrayUtils.cpp Properly pad data from calldata. 2018-06-12 18:51:40 +01:00
ArrayUtils.h Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
Compiler.cpp Remove clone feature. 2018-08-07 11:10:50 +01:00
Compiler.h Remove clone feature. 2018-08-07 11:10:50 +01:00
CompilerContext.cpp Renamed FunctionType::hasEqualArgumentTypes to FunctionType::hasEqualParameterTypes 2018-08-06 13:05:06 +02:00
CompilerContext.h Added assertion and tests suggestions 2018-07-10 18:39:38 +02:00
CompilerUtils.cpp Remove remaining instances of `fillRight` left over from tuple wildcards assignments. 2018-08-07 18:51:53 +02:00
CompilerUtils.h Fix abiDecode comment 2018-07-23 23:31:02 +02:00
ContractCompiler.cpp Remove code generation for Throw statement 2018-08-08 17:02:25 +01:00
ContractCompiler.h Remove clone feature. 2018-08-07 11:10:50 +01:00
ExpressionCompiler.cpp Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in libevmasm) 2018-08-08 22:37:40 +01:00
ExpressionCompiler.h Mark functions static 2017-09-20 01:23:21 +01:00
LValue.cpp Removed signed shift right from the utilities. 2018-04-30 20:34:43 +01:00
LValue.h Add virtual destructor in LValue class. 2018-04-24 23:39:25 +02:00