.. |
and_distributed_over_shl.py
|
added optimization. shl comes out from being distributed over and
|
2022-11-11 01:16:14 +05:30 |
byte_big.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
byte_equivalence.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
checked_int_add.py
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
checked_int_div.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
checked_int_mul_12.py
|
Added overflow checks after multiplication operation is executed.
|
2022-08-12 10:18:05 -03:00 |
checked_int_sub.py
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
checked_uint_add.py
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
checked_uint_mul_12.py
|
Added overflow checks after multiplication operation is executed.
|
2022-08-12 10:18:05 -03:00 |
checked_uint_sub.py
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
combine_byte_shl.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_byte_shr_1.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_byte_shr_2.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_div_shl_one_32.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_mul_shl_one_64.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_shl_shr_by_constant_64.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
combine_shr_shl_by_constant_64.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
eq_sub.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
exp_neg_one.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
exp_to_shl.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
mod_add_to_addmod.py
|
Python Z3 proofs of the rules.
|
2022-06-22 09:26:09 +02:00 |
mod_mul_to_mulmod.py
|
Python Z3 proofs of the rules.
|
2022-06-22 09:26:09 +02:00 |
move_and_across_shl_128.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
move_and_across_shr_128.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
move_and_inside_or.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
opcodes.py
|
Python Z3 proofs of the rules.
|
2022-06-22 09:26:09 +02:00 |
README.md
|
Move optimization proofs repo to Solidity repo
|
2019-06-13 17:11:48 +02:00 |
redundant_store_unrelated.py
|
Unused store eliminator.
|
2022-03-10 18:25:28 +01:00 |
repeated_and.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
repeated_or.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
replace_mul_by_shift.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
rule.py
|
pylint: Enable and fix no-self-use warnings
|
2021-12-21 15:30:11 +01:00 |
shl_workaround_8.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
signed_integer_cleanup_function.py
|
Added overflow checks after multiplication operation is executed.
|
2022-08-12 10:18:05 -03:00 |
signextend_and.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
signextend_equivalence.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
signextend_shl.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
signextend_shr.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
signextend.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
sub_not_zero_x_to_not_x_256.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
sub_sub.py
|
test/formal: Get rid of wildcard imports
|
2021-10-13 16:20:10 +02:00 |
unsigned_integer_cleanup_function.py
|
Added overflow checks after multiplication operation is executed.
|
2022-08-12 10:18:05 -03:00 |
util.py
|
Added overflow checks after multiplication operation is executed.
|
2022-08-12 10:18:05 -03:00 |