Commit Graph

  • e965932128 Accepting request 1164601 from devel:tools:compiler factory Ana Guerrero 2024-04-05 18:27:30 +0000
  • 5858c6c9d8 - Use old conflicts/provides for python3-clang on Leap. Aaron Puchert 2024-04-03 21:17:46 +0000
  • 5dad10d0bc Accepting request 1156031 from devel:tools:compiler Ana Guerrero 2024-03-08 17:08:30 +0000
  • 5cb7475a21 - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6. Aaron Puchert 2024-03-07 01:34:54 +0000
  • 4cca689cfc - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. - Require 8 GB memory for 64-bit architectures to prevent OOM. Aaron Puchert 2024-03-04 21:57:00 +0000
  • 54e2b2e872 - Disable test that fails on ppc64le. Aaron Puchert 2024-03-04 00:33:31 +0000
  • ca30ec3f09 Accepting request 1154120 from home:pgajdos:l Aaron Puchert 2024-03-01 21:56:06 +0000
  • a7efc575d1 Accepting request 1146032 from devel:tools:compiler Ana Guerrero 2024-02-12 17:52:39 +0000
  • afd15335d0 - Use %_target_* for determining the compiler host triple (boo#1218701) Aaron Puchert 2024-02-04 20:50:18 +0000
  • 953a93ecc9 Accepting request 1130466 from devel:tools:compiler Ana Guerrero 2023-12-03 19:48:29 +0000
  • fb27179f05 - Manage clang-cpp with update-alternatives like other binaries. Aaron Puchert 2023-12-01 21:36:48 +0000
  • 7267371896 Accepting request 1119116 from devel:tools:compiler Ana Guerrero 2023-11-10 11:28:41 +0000
  • 1ce3a6787f - Disable zstd support for now regardless of whether libzstd-devel is installed. (boo#1216121) Aaron Puchert 2023-10-20 00:42:33 +0000
  • 6c0bea0c0e Accepting request 1093401 from devel:tools:compiler Dominique Leuenberger 2023-06-17 20:20:11 +0000
  • 69ca4dfaf5 - Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch. Aaron Puchert 2023-06-16 01:10:14 +0000
  • 7c01aa291d Accepting request 1070944 from devel:tools:compiler Dominique Leuenberger 2023-03-13 11:39:55 +0000
  • 0b5e480781 - Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux as implicitly GNU. Without this we would get library calls for fused-multiply-add even if it's available in hardware. - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH to openmp executables. (boo#1206837) Aaron Puchert 2023-03-11 14:10:21 +0000
  • ace2a39c9e Accepting request 1070516 from home:dirkmueller:Factory Aaron Puchert 2023-03-10 20:27:29 +0000
  • 843eb90638 Accepting request 1059871 from devel:tools:compiler Dominique Leuenberger 2023-01-21 18:09:53 +0000
  • d0057caff2 - Undo unnecessary changes. Aaron Puchert 2023-01-19 22:47:39 +0000
  • cdc7a41102 - Add llvm-workaround-superfluous-branches.patch: hints LLVM to eliminate branches until gh#llvm/llvm-project#28804 is solved. Aaron Puchert 2023-01-19 20:24:57 +0000
  • 04d8fe57b7 - Use quotes to prevent a line break. Aaron Puchert 2023-01-14 17:06:31 +0000
  • fd7506d9e1 - Drop line breaks from flags. Aaron Puchert 2023-01-14 15:26:22 +0000
  • 8960de2413 - Update to version 15.0.7. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Build stage 2 with -fno-plt if we're using LTO: since building with -Wl,-z,now the PLT stubs are basically dead code, and eliminating the indirection should improve code locality and reduce BTB pressure for the quite frequent cross-DSO calls. With LTO we should not need linker relaxation. Aaron Puchert 2023-01-14 14:15:05 +0000
  • 97b956f05a Accepting request 1040098 from devel:tools:compiler Dominique Leuenberger 2022-12-07 16:33:18 +0000
  • f89973a798 - Update to version 15.0.6. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. Aaron Puchert 2022-12-04 21:49:01 +0000
  • 9a389837d7 Accepting request 1036301 from devel:tools:compiler Dominique Leuenberger 2022-11-18 14:42:47 +0000
  • 59979293cd - Update to version 15.0.5. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Remove obsolete lldb-swig-4.1.0-build-fix.patch. - Rebase llvm-do-not-install-static-libraries.patch. Aaron Puchert 2022-11-17 00:32:10 +0000
  • 85caa9a272 Accepting request 1035533 from devel:tools:compiler Dominique Leuenberger 2022-11-15 12:18:08 +0000
  • 2084b76b6f - Update to version 15.0.4. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. Aaron Puchert 2022-11-06 19:16:50 +0000
  • 2d8ebd3948 Accepting request 1031948 from devel:tools:compiler Dominique Leuenberger 2022-10-29 18:15:04 +0000
  • 3771228637 - Update to version 15.0.3. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix lowering of non-canonical vector comparison with zero on armv7, preventing a crash (boo#1204267, gh#llvm/llvm-project#58514). - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0. - Rebase llvm-do-not-install-static-libraries.patch. Aaron Puchert 2022-10-28 00:08:04 +0000
  • 9369e9872c Accepting request 1008060 from devel:tools:compiler Richard Brown 2022-10-11 16:01:42 +0000
  • 5f29e80d74 - Update to version 15.0.2. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. Aaron Puchert 2022-10-04 21:44:26 +0000
  • 1605db3ba7 Accepting request 1005588 from devel:tools:compiler Richard Brown 2022-10-04 18:37:23 +0000
  • 33e568f2f7 Accepting request 1005584 from home:aaronpuchert:llvm-next Aaron Puchert 2022-09-23 09:33:16 +0000
  • 9fce52f067 Accepting request 1002900 from home:Andreas_Schwab:riscv:llvm Richard Biener 2022-09-12 12:36:45 +0000
  • 43f9d469ce Accepting request 1002539 from home:aaronpuchert:llvm-next Richard Biener 2022-09-12 07:14:57 +0000