| 
							
							
								 chriseth | 74ce8d6979 | Fix assignment to non-lvalue storage values. | 2020-11-17 15:56:34 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d9fb17a85e | Copy value array from storage to storage. | 2020-11-17 10:51:34 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | efba9e45e4 | [Sol->Yul] Refactoring array conversions so that they end up in same function. | 2020-11-10 15:13:45 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 1f3239d097 | Simplify split parameter. | 2020-11-03 14:34:18 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 1066af3b98 | Copy byte array to storage. | 2020-10-29 18:53:15 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 14d7ca49c0 | Rename function. | 2020-10-29 18:53:15 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3920f398aa | Update libsolidity/codegen/YulUtilFunctions.h Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com> | 2020-10-21 09:48:22 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 53d6721e47 | Extract mask bytes function. | 2020-10-20 17:36:46 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 4a66723ff9 | [Sol->Yul] Implementing resizing of dynamic byte arrays Co-authored-by: chriseth <chris@ethereum.org> | 2020-10-15 22:05:35 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 56d6855222 | Merge pull request #9738 from ethereum/arrayCopyingSol2Yul [Sol->Yul] Implementing copying of arrays to storage | 2020-10-14 12:22:09 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 850a94bdc9 | [Sol->Yul] Implementing arrays copying to storage. Co-authored-by: chriseth <chris@ethereum.org> | 2020-10-13 20:31:08 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 4b342a7cad | Merge pull request #9816 from ethereum/exp-base-literals [Sol->Yul] Optimization for exponentiation when the base is a literal | 2020-10-12 19:34:38 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | 418aa01c5b | Optimization for exponentiation when the base is a literal | 2020-10-12 18:54:58 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | ca86eacfb2 | Remove traces of errors due to shifts by negative amounts. | 2020-10-08 20:24:53 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 8b96d17cb5 | Revert on failing read from calldata. | 2020-10-08 19:43:16 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | f8d5c4db36 | Merge pull request #9843 from ethereum/deleteStructSol2Yul [Sol->Yul] Implementing delete struct | 2020-10-08 19:08:40 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 700390a68b | [Sol->Yul] Implementing deleting storage structs | 2020-10-08 15:27:33 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | fd6196af16 | Copying of arrays from storage to memory. | 2020-10-08 15:16:13 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | aa23ebc8e6 | [Sol->Yul] Implementing array resizing for packed array types. | 2020-10-01 10:25:00 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 1e3596ec71 | Use invalid opcode on internal errors. | 2020-09-24 16:02:35 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e696c4eafd | Extract common loop. | 2020-09-23 16:14:24 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 1fab5b79fb | Refactoring signature for updateStorageValueFunction | 2020-09-02 12:28:53 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 15163b2270 | Refactoring readFromStorage util frunctions Co-authored-by: Daniel Kirchner <daniel@ekpyron.org> | 2020-09-02 12:28:53 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 381784dd89 | [Sol->Yul] Implementing struct copying from storage to memory | 2020-09-02 12:28:53 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | b89c863e11 | [Sol->Yul] Implementing struct copying from memory to storage | 2020-09-02 12:28:53 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | c34e349572 | Implement checked exponentiation. | 2020-08-18 12:42:53 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 50a54fa8aa | Implement inline arrays. | 2020-07-20 17:06:32 +02:00 |  | 
			
				
					| 
							
							
								 Sachin Grover | b7adb2aa42 | Add SPDX license identifier if not present already in source file Fixes: #9220 | 2020-07-17 20:24:12 +05:30 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 50373ac1b0 | Yul: Implement memory struct allocation | 2020-07-02 16:37:20 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | d235d0c166 | [Sol->Yul] Implementing Byte array push() and pop() | 2020-05-19 14:47:00 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 327c75bc1b | IR generation for shifts | 2020-05-06 19:14:23 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | c25a3eba14 | Fix accessing memory reference types in yul codegen and clean up on memory reads. | 2020-05-06 11:34:11 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | f3f729549d | [Sol->Yul] Enabling creation function call | 2020-04-27 16:15:57 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 5329da93fb | [Sol2Yul] Adding support for constructors with parameters in case of inheritance | 2020-04-22 14:47:08 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | d00d3c45b1 | [Sol2Yul] Implements codegen part for try/catch statements. | 2020-04-14 18:42:37 +02:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 39ff0deb05 | Zero initialize memory arrays | 2020-04-02 15:55:18 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 96d278b101 | [Sol->Yul] Adding slicing for call data arrays | 2020-03-13 13:40:38 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 857ed12b05 | Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector | 2020-03-04 16:16:34 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | df0873d138 | Implement calldata arrays for Yul IR | 2020-02-12 14:00:29 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 36928c7a35 | Add reason string for internal reverts | 2020-02-10 11:57:20 -03:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 6b23412fae | C++ namespace cleanup (except tests). | 2020-01-07 15:51:50 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 025a696bb0 | Fix unrelated test failure. | 2019-11-28 20:01:36 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 7d1b0c6023 | Fix Yul IR push | 2019-11-28 18:11:38 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 372df6b9e1 | Implement array push and pop for yul and replace assignments in via yul tests. | 2019-11-20 12:04:42 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | df729b3084 | Make use of C++17 std::optional<> instead of boost::optional<>. | 2019-10-28 11:39:30 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 9955c51769 | Merge pull request #7077 from ethereum/sol-yul-delete-fixed-storage [Sol->Yul] Implement delete for fixed-sized storage arrays | 2019-08-08 16:47:16 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | e072885031 | [Sol->Yul] Implement delete for fixed-sized storage arrays | 2019-08-07 18:28:52 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | d9addbcf49 | Fix error in g++7 with -O2 flag | 2019-07-29 16:17:41 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 15eb8fec50 | Merge pull request #7015 from ethereum/sol-yul-arrays [Sol->Yul] Implement uint256[] memory arrays | 2019-07-09 17:34:46 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 0f24fcea17 | [Sol->Yul] Implement uint256[] memory arrays | 2019-07-09 15:36:02 +02:00 |  |