Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5befbff174 
							
						 
					 
					
						
						
							
							d/rules: Check for previous version of llvm-spirv as well  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 22:07:54 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							c01c35efe8 
							
						 
					 
					
						
						
							
							Merge branch 'libclc-15-spv' into '15'  
						
						... 
						
						
						
						Bring llvm-spirv changes from 13/14 branch, and restore building .bc without .spv when llvm-spirv is not found
See merge request pkg-llvm-team/llvm-toolchain!100  
						
					 
					
						2022-10-30 07:53:07 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0336f15cfe 
							
						 
					 
					
						
						
							
							d/rules: Build libclc .bc files even when .spv files can't be built  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:42:48 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e05666356 
							
						 
					 
					
						
						
							
							d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:29:08 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41a4a741ff 
							
						 
					 
					
						
						
							
							d/rules: Set LLVM_SPIRV with cmake for libclc  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:29:07 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c8a71515a 
							
						 
					 
					
						
						
							
							debian: Bump llvm-spirv to 15 to match the llvm version  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:29:07 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							277362b9a8 
							
						 
					 
					
						
						
							
							d/rules: Call bash to use 'command -v' to locate llvm-spirv executable  
						
						... 
						
						
						
						I needed this for sbuild to find the executable.
Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:29:06 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45ef20d146 
							
						 
					 
					
						
						
							
							d/rules: Rename LLVM_SPIR_VERSION to LLVM_SPIRV_VERSION  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:29:03 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df549cc1e1 
							
						 
					 
					
						
						
							
							d/changelog: Start 1:15.0.3-3 changelog  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-30 00:27:16 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							eca12ecd2d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/13' into 14  
						
						
						
					 
					
						2022-10-29 22:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							47f6ef82d6 
							
						 
					 
					
						
						
							
							remove the failed bionic sccache stuff  
						
						
						
					 
					
						2022-10-29 09:09:02 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							2ae5beca4f 
							
						 
					 
					
						
						
							
							remove the failed bionic sccache stuff  
						
						
						
					 
					
						2022-10-29 09:08:20 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							1bc018374e 
							
						 
					 
					
						
						
							
							Merge branch 'libclc-13-spv-no-empty-param' into '13'  
						
						... 
						
						
						
						Fix empty "" parameter for libclc cmake if llvm-spirv is not found
See merge request pkg-llvm-team/llvm-toolchain!99  
						
					 
					
						2022-10-29 06:53:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37a8a75e86 
							
						 
					 
					
						
						
							
							d/rules: Don't send an empty string to cmake when llvm-spirv is not found  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-28 10:23:03 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e6da0b356 
							
						 
					 
					
						
						
							
							d/changelog: Start 1:13.0.1-9 changelog  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-28 10:19:42 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							a997e8f40b 
							
						 
					 
					
						
						
							
							* disable sccache on bionic  
						
						... 
						
						
						
						* d/rules: Call bash to use 'command -v' to location llvm-spirv executable
* d/rules: Set LLVM_SPIRV with cmake for libclc
* d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV
* d/rules: Check for llvm-spirv with version suffix 
						
					 
					
						2022-10-27 13:20:14 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							e10ac5c55f 
							
						 
					 
					
						
						
							
							Disable the cmake search for all binaries (cmake_import_check_files_for.*/bin/). Dunno why it regressed but we wasted too much time on this.  
						
						
						
					 
					
						2022-10-27 12:47:30 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							53ad179624 
							
						 
					 
					
						
						
							
							prepare upload  
						
						
						
					 
					
						2022-10-27 11:50:50 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							e0510d0e62 
							
						 
					 
					
						
						
							
							Merge branch 'libclc-13-spv' into '13'  
						
						... 
						
						
						
						Make spir-v output more likely for libclc on llvm-13
See merge request pkg-llvm-team/llvm-toolchain!98  
						
					 
					
						2022-10-27 07:21:11 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3165e69a2 
							
						 
					 
					
						
						
							
							d/rules: Check for llvm-spirv with version suffix  
						
						... 
						
						
						
						Since llvm-spirv-13, the '-13' suffix has been added to the
executable.
Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 13:34:13 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91091e3de5 
							
						 
					 
					
						
						
							
							d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 13:33:41 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							966bddda9d 
							
						 
					 
					
						
						
							
							d/rules: Set LLVM_SPIRV with cmake for libclc  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 13:33:41 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0951f69405 
							
						 
					 
					
						
						
							
							d/rules: Call bash to use 'command -v' to location llvm-spirv executable  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 13:33:40 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34a7ac73ed 
							
						 
					 
					
						
						
							
							fix the version check  
						
						
						
					 
					
						2022-10-26 13:33:40 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							265a70d7d0 
							
						 
					 
					
						
						
							
							Disable the build of libclc on old Ubuntu (Groovy & focal) as llvm-spir is too old on these version. See bug  #52200  
						
						
						
					 
					
						2022-10-26 13:29:43 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29308f4310 
							
						 
					 
					
						
						
							
							d/changelog: Start 1:13.0.1-8 changelog  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 12:49:25 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d03015ee7c 
							
						 
					 
					
						
						
							
							d/rules: Check for llvm-spirv with version suffix  
						
						... 
						
						
						
						Since llvm-spirv-13, the '-13' suffix has been added to the
executable.
Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 10:25:13 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d214584519 
							
						 
					 
					
						
						
							
							d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 10:25:13 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a57d00a036 
							
						 
					 
					
						
						
							
							d/rules: Set LLVM_SPIRV with cmake for libclc  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 10:25:12 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3606129645 
							
						 
					 
					
						
						
							
							d/rules: Call bash to use 'command -v' to location llvm-spirv executable  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 10:25:10 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0209958cde 
							
						 
					 
					
						
						
							
							d/changelog: Start 1:14.0.6-7 changelog  
						
						... 
						
						
						
						Signed-off-by: Jordan Justen <jljusten@debian.org> 
						
					 
					
						2022-10-26 10:24:29 -07:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							6dcaabaaa0 
							
						 
					 
					
						
						
							
							disable sccache on bionic  
						
						
						
					 
					
						2022-10-26 09:24:47 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							62db712de0 
							
						 
					 
					
						
						
							
							disable sccache on bionic  
						
						
						
					 
					
						2022-10-26 09:23:31 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							86b2f11f95 
							
						 
					 
					
						
						
							
							disable lto again for failing  
						
						
						
					 
					
						2022-10-26 08:30:23 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							3bb6cd0438 
							
						 
					 
					
						
						
							
							add a test for wasm  
						
						
						
					 
					
						2022-10-23 16:09:15 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							89e328e76b 
							
						 
					 
					
						
						
							
							Unbreak the cmake detection ( Closes :  #1021857 ,  #1022414 )  
						
						
						
					 
					
						2022-10-23 16:08:11 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							323d016610 
							
						 
					 
					
						
						
							
							fix changelog  
						
						
						
					 
					
						2022-10-23 10:36:42 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							048c3a35fd 
							
						 
					 
					
						
						
							
							document the perfs  
						
						
						
					 
					
						2022-10-23 10:36:42 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							a130b25c41 
							
						 
					 
					
						
						
							
							Cherry-pick upstream fix to unbreak mips ( closes :  #1022169 ) Thanks to YunQiang Su for the patch  https://reviews.llvm.org/D135553  
						
						
						
					 
					
						2022-10-23 10:36:42 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							23a67d001d 
							
						 
					 
					
						
						
							
							Bring back LTO  
						
						
						
					 
					
						2022-10-23 10:36:41 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							1103ab6e4c 
							
						 
					 
					
						
						
							
							bring back lto  
						
						
						
					 
					
						2022-10-23 10:36:41 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							300cdbe1eb 
							
						 
					 
					
						
						
							
							move the lto task into a different task  
						
						
						
					 
					
						2022-10-23 10:36:41 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							0eb7a465fb 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/14' into 15  
						
						
						
					 
					
						2022-10-22 12:37:44 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							495fbfd835 
							
						 
					 
					
						
						
							
							Fix autopkgtest (remove move stuff from the cmake search)  
						
						
						
					 
					
						2022-10-22 09:57:04 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							5ecc9b2ee2 
							
						 
					 
					
						
						
							
							also ignore sancov  
						
						
						
					 
					
						2022-10-21 23:52:27 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							47420905cd 
							
						 
					 
					
						
						
							
							test: remove a non existing option in opt. See df0b893d94e69856754a4247a44fd97d4a69b001  
						
						
						
					 
					
						2022-10-21 21:36:16 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							8faa78309e 
							
						 
					 
					
						
						
							
							fix the repack  
						
						
						
					 
					
						2022-10-21 21:36:16 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							8d6df34089 
							
						 
					 
					
						
						
							
							fix the cmake check  
						
						
						
					 
					
						2022-10-21 21:36:01 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							5429013a45 
							
						 
					 
					
						
						
							
							do not import tblgen-lsp-server either  
						
						
						
					 
					
						2022-10-21 21:18:41 +02:00 
						 
				 
			
				
					
						
							
							
								Sylvestre Ledru 
							
						 
					 
					
						
						
						
						
							
						
						
							a5c11bf30c 
							
						 
					 
					
						
						
							
							sccache: run the stats at the end  
						
						
						
					 
					
						2022-10-19 17:45:00 +02:00