solidity/libsolidity/codegen
2020-04-22 11:25:27 +02:00
..
ir Yul IR generation for member access to type types. 2020-04-22 11:25:27 +02:00
ABIFunctions.cpp Apply modernize-use-emplace. 2020-04-02 17:35:48 -05:00
ABIFunctions.h Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector 2020-03-04 16:16:34 +01:00
ArrayUtils.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ArrayUtils.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Compiler.cpp Add reason string for internal reverts 2020-02-10 11:57:20 -03: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 Merge pull request #8618 from mijovic/nextConstructorRefactor 2020-04-06 19:31:12 +02:00
CompilerContext.h Refactoring nextConstructor by moving it from CompilerContext to ContractDefinition 2020-04-06 17:35:08 +02:00
CompilerUtils.cpp Fix tuple assignments with multi-slot components. 2020-04-07 18:39:25 +02:00
CompilerUtils.h Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
ContractCompiler.cpp [Sol2Yul] Implements codegen part for try/catch statements. 2020-04-14 18:42:37 +02:00
ContractCompiler.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00
ExpressionCompiler.cpp Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
ExpressionCompiler.h Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
LValue.cpp Properly handle assignments of immutables at declaration. 2020-04-02 08:35:22 +02:00
LValue.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00
MultiUseYulFunctionCollector.cpp Implement lazy function generation using function generation queue 2020-04-17 13:28:07 +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 Fix tuple assignments for empty tuples in Yul IR. 2020-04-15 11:10:52 +02:00
YulUtilFunctions.h [Sol2Yul] Implements codegen part for try/catch statements. 2020-04-14 18:42:37 +02:00