.. |
conversion
|
Test file reorganisation.
|
2019-05-07 11:55:07 +02:00 |
loops
|
[Sol -> Yul] Fix ForLoops and implement WhileLoops
|
2019-05-09 09:46:19 +02:00 |
storage
|
Mappings.
|
2019-05-08 15:54:52 +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_storage_index_access.sol
|
[Sol->Yul] Implement index access for storage arrays
|
2019-06-20 16:14:51 +02:00 |
array_storage_index_boundery_test.sol
|
[Sol->Yul] Implement index access for storage arrays
|
2019-06-20 16:14:51 +02:00 |
array_storage_index_zeroed_test.sol
|
[Sol->Yul] Implement index access for storage arrays
|
2019-06-20 16:14:51 +02:00 |
array_storage_length_access.sol
|
[Sol->Yul] Implement .length for storage arrays
|
2019-06-19 18:09:23 +02: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 |
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 |
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
|
Implement checked mod for sol->yul code generation.
|
2019-06-20 12:30:32 +02:00 |
detect_mod_zero.sol
|
Implement checked mod for sol->yul code generation.
|
2019-06-20 12:30:32 +02: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 |
erc20.sol
|
Test.
|
2019-05-09 17:57:30 +02:00 |
function_entry_checks.sol
|
Fix wrong test settings
|
2019-05-08 10:46:38 +02:00 |
if.sol
|
[Sol -> Yul] Implement if statements
|
2019-05-09 14:52:20 +02:00 |
keccak.sol
|
[Sol->Yul] Implement keccak256
|
2019-07-09 18:25:07 +02: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 |
msg_sender.sol
|
Most trivial members.
|
2019-05-07 17:19:45 +02:00 |
require.sol
|
Yul generation of require and assert
|
2019-05-07 12:19:41 +02:00 |
return_and_convert.sol
|
Implement return.
|
2019-04-30 13:10:36 +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
|
Semantic tests for compilation via Yul.
|
2019-04-04 15:02:43 +02:00 |
string_literals.sol
|
Tests for string literals.
|
2019-05-07 11:55:18 +02: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
|
Fix wrong test settings
|
2019-05-08 10:46:38 +02:00 |