| 
							
							
								 chriseth | 77038aa40e | Update test expectations. | 2022-05-23 13:37:50 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | a2f768d29a | Remove empty settings. | 2022-05-19 20:23:28 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 58d21f1e9d | Remove // compileViaYul: also | 2022-05-19 20:23:28 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 5cd98006d4 | Fill in junk in stack layouts on terminating control flow paths. | 2022-03-15 18:36:55 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | b3fe042884 | Optimize eq iszero jumpi to xor jumpi and remove double jump. | 2022-03-10 14:41:41 +01:00 |  | 
			
				
					| 
							
							
								 nishant-sachdeva | beabc51c20 | returnSize assigned according to truth value of returnInfo.dynamicReturnSize | 2022-03-03 18:55:10 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | e9592c3f8e | Update tests. | 2022-02-21 14:32:52 +01:00 |  | 
			
				
					| 
							
							
								 Marenz | a550048cf0 | Fix too strict assert for calldata string -> bytes conversions | 2022-01-20 15:11:26 +01:00 |  | 
			
				
					| 
							
							
								 Marenz | 89d6bff72a | Fix .push() not considering external functions | 2022-01-18 16:30:31 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 1a0605c594 | Update tests. | 2021-11-03 12:39:55 +01:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 464ac18a1f | Rename negation_bug.yul to negation_bug.sol | 2021-10-29 00:19:43 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 0a6fc89da2 | Fix negation function name collision. | 2021-07-08 10:47:29 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 105b4b4c8b | Update tests | 2021-07-05 13:46:53 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | b628b115ae | Manually enabled gas statistics for erc20 token test. | 2021-06-30 16:35:53 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | c09dc6144c | Merge pull request #11050 from ethereum/isoltest-effects-events [isoltest] Add support for events using call side-effects. | 2021-05-31 14:38:14 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | ec86e3e9ae | [isoltest] Add support for events using call side-effects. | 2021-05-27 23:21:55 -05:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 47167a42a7 | Update tests | 2021-05-27 18:31:54 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 97c9d21376 | Force two tests to go out of gas. | 2021-05-26 12:23:06 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 4d6c951396 | Isoltest gas update after Berlin gas cost changes | 2021-05-26 12:23:06 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | f952f851b7 | Enable more semantic tests for Ewasm | 2021-04-23 17:00:01 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 3d29ae73e7 | Isoltest: updated the gas tests. | 2021-04-22 18:19:47 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 00fb2d390b | Do not replace zeros by return variable. | 2021-04-22 16:54:02 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 35b651103d | Adjust cost of literal zero. | 2021-04-22 11:42:42 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 84c05d35f3 | Trivial isoltest updates: normalized whitespace | 2021-04-20 17:38:29 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 45c6bbe02b | Trivial isoltest updates: directives sorted alphabetically | 2021-04-20 17:21:56 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 96c8123b6b | Use unbounded allocation before returning. | 2021-04-08 18:37:24 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 2c75d1dfe4 | Isoltest gas update for FunctionSpecializer | 2021-03-29 11:02:31 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 8b3095920a | Inline ordinary jumps to small blocks and jumps to terminating control flow. | 2021-03-24 13:50:24 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 7aa51bcb40 | Test updates. | 2021-03-18 08:42:49 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | b73e9f3eef | Update tests. | 2021-03-10 14:22:30 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | edbdff8619 | Update tests | 2020-12-14 19:32:31 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | 9c3690c246 | Some more tests for overflow. | 2020-12-14 19:12:48 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 40244c5469 | Tests/Docs after stricter explicit conversion. | 2020-12-03 16:51:05 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 6de7eaba95 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-12-01 10:50:13 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | cbae5ca324 | Support BitNot on FixedBytes in IR | 2020-11-26 13:20:02 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | 18de8a56c9 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-26 11:48:53 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 159f50e189 | Turn on semantic tests for the old codegen where possible These were marked IR-only, but they do pass on the old codegen too.
Also add old codegen version of semantictests/revertStrings/function_entry_checks. | 2020-11-25 14:33:39 +00:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 52c8fcc67b | Removed "compileToEwasm: also" option from 4 tests cases | 2020-11-25 08:13:46 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 253889cbf1 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-24 16:22:03 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 79669ecd48 | Use new abicoder pragma. | 2020-11-24 14:57:45 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a0a02f2307 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-23 19:28:08 +01:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | da36055449 | [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. | 2020-11-21 08:57:56 -05:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 29e23efc93 | Tests/Docs after "stricter explicit conversion from Literals to Integers" | 2020-11-03 14:31:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 60af9d24ff | Update tests. | 2020-10-22 19:25:55 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 6979952995 | Merge remote-tracking branch 'origin/develop' into HEAD | 2020-10-19 18:02:50 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e61fa59593 | Update existing tests. | 2020-10-19 16:58:59 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 82876fd00e | Disable StackLimitEvader again until we have stronger correctness guarantees. | 2020-10-15 16:16:41 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 0ea4bdafcd | Merge pull request #10017 from ethereum/develop Merge develop into breaking. | 2020-10-13 12:58:23 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | 418aa01c5b | Optimization for exponentiation when the base is a literal | 2020-10-12 18:54:58 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 763282343f | Merge pull request #9883 from ethereum/develop Merge develop into breaking. | 2020-09-24 16:05:51 +02:00 |  |