..
array_memory_allocation
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
concat
copying
Update tests
2022-11-10 22:21:15 +01:00
delete
added optimization. shl comes out from being distributed over and
2022-11-11 01:16:14 +05:30
indexAccess
pop
Use side-effects of user defined functions in evm code transform.
2022-11-14 21:26:36 +01:00
push
added optimization. shl comes out from being distributed over and
2022-11-11 01:16:14 +05:30
slices
array_2d_assignment.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_2d_new.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_3d_assignment.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_3d_new.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_function_pointers.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_memory_as_parameter.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_memory_create.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_memory_index_access.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_push_return_reference.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_push_with_arg.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_index_access.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_index_boundary_test.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_index_zeroed_test.sol
Use side-effects of user defined functions in evm code transform.
2022-11-14 21:26:36 +01:00
array_storage_length_access.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_pop_zero_length.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_push_empty_length_address.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_push_empty.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
array_storage_push_pop.sol
Move some tests from viaYul to appropriate groups
2022-11-10 22:21:15 +01:00
arrays_complex_from_and_to_storage.sol
added optimization. shl comes out from being distributed over and
2022-11-11 01:16:14 +05:30
byte_array_storage_layout.sol
Update tests
2022-11-10 22:21:15 +01:00
byte_array_transitional_2.sol
Update tests
2022-11-10 22:21:15 +01:00
bytes_length_member.sol
bytes_to_fixed_bytes_cleanup.sol
bytes_to_fixed_bytes_simple.sol
bytes_to_fixed_bytes_too_long.sol
calldata_array_as_argument_internal_function.sol
calldata_array_dynamic_invalid_static_middle.sol
calldata_array_dynamic_invalid.sol
calldata_array_of_struct.sol
calldata_array_two_dimensional_1.sol
calldata_array_two_dimensional.sol
calldata_array.sol
calldata_bytes_array_bounds.sol
calldata_slice_access.sol
constant_var_as_array_length.sol
create_dynamic_array_with_zero_length.sol
create_memory_array_too_large.sol
create_memory_array.sol
create_memory_byte_array.sol
create_multiple_dynamic_arrays.sol
dynamic_array_cleanup.sol
added optimization. shl comes out from being distributed over and
2022-11-11 01:16:14 +05:30
dynamic_arrays_in_storage.sol
Update tests.
2022-08-15 16:24:10 +02:00
dynamic_multi_array_cleanup.sol
added optimization. shl comes out from being distributed over and
2022-11-11 01:16:14 +05:30
dynamic_out_of_bounds_array_access.sol
evm_exceptions_out_of_band_access.sol
external_array_args.sol
fixed_array_cleanup.sol
test: Properly clear storage dirty flag
2022-11-08 18:13:17 +01:00
fixed_arrays_as_return_type.sol
fixed_arrays_in_constructors.sol
fixed_arrays_in_storage.sol
fixed_bytes_length_access.sol
fixed_out_of_bounds_array_access.sol
function_array_cross_calls.sol
function_memory_array.sol
inline_array_return.sol
inline_array_singleton.sol
inline_array_storage_to_memory_conversion_ints.sol
inline_array_storage_to_memory_conversion_strings.sol
inline_array_strings_from_document.sol
invalid_encoding_for_storage_byte_array.sol
test: Properly clear storage dirty flag
2022-11-08 18:13:17 +01:00
memory_arrays_of_various_sizes.sol
memory.sol
reusing_memory.sol
Re-use knowledge about keccak calls.
2022-12-07 14:16:13 +01:00
short_fixed_array_cleanup.sol
storage_array_ref.sol
string_allocation_bug.sol
string_bytes_conversion.sol
string_literal_assign_to_storage_bytes.sol
strings_in_struct.sol