| .. | 
		
		
			
			
			
			
				| calldata | Optimize eq iszero jumpi to xor jumpi and remove double jump. | 2022-03-10 14:41:41 +01:00 | 
		
			
			
			
			
				| conversion | Update tests. | 2022-02-21 14:32:52 +01:00 | 
		
			
			
			
			
				| array_of_recursive_struct.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| copy_from_calldata.sol | Fixed a ICE on calldata to struct member copy | 2022-01-31 17:26:11 +01:00 | 
		
			
			
			
			
				| copy_from_storage.sol | Fixed a ICE on calldata to struct member copy | 2022-01-31 17:26:11 +01:00 | 
		
			
			
			
			
				| copy_struct_array_from_storage.sol | Optimize eq iszero jumpi to xor jumpi and remove double jump. | 2022-03-10 14:41:41 +01:00 | 
		
			
			
			
			
				| delete_struct.sol | Trivial isoltest updates: comments always on the same line | 2021-04-20 17:38:29 +02:00 | 
		
			
			
			
			
				| event.sol | [isoltest] Add support for events using call side-effects. | 2021-05-27 23:21:55 -05:00 | 
		
			
			
			
			
				| function_type_copy.sol | Fixed a ICE on calldata to struct member copy | 2022-01-31 17:26:11 +01:00 | 
		
			
			
			
			
				| global.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| lone_struct_array_type.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| memory_struct_named_constructor.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| memory_structs_as_function_args.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| memory_structs_nested_load.sol | Update tests. | 2022-02-21 14:32:52 +01:00 | 
		
			
			
			
			
				| memory_structs_nested.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| memory_structs_read_write.sol | Enable more semantic tests for Ewasm | 2021-04-23 17:00:01 +01:00 | 
		
			
			
			
			
				| msg_data_to_struct_member_copy.sol | Fixed a ICE on calldata to struct member copy | 2022-01-31 17:26:11 +01:00 | 
		
			
			
			
			
				| multislot_struct_allocation.sol | Yul: Implement memory struct allocation | 2020-07-02 16:37:20 +02:00 | 
		
			
			
			
			
				| nested_struct_allocation.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| packed_storage_structs_delete.sol | Extracted some test cases from SolidityEndToEnd.cpp | 2021-11-29 21:27:43 +05:30 | 
		
			
			
			
			
				| recursive_struct_2.sol | [Sol->Yul] Implementing conversion of struct to struct pointer. | 2020-10-08 16:37:57 +02:00 | 
		
			
			
			
			
				| recursive_structs.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| simple_struct_allocation.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_assign_reference_to_struct.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_constructor_nested.sol | [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. | 2020-10-13 20:31:11 +02:00 | 
		
			
			
			
			
				| struct_containing_bytes_copy_and_delete.sol | Optimize eq iszero jumpi to xor jumpi and remove double jump. | 2022-03-10 14:41:41 +01:00 | 
		
			
			
			
			
				| struct_copy_via_local.sol | Unused store eliminator. | 2022-03-10 18:25:28 +01:00 | 
		
			
			
			
			
				| struct_copy.sol | Optimize eq iszero jumpi to xor jumpi and remove double jump. | 2022-03-10 14:41:41 +01:00 | 
		
			
			
			
			
				| struct_delete_member.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_delete_storage_nested_small.sol | Update tests. | 2022-02-21 14:32:52 +01:00 | 
		
			
			
			
			
				| struct_delete_storage_small.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_delete_storage_with_array.sol | Update tests. | 2022-02-21 14:32:52 +01:00 | 
		
			
			
			
			
				| struct_delete_storage_with_arrays_small.sol | Unused store eliminator. | 2022-03-10 18:25:28 +01:00 | 
		
			
			
			
			
				| struct_delete_storage.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_delete_struct_in_mapping.sol | Enabling triggered tests and adding one new for deleting struct | 2020-10-08 15:27:33 +02:00 | 
		
			
			
			
			
				| struct_memory_to_storage_function_ptr.sol | Unused store eliminator. | 2022-03-10 18:25:28 +01:00 | 
		
			
			
			
			
				| struct_memory_to_storage.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_named_constructor.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| struct_reference.sol | [Sol->Yul] Implementing conversion of struct to struct pointer. | 2020-10-08 16:37:57 +02:00 | 
		
			
			
			
			
				| struct_referencing.sol | trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. | 2021-12-16 16:56:38 +05:30 | 
		
			
			
			
			
				| struct_storage_push_zero_value.sol | [Sol->Yul] Implementing push for nested storage arrays and storage arrays of structs. | 2020-10-06 13:06:40 +02:00 | 
		
			
			
			
			
				| struct_storage_to_mapping.sol | Trivial isoltest updates: normalized whitespace | 2021-04-20 17:38:29 +02:00 | 
		
			
			
			
			
				| struct_storage_to_memory_function_ptr.sol | Enable more semantic tests for Ewasm | 2021-04-23 17:00:01 +01:00 | 
		
			
			
			
			
				| struct_storage_to_memory.sol | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 | 
		
			
			
			
			
				| structs.sol | Unused store eliminator. | 2022-03-10 18:25:28 +01:00 | 
		
			
			
			
			
				| using_for_function_on_struct.sol | trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. | 2021-12-16 16:56:38 +05:30 |