solidity/libsolidity/codegen
Alex Beregszaszi 6ba0c2bba8 Merge pull request #2982 from ethereum/encoderFixes
ABI encoder fixes and test.
2017-10-05 11:59:42 +01:00
..
ABIFunctions.cpp Merge pull request #2982 from ethereum/encoderFixes 2017-10-05 11:59:42 +01:00
ABIFunctions.h Rename "compacted" to "fromStack". 2017-10-04 16:56:54 +02:00
ArrayUtils.cpp Add some asserts about calldata encoded size. 2017-10-04 13:19:57 +02:00
ArrayUtils.h Mark appropriate constructors explicit 2017-08-22 10:51:46 +01:00
Compiler.cpp Use CBOR encoding. 2016-12-01 16:03:59 +01:00
Compiler.h Introduce assemblyString 2017-09-11 15:53:20 +01:00
CompilerContext.cpp Debugging info in CompilerContext. 2017-10-04 13:18:33 +02:00
CompilerContext.h Move ABI encoder into its own function. 2017-09-15 20:46:32 +01:00
CompilerUtils.cpp Split encodeToMemory to packedEncode and abiEncode 2017-09-27 11:32:19 +01:00
CompilerUtils.h Split encodeToMemory to packedEncode and abiEncode 2017-09-27 11:32:19 +01:00
ContractCompiler.cpp Split encodeToMemory to packedEncode and abiEncode 2017-09-27 11:32:19 +01:00
ContractCompiler.h Ensure parameter names match between headers and implementation 2017-09-20 01:23:21 +01:00
ExpressionCompiler.cpp Send all gas for 0.5.0. 2017-10-05 11:56:36 +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