.. |
array_memory_allocation
|
Zero initialize memory arrays
|
2020-04-02 15:55:18 +02:00 |
cleanup
|
Cleanup tests for Sol->Yul arithmetic and comparison.
|
2020-05-05 13:38:31 +02:00 |
conditional
|
[Yul] Support conditionals
|
2020-02-13 17:02:15 -04:00 |
conversion
|
[Sol2Yul] Implements function-to-function cast.
|
2020-03-09 10:40:57 +01:00 |
loops
|
[Sol -> Yul] Fix ForLoops and implement WhileLoops
|
2019-05-09 09:46:19 +02:00 |
storage
|
Use .slot and .offest to access storage items.
|
2020-07-13 14:59:22 +02: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
|
Zero initialize memory arrays
|
2020-04-02 15:55:18 +02:00 |
array_memory_as_parameter.sol
|
[Sol->Yul] Implement uint256[] memory arrays
|
2019-07-09 15:36:02 +02:00 |
array_memory_create.sol
|
[Sol->Yul] Implement uint256[] memory arrays
|
2019-07-09 15:36:02 +02:00 |
array_memory_index_access.sol
|
[Sol->Yul] Implement uint256[] memory arrays
|
2019-07-09 15:36:02 +02:00 |
array_push_return_reference.sol
|
Fix Yul IR push
|
2019-11-28 18:11:38 +01:00 |
array_push_with_arg.sol
|
Fix Yul IR push
|
2019-11-28 18:11:38 +01:00 |
array_storage_index_access.sol
|
Adds and updates Yul tests for push() and pop().
|
2019-11-20 12:04:47 +01:00 |
array_storage_index_boundary_test.sol
|
Adds and updates Yul tests for push() and pop().
|
2019-11-20 12:04:47 +01:00 |
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
|
Increase loop size to account for net storage gas metering.
|
2019-12-04 13:13:05 +01:00 |
array_storage_pop_zero_length.sol
|
Adds and updates Yul tests for push() and pop().
|
2019-11-20 12:04:47 +01:00 |
array_storage_push_empty_length_address.sol
|
Adds and updates Yul tests for push() and pop().
|
2019-11-20 12:04:47 +01:00 |
array_storage_push_empty.sol
|
Adds and updates Yul tests for push() and pop().
|
2019-11-20 12:04:47 +01:00 |
array_storage_push_pop.sol
|
Implement array push and pop for yul and replace assignments in via yul tests.
|
2019-11-20 12:04:42 +01:00 |
assert_and_require.sol
|
Yul generation of require and assert
|
2019-05-07 12:19:41 +02:00 |
assert.sol
|
Yul generation of require and assert
|
2019-05-07 12:19:41 +02:00 |
assign_tuple_from_function_call.sol
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
calldata_array_access.sol
|
Implement calldata arrays for Yul IR
|
2020-02-12 14:00:29 +01:00 |
calldata_array_index_range_access.sol
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |
calldata_array_length.sol
|
Implement calldata arrays for Yul IR
|
2020-02-12 14:00:29 +01:00 |
calldata_array_three_dimensional.sol
|
Implement calldata arrays for Yul IR
|
2020-02-12 14:00:29 +01:00 |
calldata_bytes_array_bounds.sol
|
Implement calldata arrays for Yul IR
|
2020-02-12 14:00:29 +01:00 |
comparison_functions.sol
|
[Sol -> Yul] Implement delete for function pointers
|
2019-05-23 15:51:59 +02:00 |
comparison.sol
|
Comparison operations.
|
2019-05-07 12:35:05 +02:00 |
define_tuple_from_function_call.sol
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
delete.sol
|
[Sol->Yul] Implement uint256[] memory arrays
|
2019-07-09 15:36:02 +02:00 |
detect_add_overflow_signed.sol
|
Implement signed addition for sol->yul code generation.
|
2019-06-20 11:42:50 +02:00 |
detect_add_overflow.sol
|
Implement signed addition for sol->yul code generation.
|
2019-06-20 11:42:50 +02:00 |
detect_div_overflow.sol
|
[SolYul] Division.
|
2019-05-27 17:53:46 +02:00 |
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
|
Unified use of settings. Removed a couple of unused functions.
|
2020-03-19 14:02:39 +01:00 |
detect_mul_overflow_signed.sol
|
Implement signed multiplication for sol->yul code generation.
|
2019-06-20 12:30:30 +02:00 |
detect_mul_overflow.sol
|
Implement signed multiplication for sol->yul code generation.
|
2019-06-20 12:30:30 +02:00 |
detect_sub_overflow_signed.sol
|
Implement signed subtraction for sol->yul code generation.
|
2019-06-20 12:16:56 +02:00 |
detect_sub_overflow.sol
|
Implement signed subtraction for sol->yul code generation.
|
2019-06-20 12:16:56 +02:00 |
dirty_calldata_struct.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
dirty_memory_dynamic_array.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
dirty_memory_int32.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
dirty_memory_static_array.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
dirty_memory_struct.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
dirty_memory_uint32.sol
|
Add tests to validate clearing dirty bits via inline assembly operations
|
2020-06-12 11:32:15 +02:00 |
erc20.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
exp_literals_success.sol
|
Optimization for exponentiation when the base is a literal
|
2020-10-12 18:54:58 +02:00 |
exp_literals.sol
|
Optimization for exponentiation when the base is a literal
|
2020-10-12 18:54:58 +02: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
|
Implement checked exponentiation.
|
2020-08-18 12:42:53 +02:00 |
exp.sol
|
Implement checked exponentiation.
|
2020-08-18 12:42:53 +02: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
|
Fix wrong test settings
|
2019-05-08 10:46:38 +02:00 |
function_pointers.sol
|
Zero initialize memory arrays
|
2020-04-02 15:55:18 +02:00 |
function_selector.sol
|
Adding sol->yul for f.selector and f.address
|
2020-03-06 21:43:14 +01:00 |
if.sol
|
[Sol -> Yul] Implement if statements
|
2019-05-09 14:52:20 +02: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
|
Overflow-checked addition.
|
2019-04-11 15:45:14 +02:00 |
local_assignment.sol
|
Overflow-checked addition.
|
2019-04-11 15:45:14 +02:00 |
local_bool_assignment.sol
|
Overflow-checked addition.
|
2019-04-11 15:45:14 +02:00 |
local_tuple_assignment.sol
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
local_variable_without_init.sol
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
mapping_enum_key_getter.sol
|
Mapping getters for Yul IR.
|
2020-02-04 17:22:03 +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
|
Fix struct allocation in Sol->Yul.
|
2020-06-11 12:16:45 +02:00 |
msg_sender.sol
|
Most trivial members.
|
2019-05-07 17:19:45 +02:00 |
require.sol
|
Test require with string literals
|
2019-11-13 12:01:25 +01:00 |
return_and_convert.sol
|
Implement return.
|
2019-04-30 13:10:36 +02:00 |
return_storage_pointers.sol
|
Zero initialize memory arrays
|
2020-04-02 15:55:18 +02:00 |
return.sol
|
Implement return.
|
2019-04-30 13:10:36 +02:00 |
short_circuit.sol
|
Logical operators.
|
2019-05-07 15:59:35 +02:00 |
simple_assignment.sol
|
Overflow-checked addition.
|
2019-04-11 15:45:14 +02:00 |
simple_inline_asm.sol
|
IR: Generate inline asm blocks
|
2019-04-18 16:49:19 +02:00 |
smoke_test.sol
|
Check that functions exist in isoltest.
|
2020-02-13 13:22:53 +01:00 |
string_format.sol
|
Unified use of settings. Removed a couple of unused functions.
|
2020-03-19 14:02:39 +01:00 |
string_literals.sol
|
Tests for string literals.
|
2019-05-07 11:55:18 +02:00 |
struct_member_access.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
tuple_evaluation_order.sol
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
unary_operations.sol
|
[Sol -> Yul] Implement unary - , +
|
2019-05-20 16:14:46 +02:00 |
various_inline_asm.sol
|
IR: Generate inline asm blocks
|
2019-04-18 16:49:19 +02:00 |
virtual_functions.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |