| .. |
|
abiencodedecode
|
Move files.
|
2020-03-26 17:47:36 +01:00 |
|
abiEncoderV1
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
|
abiEncoderV2
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
|
accessor
|
IR generation for constants.
|
2020-05-05 17:07:55 +02:00 |
|
arithmetics
|
Changelog and tests
|
2020-05-11 15:29:05 +05:30 |
|
array
|
Merge pull request #8872 from ethereum/int-min-max
|
2020-05-11 15:08:19 +02:00 |
|
asmForLoop
|
|
|
|
builtinFunctions
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
|
calldata
|
Move files.
|
2020-03-26 17:47:36 +01:00 |
|
cleanup
|
Yul parser hack and more yul tests.
|
2020-05-05 17:23:41 +02:00 |
|
constants
|
IR generation for constants.
|
2020-05-05 17:07:55 +02:00 |
|
constructor
|
Use vector of slots.
|
2020-05-07 17:54:04 +02:00 |
|
conversions
|
YulUtilFunctions: convertionFunction() to also handle array string/memory casts.
|
2020-03-10 11:21:12 +01:00 |
|
ecrecover
|
|
|
|
enums
|
Yul IR generation for member access to type types.
|
2020-04-22 11:25:27 +02:00 |
|
exponentiation
|
|
|
|
expressions
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
fallback
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
functionCall
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
functionSelector
|
Yul codegen for .selector.
|
2020-04-16 13:42:58 +02:00 |
|
functionTypes
|
Introduce non-reversed version of tupleEncoder.
|
2020-05-07 15:08:09 +02:00 |
|
immutable
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
inlineAssembly
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
integer
|
implemented type(X).min and type(X).max for all integer types
|
2020-05-11 14:51:13 +05:30 |
|
interfaceID
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
intheritance
|
IR generation for constants.
|
2020-05-05 17:07:55 +02:00 |
|
libraries
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
literals
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
modifiers
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
receive
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
reverts
|
Yul parser hack and more yul tests.
|
2020-05-05 17:23:41 +02:00 |
|
revertStrings
|
[Sol2Yul] Adding support for builtin revert(string)
|
2020-05-05 07:05:39 +02:00 |
|
salted_create
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
shifts
|
IR generation for shifts
|
2020-05-06 19:14:23 +02:00 |
|
smoke
|
[Sol2Yul] Adding support for builtin revert(string)
|
2020-05-05 07:05:39 +02:00 |
|
specialFunctions
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
statements
|
|
|
|
storage
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
structs
|
Move files.
|
2020-03-26 17:47:36 +01:00 |
|
tryCatch
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
|
types
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
uninitializedFunctionPointer
|
|
|
|
variables
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
various
|
IR generation for constants.
|
2020-05-05 17:07:55 +02:00 |
|
viaYul
|
Fix accessing memory reference types in yul codegen and clean up on memory reads.
|
2020-05-06 11:34:11 +02:00 |
|
virtualFunctions
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
c99_scoping_activation.sol
|
|
|
|
constructor_ihneritance_init_order_2.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
constructor_inheritance_init_order.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
constructor_with_params_diamond_inheritance.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
constructor_with_params_inheritance_2.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
constructor_with_params_inheritance.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
constructor_with_params.sol
|
[Sol2Yul] Adding support for constructor with parameters
|
2020-03-27 01:19:11 +01:00 |
|
empty_contract.sol
|
|
|
|
interface_inheritance_conversions.sol
|
[Sol->Yul] Enabling creation function call
|
2020-04-27 16:15:57 +02:00 |
|
snark.sol
|
|
|
|
state_var_initialization.sol
|
|
|
|
state_variables_init_order_2.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
state_variables_init_order_3.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |
|
state_variables_init_order.sol
|
[Sol2Yul] Adding support for constructors with parameters in case of inheritance
|
2020-04-22 14:47:08 +02:00 |