.. |
ir
|
Fix Yul codegen when dynamic array is used as rhs of assignment
|
2020-03-20 17:52:51 +01:00 |
ABIFunctions.cpp
|
Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector
|
2020-03-04 16:16:34 +01: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
|
Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector
|
2020-03-04 16:16:34 +01:00 |
CompilerContext.h
|
Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector
|
2020-03-04 16:16:34 +01:00 |
CompilerUtils.cpp
|
Merge pull request #8416 from ethereum/reuseYulCalldataTailAccess
|
2020-03-09 15:10:48 +01:00 |
CompilerUtils.h
|
Add reason string for internal reverts
|
2020-02-10 11:57:20 -03:00 |
ContractCompiler.cpp
|
Parsing of immutable state variable.
|
2020-03-12 17:11:24 +01:00 |
ContractCompiler.h
|
Add reason string for internal reverts
|
2020-02-10 11:57:20 -03:00 |
ExpressionCompiler.cpp
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |
ExpressionCompiler.h
|
Don't use identifiers starting with an underscore followed by an uppercase letter
|
2020-02-17 12:44:39 -05:00 |
LValue.cpp
|
Remove unnecessary statement
|
2020-01-15 14:33:27 +00:00 |
LValue.h
|
C++ namespace cleanup (except tests).
|
2020-01-07 15:51:50 +01:00 |
MultiUseYulFunctionCollector.cpp
|
Reuse the mechanism for abi functions and move tracking of used functions to CompilerContext
|
2020-03-03 15:11:18 +01:00 |
MultiUseYulFunctionCollector.h
|
Reuse the mechanism for abi functions and move tracking of used functions to CompilerContext
|
2020-03-03 15:11:18 +01:00 |
YulUtilFunctions.cpp
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |
YulUtilFunctions.h
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |