.. |
ABIFunctions.cpp
|
ABIFunctions: Split out a function for generating a comma separated list of variable names.
|
2019-03-25 10:58:18 +01:00 |
ABIFunctions.h
|
ABIFunctions: Split out a function for generating a comma separated list of variable names.
|
2019-03-25 10:58:18 +01:00 |
ArrayUtils.cpp
|
Allow calldata arrays with dynamically encoded base type.
|
2019-03-06 18:04:12 +01:00 |
ArrayUtils.h
|
Allow calldata arrays with dynamically encoded base type.
|
2019-03-06 18:04:12 +01:00 |
Compiler.cpp
|
Provide full optimiser settings to ContractCompiler.
|
2019-03-04 11:40:28 +01:00 |
Compiler.h
|
Introduce global optimiser settings.
|
2019-03-04 11:40:28 +01:00 |
CompilerContext.cpp
|
Pass "optimize stack allocation" flag down to the stack compressor.
|
2019-03-20 15:03:27 +01:00 |
CompilerContext.h
|
Use stack optimizations.
|
2019-03-14 15:34:23 +01:00 |
CompilerUtils.cpp
|
Allow dynamically encoded calldata structs with ABIEncoderV2.
|
2019-03-11 16:40:13 +01:00 |
CompilerUtils.h
|
Allow dynamically encoded calldata structs with ABIEncoderV2.
|
2019-03-11 16:40:13 +01:00 |
ContractCompiler.cpp
|
Use stack optimizations.
|
2019-03-14 15:34:23 +01:00 |
ContractCompiler.h
|
Merge pull request #5959 from ethereum/optimiser2
|
2019-03-04 12:54:59 +01:00 |
ExpressionCompiler.cpp
|
Defensively pad memory for `type(C).name ` to multiples of 32.
|
2019-03-13 18:51:32 +01:00 |
ExpressionCompiler.h
|
Remove defaults in constructor arguments.
|
2019-03-04 11:41:52 +01:00 |
LValue.cpp
|
More style checks.
|
2019-02-14 11:41:20 +01:00 |
LValue.h
|
make use of C++ = default constructor declarations as well as more non-static member initialization syntax.
|
2018-12-19 11:26:42 +01:00 |
MultiUseYulFunctionCollector.cpp
|
Extract utility functions from ABI encoder.
|
2019-03-05 22:13:55 +01:00 |
MultiUseYulFunctionCollector.h
|
Extract utility functions from ABI encoder.
|
2019-03-05 22:13:55 +01:00 |
YulUtilFunctions.cpp
|
Extract utility functions from ABI encoder.
|
2019-03-05 22:13:55 +01:00 |
YulUtilFunctions.h
|
Extract utility functions from ABI encoder.
|
2019-03-05 22:13:55 +01:00 |