| 
							
							
								 nishant-sachdeva | e2711b7fab | Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews Code generators needed fixing of the cleanup process during typecasting of bytes and integers | 2022-02-01 16:07:55 +05:30 |  | 
			
				
					| 
							
							
								 nishant-sachdeva | dec511aad8 | Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews Code generators needed fixing of the cleanup process during typecasting of bytes and integers | 2022-01-28 19:56:15 +05:30 |  | 
			
				
					| 
							
							
								 Mathias Baumann | c47d02066c | Fix yul codegen bug when using binary negatition. | 2021-06-29 17:41:03 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 8accf420ea | [yul] Functions: Remove dependency on AST ID. | 2021-06-23 16:15:25 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 838f59fa5b | Adding origin location notation to yul ir. | 2021-06-21 18:48:20 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | d721bbe504 | Respect memory model in forwarding revert inside catch. | 2021-05-03 12:19:46 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | d5669696d5 | Code generation for errors. | 2021-03-30 21:15:46 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 4697beeab2 | Merge pull request #10769 from ethereum/allocationCleanup Cleanup allocation. | 2021-01-26 11:58:11 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 526ceec152 | Implement IR shortcut for <address>.code.length | 2021-01-26 11:07:04 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3cc07694ed | Cleanup allocation. | 2021-01-20 18:25:27 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | b965446182 | Catch panic. | 2020-12-22 11:08:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ccaa81fbe7 | Implement function modifiers. | 2020-12-17 17:00:51 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 9a5902f9d7 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-12-02 12:28:02 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | f8e6f4a4eb | Use annotation.calledDirectly to simplify IR codegen | 2020-11-30 18:54:42 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a7db4fa4a5 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-18 20:05:02 +01:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | dfa0a0cdff | IR codegen: Handle address() with library type argument and external library calls | 2020-11-17 20:36:39 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 527c073bb9 | Checked arithmetic by default. | 2020-10-19 16:58:37 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 930646ba2b | Report locations of unimplemented features. | 2020-09-15 14:41:46 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | b1ccf73511 | Store current source location in Yul IR generation. | 2020-09-15 14:41:46 +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 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 1a2e441bc5 | Generate internal dispatch only for functions that might actually get called via pointers - This also adds support for internal library calls as a side-effect since they'll now be pulled into the internal dispatch automatically. | 2020-05-26 17:01:50 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | c0bf529236 | Support bare calls. | 2020-05-11 15:11:46 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 327c75bc1b | IR generation for shifts | 2020-05-06 19:14:23 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 234ffcf278 | Merge pull request #8718 from ethereum/irConstants IR generation for constants. | 2020-05-06 16:05:17 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 02c20698c9 | IR generation for constants. | 2020-05-05 17:07:55 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 7ad319687d | Sol->Yul: Add cleanup to operations. | 2020-05-05 13:06:01 +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 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 hrkrshnn | 4760b8589d | Replaced all instances of lValueRequested to willBeWrittenTo | 2020-04-20 12:33:30 +05:30 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 chriseth | 6a896f766a | Function call options for YulIR. | 2020-03-10 22:38:11 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | c92fe69a60 | Finishes external call implementation. | 2020-02-14 11:59:04 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 3800391a1a | [Yul] Support conditionals | 2020-02-13 17:02:15 -04:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 3c9f18b749 | Use IRVariable's in IR code generation and implement tuples. | 2020-02-12 12:36:14 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 6ded158739 | Change expression parts to use strings instead of numbers. | 2020-01-27 08:55:11 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 6b23412fae | C++ namespace cleanup (except tests). | 2020-01-07 15:51:50 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 4782c800ec | Initial introduction of array slices with partial implementation for dynamic calldata arrays. | 2019-09-13 10:57:53 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 235638b3fc | Implements constructor code for state variables. | 2019-08-05 11:23:01 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | fb40063253 | Compound assignment. | 2019-05-23 21:32:30 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 7dbcb80523 | [Sol -> Yul] Implement Int/Bool Unary: ++, --, ~, ! | 2019-05-20 11:43:12 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e047c8d4d9 | Code generator for external function calls. | 2019-05-09 18:55:12 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | b83f6d8d46 | [Sol -> Yul] Implement if statements | 2019-05-09 14:52:20 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 0abe00d393 | [Sol -> Yul] Fix ForLoops and implement WhileLoops | 2019-05-09 09:46:19 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 595544645e | Mappings. | 2019-05-08 15:54:52 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | acca390ef5 | Most trivial members. | 2019-05-07 17:19:45 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | f68c09272b | Simple tuple expressions. | 2019-05-07 15:59:56 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | c604481cef | Logical operators. | 2019-05-07 15:59:35 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 4069b19734 | Unary operation for literals. | 2019-05-07 12:35:04 +02:00 |  |