| .. | 
		
		
			
			
			
			
				| access_large_memory_offsets.yul | Extend memory beyond 32 byte addresses in interpreter. | 2019-09-04 20:10:42 +02:00 | 
		
			
			
			
			
				| ambiguous_vars.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| and_create2.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| and_create.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| bounded_recursion.yul | Yul interpreter: Smaller execution timeout for tests and additional test cases | 2020-12-03 10:08:41 +01:00 | 
		
			
			
			
			
				| create2.yul | Fix create2 memory access in yul interpreter. | 2022-09-12 09:53:31 +02:00 | 
		
			
			
			
			
				| datacopy.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| dataoffset.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| datasize.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| difficulty.yul | Adds support for the EVM version "Paris". | 2023-01-23 18:50:36 +00:00 | 
		
			
			
			
			
				| exp.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| expr_nesting_depth_exceeded.yul | Yul interpreter: Introduce expression evaluation maximum nesting depth | 2020-12-04 17:27:03 +01:00 | 
		
			
			
			
			
				| expr_nesting_depth_not_exceeded.yul | Yul interpreter: Introduce expression evaluation maximum nesting depth | 2020-12-04 17:27:03 +01:00 | 
		
			
			
			
			
				| external_call_to_self.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| external_call_unexecuted.yul | yulRun: Fix unexpected return value for call* instructions and add tests | 2022-09-14 11:40:08 +02:00 | 
		
			
			
			
			
				| external_callcode_unexecuted.yul | yulRun: Fix unexpected return value for call* instructions and add tests | 2022-09-14 11:40:08 +02:00 | 
		
			
			
			
			
				| external_delegatecall_unexecuted.yul | yulRun: Fix unexpected return value for call* instructions and add tests | 2022-09-14 11:40:08 +02:00 | 
		
			
			
			
			
				| external_staticcall_unexecuted.yul | yulRun: Fix unexpected return value for call* instructions and add tests | 2022-09-14 11:40:08 +02:00 | 
		
			
			
			
			
				| function_calls.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| function_scopes.yul | Fix handling of scopes in Yul Interpreter. | 2019-09-02 10:41:26 +02:00 | 
		
			
			
			
			
				| hex_literals.yul | Allow hex string literals in Yul. | 2021-04-08 15:03:33 +02:00 | 
		
			
			
			
			
				| infinite_recursion_tracelimit.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| infinite_recursion.yul | Yul interpreter: Smaller execution timeout for tests and additional test cases | 2020-12-03 10:08:41 +01:00 | 
		
			
			
			
			
				| leave_for_init.yul | Tests | 2019-10-29 14:32:16 +01:00 | 
		
			
			
			
			
				| leave.yul | Tests | 2019-10-29 14:32:16 +01:00 | 
		
			
			
			
			
				| long_obect_name.yul | Fix literal arguments in interpreter. | 2020-08-06 14:16:59 +02:00 | 
		
			
			
			
			
				| loop.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| pop_byte_shr_call.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| pop_byte_shr_func.yul | yul: Set non movable flag to true in simplification rule for byte of right-shifted expression | 2020-08-03 17:30:52 +02:00 | 
		
			
			
			
			
				| prevrandao.yul | Adds support for the EVM version "Paris". | 2023-01-23 18:50:36 +00:00 | 
		
			
			
			
			
				| recursion.yul | Fix handling of scopes in Yul Interpreter. | 2019-09-02 10:41:26 +02:00 | 
		
			
			
			
			
				| recursive_function_for_loop.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| self_balance.yul | Yul interpreter: Return selfbalance constant for the expression | 2020-06-30 16:59:13 +02:00 | 
		
			
			
			
			
				| shadowed_symbol.yul | YulInterpreter: Fix wrong context passed to called function | 2019-08-12 17:12:53 +02:00 | 
		
			
			
			
			
				| side_effect_free.yul | Mark EVM instruction pc()as deprecated when used in inline assembly. | 2020-05-27 12:07:23 +02:00 | 
		
			
			
			
			
				| simple_mstore.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| smoke.yul | Interpreter tests. | 2019-02-25 11:58:36 +01:00 | 
		
			
			
			
			
				| switch_statement.yul | Update tests. | 2019-05-23 13:17:27 +02:00 | 
		
			
			
			
			
				| zero_length_reads_and_revert.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| zero_length_reads.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 | 
		
			
			
			
			
				| zero_range.yul | Update existing and add new test cases. | 2023-02-02 11:40:39 +01:00 |