solidity/libsolidity/codegen
2018-03-09 14:06:54 +01:00
..
ABIFunctions.cpp Favour if over switch in ABI coder. 2017-12-15 09:47:34 +01: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 Warn about using loose inline assembly features as experimental 0.5.0 feature. 2018-03-06 17:45:34 +01:00
CompilerContext.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
CompilerUtils.cpp ABI decoder. 2017-11-29 17:08:44 +01:00
CompilerUtils.h ABI decoder. 2017-11-29 17:08:44 +01:00
ContractCompiler.cpp Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
ContractCompiler.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
ExpressionCompiler.cpp Use STATICCALL for pure function calls if EVM version supports it and 0.5.0 is activated. 2018-03-06 15:30:18 +01: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