solidity/libsolidity/codegen
2018-04-16 12:47:38 +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 More specific push implementation. 2018-04-04 16:50:45 +02:00
ArrayUtils.h More specific push implementation. 2018-04-04 16:50:45 +02: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 Only forward returndata if EVM version supports it. 2018-04-12 13:09:38 +02:00
CompilerContext.h Only forward returndata if EVM version supports it. 2018-04-12 13:09:38 +02:00
CompilerUtils.cpp Properly force-clean for shortening bytesXX conversions. 2018-04-16 12:47:38 +02:00
CompilerUtils.h Use error signature for revert data. 2018-04-12 13:09:38 +02:00
ContractCompiler.cpp Bubble up error messages. 2018-04-12 13:09:38 +02:00
ContractCompiler.h Move constructor argument override check to TypeChecker and reuse annotations in ContractCompiler. 2018-04-09 15:26:08 +02:00
ExpressionCompiler.cpp Merge pull request #3364 from ethereum/revertWithReason 2018-04-12 21:01:08 +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