bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							1fcae03369 
							
						 
					 
					
						
						
							
							Rustfmt  
						
						
						
						
					 
					
						2025-02-08 22:12:13 +00:00 
						 
				 
			
				
					
						
							
							
								Trevor Gross 
							
						 
					 
					
						
						
						
						
							
						
						
							a44a20ee4a 
							
						 
					 
					
						
						
							
							Windows x86: Change i128 to return via the vector ABI  
						
						... 
						
						
						
						Clang and GCC both return `i128` in xmm0 on windows-msvc and
windows-gnu. Currently, Rust returns the type on the stack. Add a
calling convention adjustment so we also return scalar `i128`s using the
vector ABI, which makes our `i128` compatible with C.
In the future, Clang may change to return `i128` on the stack for its
`-msvc` targets (more at [1]). If this happens, the change here will
need to be adjusted to only affect MinGW.
Link: https://github.com/rust-lang/rust/issues/134288  
						
						
					 
					
						2025-01-27 12:12:59 +00:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							484bc7fc88 
							
						 
					 
					
						
						
							
							Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-2023-10-24  
						
						
						
						
					 
					
						2023-10-24 12:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							169055f2ff 
							
						 
					 
					
						
						
							
							Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09  
						
						
						
						
					 
					
						2023-10-09 08:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							a8697f9565 
							
						 
					 
					
						
						
							
							Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-2023-04-29  
						
						
						
						
					 
					
						2023-04-29 12:00:43 +00:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							fce629d2e9 
							
						 
					 
					
						
						
							
							Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-2023-03-15  
						
						
						
						
					 
					
						2023-03-15 14:41:48 +00:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							949699931e 
							
						 
					 
					
						
						
							
							Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14  
						
						
						
						
					 
					
						2022-12-14 19:30:46 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							7a3ed235eb 
							
						 
					 
					
						
						
							
							Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25  
						
						
						
						
					 
					
						2022-07-25 16:07:57 +02:00 
						 
				 
			
				
					
						
							
							
								Joshua Nelson 
							
						 
					 
					
						
						
						
						
							
						
						
							3c9765cff1 
							
						 
					 
					
						
						
							
							Rename debugging_opts to unstable_opts  
						
						... 
						
						
						
						This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`).
Rename it to be more clear. 
						
						
					 
					
						2022-07-13 17:47:06 -05:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							b70b01b112 
							
						 
					 
					
						
						
							
							Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22  
						
						
						
						
					 
					
						2022-04-22 21:11:38 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							279f486960 
							
						 
					 
					
						
						
							
							Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06  
						
						
						
						
					 
					
						2021-08-06 16:26:56 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							7a6ea77473 
							
						 
					 
					
						
						
							
							Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05  
						
						
						
						
					 
					
						2021-03-05 19:12:59 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							216c4ae463 
							
						 
					 
					
						
						
							
							Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020-11-01  
						
						
						
						
					 
					
						2020-11-03 11:00:04 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							ac4f7deb2f 
							
						 
					 
					
						
						
							
							Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff25d3dda92'  
						
						... 
						
						
						
						git-subtree-dir: compiler/rustc_codegen_cranelift
git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a
git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 
						
						
					 
					
						2020-10-26 09:53:27 +01:00