solidity/libsolidity/codegen
chriseth f945163909
Merge pull request #9432 from ethereum/develop
Merge develop into breaking.
2020-07-16 17:14:45 +02:00
..
ir Evaluate keccak256 of string literals at compile-time. 2020-07-08 16:14:14 +02:00
ABIFunctions.cpp Added containsNestedMapping() 2020-06-30 16:15:03 +05:30
ABIFunctions.h Introduce non-reversed version of tupleEncoder. 2020-05-07 15:08:09 +02:00
ArrayUtils.cpp Remove duplicate creation of internal routine. 2020-07-06 19:25:47 +02:00
ArrayUtils.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Compiler.cpp run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
Compiler.h Assembly: Added missing source field to legacy assembly json output to complete the source reference 2020-02-18 10:22:34 +01:00
CompilerContext.cpp Jump types for yul functions. 2020-07-06 18:12:54 +02:00
CompilerContext.h Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
CompilerUtils.cpp Merge pull request #9432 from ethereum/develop 2020-07-16 17:14:45 +02:00
CompilerUtils.h CodeGen: Avoid double cleanup when copying to memory 2020-07-16 13:53:48 +02:00
ContractCompiler.cpp Fixing additional signedness errors after adding -Wsign-conversion flag 2020-07-09 17:22:45 +02:00
ContractCompiler.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00
ExpressionCompiler.cpp Evaluate keccak256 of string literals at compile-time. 2020-07-08 16:14:14 +02:00
ExpressionCompiler.h Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
LValue.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-07-06 15:25:25 +02:00
LValue.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00
MultiUseYulFunctionCollector.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
MultiUseYulFunctionCollector.h Implement lazy function generation using function generation queue 2020-04-17 13:28:07 +02:00
ReturnInfo.cpp [Sol2Yul] Implements codegen part for try/catch statements. 2020-04-14 18:42:37 +02:00
ReturnInfo.h [Sol2Yul] Implements codegen part for try/catch statements. 2020-04-14 18:42:37 +02:00
YulUtilFunctions.cpp Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
YulUtilFunctions.h Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00