| 
							
							
								 Alexander Arlt | 66edaf43f4 | [Sol - Yul] Add support for built-in logN(). | 2020-04-25 11:10:28 -05:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 2fa26f4e92 | [Sol - Yul] Add support for built-in selfdestruct(..). | 2020-04-24 17:03:41 -05:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | d3da878200 | Enable internal library calls | 2020-04-24 15:00:51 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 64bce597a1 | IRGenerator: Enable code generation for libraries | 2020-04-24 15:00:17 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 56a85d6cb3 | IRGeneratorForStatements: Handle internal calls to functions from specific base contracts as static calls rather than calls via pointers | 2020-04-24 15:00:16 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 397ea18b78 | IRVariable: Fix improperly wrapped docstring | 2020-04-24 15:00:16 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 2b39f3b988 | Merge pull request #8766 from ethereum/sol_yul_gasleft [Sol - Yul] Add support for built-in gasleft(). | 2020-04-24 14:24:01 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | aafa4583df | [Sol - Yul] Add support for built-in gasleft(). | 2020-04-23 17:14:03 -05:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | e65a5a562e | IRGenerationContext::internalDispatch(): Fix code generated when the function called via pointer does not return anything | 2020-04-23 21:16:41 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 16ed53ddd0 | Merge pull request #8591 from mijovic/sol2YulConstructorParams [Sol2Yul] Adding support for constructors with parameters (inheritance) | 2020-04-23 12:56:54 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | edef6a0edd | Merge pull request #8757 from ethereum/removeMove Remove unnecessary move. | 2020-04-23 12:28:33 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | a371910674 | Merge pull request #8642 from ethereum/interfaceid Add support for interfaceId. | 2020-04-23 12:24:49 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | b864fe1c43 | Remove unnecessary move. | 2020-04-23 12:13:26 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 5329da93fb | [Sol2Yul] Adding support for constructors with parameters in case of inheritance | 2020-04-22 14:47:08 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 4908101ad7 | Yul IR generation for member access to type types. | 2020-04-22 11:25:27 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 1d8e742296 | Merge pull request #8684 from ethereum/yulForSelector Yul codegen for `.selector`. | 2020-04-20 16:32:11 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 55483445e9 | Merge pull request #8663 from ethereum/ir-function-generation-queue [Sol->Yul] IR function generation queue (refactor) | 2020-04-20 15:17:53 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 4760b8589d | Replaced all instances of lValueRequested to willBeWrittenTo | 2020-04-20 12:33:30 +05:30 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | c7947c1af6 | Implement lazy function generation using function generation queue | 2020-04-17 13:28:07 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 1f28f79ae6 | IRGenerator::generate(): Remove duplicate call to setMostDerivedContract() - The same call happens in resetContext(_contract) called immediately before | 2020-04-17 13:28:07 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 3754a86ab2 | Add support for interfaceID. | 2020-04-16 12:17:40 -05:00 |  | 
			
				
					| 
							
							
								 chriseth | f271dfa2e2 | Yul codegen for .selector. | 2020-04-16 13:42:58 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 06adbc2c59 | Implement bit operations. | 2020-04-16 00:33:45 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 0c5c93f3c2 | Fix tuple assignments for empty tuples in Yul IR. | 2020-04-15 11:10:52 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | d00d3c45b1 | [Sol2Yul] Implements codegen part for try/catch statements. | 2020-04-14 18:42:37 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | aba0b2957c | Fix tuple assignments with multi-slot components. | 2020-04-07 18:39:25 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 823a119117 | Merge pull request #8570 from aarlt/clang-tidy-apply-modernize-use-emplace clang-tidy: Apply modernize-use-emplace. | 2020-04-07 17:28:50 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 398c515982 | Merge pull request #8618 from mijovic/nextConstructorRefactor Refactoring nextConstructor by moving it from CompilerContext to ContractDefinition | 2020-04-06 19:31:12 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 8cc16eb128 | Refactoring nextConstructor by moving it from CompilerContext to ContractDefinition | 2020-04-06 17:35:08 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 81652686be | Debug information for immutable references. | 2020-04-06 10:56:42 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 90bb1d8a7c | Apply modernize-use-emplace. | 2020-04-02 17:35:48 -05:00 |  | 
			
				
					| 
							
							
								 chriseth | d7a39c86ce | Accessors for immutable variables. | 2020-04-02 19:09:54 +02:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 39ff0deb05 | Zero initialize memory arrays | 2020-04-02 15:55:18 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 77ea896b68 | Properly handle assignments of immutables at declaration. | 2020-04-02 08:35:22 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | fe9f8d520c | Restrict size for dynamic memory array creation. | 2020-04-01 17:25:09 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 2853cba3e5 | Fix call to internalDispatch. | 2020-04-01 12:13:32 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 89d5ecdd24 | [Sol2Yul] Adding support for constructor with parameters | 2020-03-27 01:19:11 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 173f234860 | Refactor: Replace inheritance hierarchy by most derived contract. | 2020-03-26 18:27:39 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 04d8ad2ae1 | Legacy codegeneration for immutable state variables. | 2020-03-24 16:45:25 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 0fcb1427c9 | Fix Yul codegen when dynamic array is used as rhs of assignment | 2020-03-20 17:52:51 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 96d278b101 | [Sol->Yul] Adding slicing for call data arrays | 2020-03-13 13:40:38 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | fa148f2483 | Parsing of immutable state variable. | 2020-03-12 17:11:24 +01:00 |  | 
			
				
					| 
							
							
								 a3d4 | a86c511713 | Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts). | 2020-03-12 14:03:27 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 6a896f766a | Function call options for YulIR. | 2020-03-10 22:38:11 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | bb29a7e497 | Merge pull request #8460 from ethereum/yulutil-convert-array YulUtilFunctions: convertionFunction() to also handle array string/memory casts | 2020-03-10 14:00:34 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 5d7a370248 | YulUtilFunctions: convertionFunction() to also handle array string/memory casts. | 2020-03-10 11:21:12 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | b7c001eb7f | Merge pull request #8416 from ethereum/reuseYulCalldataTailAccess Fix yul calldata tail access functions and reuse them for old codegen. | 2020-03-09 15:10:48 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 105d89bea8 | Compilation fix. | 2020-03-09 11:42:34 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 988bd6780b | Merge pull request #8414 from ethereum/sol2yul-func-type-conversion [Sol2Yul] Implements function-to-function cast. | 2020-03-09 11:31:44 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | d33376cce6 | Merge pull request #8409 from ethereum/multiUseYulFunctionNoSharedPtr Use plain members and references instead of shared pointers for MultiUseYulFunctionCollector | 2020-03-09 11:18:40 +01:00 |  |