solidity/test/libsolidity/semanticTests/viaYul
2020-11-24 14:57:45 +01:00
..
array_memory_allocation Zero initialize memory arrays 2020-04-02 15:55:18 +02:00
cleanup [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
conditional [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
conversion [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
loops [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
storage [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
array_2d_assignment.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_2d_new.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_3d_assignment.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_3d_new.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_function_pointers.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
array_memory_as_parameter.sol
array_memory_create.sol
array_memory_index_access.sol
array_push_return_reference.sol
array_push_with_arg.sol
array_storage_index_access.sol
array_storage_index_boundary_test.sol
array_storage_index_zeroed_test.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
array_storage_length_access.sol
array_storage_pop_zero_length.sol
array_storage_push_empty_length_address.sol
array_storage_push_empty.sol
array_storage_push_pop.sol
assert_and_require.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
assert.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
assign_tuple_from_function_call.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
calldata_array_access.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_index_range_access.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_length.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_three_dimensional.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_bytes_array_bounds.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
comparison_functions.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
comparison.sol
define_tuple_from_function_call.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
delete.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
detect_add_overflow_signed.sol
detect_add_overflow.sol
detect_div_overflow.sol
detect_mod_zero_signed.sol Unified use of settings. Removed a couple of unused functions. 2020-03-19 14:02:39 +01:00
detect_mod_zero.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
detect_mul_overflow_signed.sol
detect_mul_overflow.sol
detect_sub_overflow_signed.sol
detect_sub_overflow.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
dirty_calldata_struct.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
dirty_memory_dynamic_array.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
dirty_memory_int32.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
dirty_memory_static_array.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
dirty_memory_struct.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
dirty_memory_uint32.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
erc20.sol Update tests. 2020-07-07 12:16:18 +02:00
exp_literals_success.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
exp_literals.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
exp_neg_overflow.sol Implement checked exponentiation. 2020-08-18 12:42:53 +02:00
exp_neg.sol Tests for signed exponentiation 2020-09-23 16:27:33 +02:00
exp_overflow.sol Implement checked exponentiation. 2020-08-18 12:42:53 +02:00
exp_various.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
exp.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
function_address.sol Adding sol->yul for f.selector and f.address 2020-03-06 21:43:14 +01:00
function_entry_checks.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
function_pointers.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
function_selector.sol Adding sol->yul for f.selector and f.address 2020-03-06 21:43:14 +01:00
if.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
keccak.sol Unified use of settings. Removed a couple of unused functions. 2020-03-19 14:02:39 +01:00
local_address_assignment.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
local_assignment.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
local_bool_assignment.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
local_tuple_assignment.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
local_variable_without_init.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
mapping_enum_key_getter.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
mapping_getters.sol Mapping getters for Yul IR. 2020-02-04 17:22:03 +01:00
mapping_string_key.sol The identifier var should be fine in Yul 2020-03-11 18:45:08 +01:00
memory_struct_allow.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
msg_sender.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
require.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
return_and_convert.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
return_storage_pointers.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
return.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
short_circuit.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
simple_assignment.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
simple_inline_asm.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
smoke_test.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
string_format.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
string_literals.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
struct_member_access.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
tuple_evaluation_order.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
unary_operations.sol
various_inline_asm.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
virtual_functions.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00