[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
https://github.com/jmorse approved this pull request. LGTM with a minor test question to confirm my understanding. https://github.com/llvm/llvm-project/pull/150938 ___ llvm-branch-commits mailing list [email protected] https://lists.ll

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
https://github.com/jmorse edited https://github.com/llvm/llvm-project/pull/150938 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
@@ -222,3 +222,8 @@ void foo() { // CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "A", // CHECK-SAME: DIFlagFwdDecl + +// There is a full definition of the type available in the module. +// CHECKCOFF: !DICompositeType(tag: DW_TAG_structure_type, name: "Virt

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151137 Backport 315e2e2 Requested by: @AaronBallman >From c487f6343852f141e5bf46ea4c7d7a39015dccfc Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 29 Jul 2025 08:20:59 -0400 Subject: [PATCH] [C23] Handle type

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151137 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @Sirraide What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151137 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 315e2e2 Requested by: @AaronBallman --- Full diff: https://github.com/llvm/llvm-project/pull/151137.diff 2 Files Affected: - (modified) clang/lib/AST/ASTStructuralEquivalence.cpp (+23-1) - (modified) cl

[llvm-branch-commits] [clang] release/21.x: [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782) (PR #151075)

2025-07-29 Thread Corentin Jabot via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. https://github.com/llvm/llvm-project/pull/151075 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread David Spickett via llvm-branch-commits
DavidSpickett wrote: My pitch for backporting this is that it was intended to make this branch but missed it by a couple of weeks. It displays a new feature bit in a Linux control register, if the hardware has FEAT_MTE_STORE_ONLY. So the impact of a bug here is very low, and only visible on t

[llvm-branch-commits] [clang] f7ac2b8 - Revert "[mlir][core] Move `InitAll***` implementation into static library. (#…"

2025-07-29 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2025-07-29T12:26:11+02:00 New Revision: f7ac2b89efa61b44c42dad62ae71a43733d895f4 URL: https://github.com/llvm/llvm-project/commit/f7ac2b89efa61b44c42dad62ae71a43733d895f4 DIFF: https://github.com/llvm/llvm-project/commit/f7ac2b89efa61b44c42dad62ae71a43733d895f4.diff L

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread Konstantin Varlamov via llvm-branch-commits
var-const wrote: Reason for cherry-picking: this patch is a follow-up to https://github.com/llvm/llvm-project/pull/150481 and the same rationale applies: we want to gain real-world experience with this under the experimental flag to allow us to roll this out in the next release. https://githu

[llvm-branch-commits] [compiler-rt] release/21.x: [PAC][compiler-rt] Fix init/fini array signing schema (#150691) (PR #151096)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151096 Backport 19ba224fb8a925d095d84836bc9896bf564dfd99 Requested by: @kovdan01 >From c86dd3da51444d4f1b4110c0276c7edbe96b77ad Mon Sep 17 00:00:00 2001 From: Daniil Kovalev Date: Tue, 29 Jul 2025 07:29:04 +0300 Subj

[llvm-branch-commits] [compiler-rt] release/21.x: [PAC][compiler-rt] Fix init/fini array signing schema (#150691) (PR #151096)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/21.x: [PAC][compiler-rt] Fix init/fini array signing schema (#150691) (PR #151096)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @atrosinenko What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/l

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread Konstantin Varlamov via llvm-branch-commits
https://github.com/var-const approved this pull request. https://github.com/llvm/llvm-project/pull/151095 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151095 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @var-const What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151095 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151095 Backport 3eee9fc2c4d1973904b1a26fa96a8c7473ef6a5e Requested by: @var-const >From 99dcfce5806ed04be8f9e844768ba8727e8044fb Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Tue, 29 Jul 2025 00:19:15 -070

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport 3eee9fc2c4d1973904b1a26fa96a8c7473ef6a5e Requested by: @var-const --- Patch is 31.22 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151095.diff 15 F

[llvm-branch-commits] [llvm] release/21.x: [CodeGenPrepare] Make sure that `AddOffset` is also a loop invariant (#150625) (PR #150646)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150646 >From 8c7cf7c06d5d3f872664a8a1af7775935e0671a3 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sat, 26 Jul 2025 00:23:56 +0800 Subject: [PATCH] [CodeGenPrepare] Make sure that `AddOffset` is also a loop invariant

[llvm-branch-commits] [llvm] 8c7cf7c - [CodeGenPrepare] Make sure that `AddOffset` is also a loop invariant (#150625)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2025-07-29T09:37:27+02:00 New Revision: 8c7cf7c06d5d3f872664a8a1af7775935e0671a3 URL: https://github.com/llvm/llvm-project/commit/8c7cf7c06d5d3f872664a8a1af7775935e0671a3 DIFF: https://github.com/llvm/llvm-project/commit/8c7cf7c06d5d3f872664a8a1af7775935e0671a3.diff

[llvm-branch-commits] [llvm] release/21.x: [CodeGenPrepare] Make sure that `AddOffset` is also a loop invariant (#150625) (PR #150646)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150646 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [CodeGenPrepare] Make sure that `AddOffset` is also a loop invariant (#150625) (PR #150646)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @dtcxzyw (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] release/21.x: [flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244) (PR #150764)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150764 >From 949c6cc95a9b80fbfc6b3918f66b0470b592a5e4 Mon Sep 17 00:00:00 2001 From: David Truby Date: Sat, 26 Jul 2025 14:42:42 +0100 Subject: [PATCH] [flang-rt] Remove hard-coded dependency on compiler-rt path on Windows

[llvm-branch-commits] [llvm] release/21.x: [flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244) (PR #150764)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150764 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244) (PR #150764)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @DavidTruby (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] bde97f2 - [Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: yingopq Date: 2025-07-29T09:44:28+02:00 New Revision: bde97f2cefba49a9753c23517918c07e743a9a9b URL: https://github.com/llvm/llvm-project/commit/bde97f2cefba49a9753c23517918c07e743a9a9b DIFF: https://github.com/llvm/llvm-project/commit/bde97f2cefba49a9753c23517918c07e743a9a9b.diff LOG:

[llvm-branch-commits] [llvm] release/21.x: [Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457) (PR #150866)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150866 >From bde97f2cefba49a9753c23517918c07e743a9a9b Mon Sep 17 00:00:00 2001 From: yingopq <[email protected]> Date: Mon, 28 Jul 2025 09:07:51 +0800 Subject: [PATCH] [Mips] Fix wrong ELF FP ABI inf

[llvm-branch-commits] [llvm] release/21.x: [Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457) (PR #150866)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150866 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457) (PR #150866)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @brad0 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [clang] [llvm] release/21.x [ObjCARC] Delete empty autoreleasepools with no autoreleases in them and remove ObjCARCAPElimPass (PR #150771)

2025-07-29 Thread Nikita Popov via llvm-branch-commits
nikic wrote: Yes, I feel strongly that this should not be backported. This patch is both unimportant and risky. https://github.com/llvm/llvm-project/pull/150771 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm

[llvm-branch-commits] [lld] release/21.x: [lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE conversion (#123730) (PR #150895)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150895 >From 16d81f85e90dbbbed6a2d024c426f7c16b0c8d48 Mon Sep 17 00:00:00 2001 From: Zhaoxin Yang Date: Wed, 23 Jul 2025 17:12:13 +0800 Subject: [PATCH] [lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE con

[llvm-branch-commits] [lld] 16d81f8 - [lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE conversion (#123730)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Zhaoxin Yang Date: 2025-07-29T09:51:50+02:00 New Revision: 16d81f85e90dbbbed6a2d024c426f7c16b0c8d48 URL: https://github.com/llvm/llvm-project/commit/16d81f85e90dbbbed6a2d024c426f7c16b0c8d48 DIFF: https://github.com/llvm/llvm-project/commit/16d81f85e90dbbbed6a2d024c426f7c16b0c8d48.diff

[llvm-branch-commits] [lld] release/21.x: [lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE conversion (#123730) (PR #150895)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150895 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] release/21.x: [lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE conversion (#123730) (PR #150895)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @brad0 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [clang] d4955d9 - [Driver] Default to -mv8plus on 32-bit Solaris/SPARC (#150176)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2025-07-29T09:53:42+02:00 New Revision: d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3 URL: https://github.com/llvm/llvm-project/commit/d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3 DIFF: https://github.com/llvm/llvm-project/commit/d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3.diff L

[llvm-branch-commits] [clang] release/21.x: [Driver] Default to -mv8plus on 32-bit Solaris/SPARC (#150176) (PR #150898)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150898 >From d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 23 Jul 2025 17:03:34 +0200 Subject: [PATCH] [Driver] Default to -mv8plus on 32-bit Solaris/SPARC (#150176) While

[llvm-branch-commits] [llvm] c52ff1a - Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Nikita Popov Date: 2025-07-29T09:54:17+02:00 New Revision: c52ff1a82579c0730151aca412449ea75ae12d03 URL: https://github.com/llvm/llvm-project/commit/c52ff1a82579c0730151aca412449ea75ae12d03 DIFF: https://github.com/llvm/llvm-project/commit/c52ff1a82579c0730151aca412449ea75ae12d03.diff

[llvm-branch-commits] [clang] release/21.x: [Driver] Default to -mv8plus on 32-bit Solaris/SPARC (#150176) (PR #150898)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @brad0 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/21.x: Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773) (PR #150902)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150902 >From c52ff1a82579c0730151aca412449ea75ae12d03 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 28 Jul 2025 10:36:40 +0200 Subject: [PATCH] Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773)

[llvm-branch-commits] [llvm] release/21.x: Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773) (PR #150902)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150902 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [Driver] Default to -mv8plus on 32-bit Solaris/SPARC (#150176) (PR #150898)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150898 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] release/21.x: [lldb] [Windows] Silence format string warnings (#150886) (PR #150919)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150919 >From 67cec1afdbc2fde0765fd27b5d039fa5823e5a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 28 Jul 2025 12:10:46 +0200 Subject: [PATCH] [lldb] [Windows] Silence format string warnings (

[llvm-branch-commits] [lldb] release/21.x: [lldb] [Windows] Silence format string warnings (#150886) (PR #150919)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150919 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773) (PR #150902)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [lldb] 67cec1a - [lldb] [Windows] Silence format string warnings (#150886)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Martin Storsjö Date: 2025-07-29T09:54:48+02:00 New Revision: 67cec1afdbc2fde0765fd27b5d039fa5823e5a69 URL: https://github.com/llvm/llvm-project/commit/67cec1afdbc2fde0765fd27b5d039fa5823e5a69 DIFF: https://github.com/llvm/llvm-project/commit/67cec1afdbc2fde0765fd27b5d039fa5823e5a69.diff

[llvm-branch-commits] [lldb] release/21.x: [lldb] [Windows] Silence format string warnings (#150886) (PR #150919)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @mstorsjo (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [clang] release/21.x: opencl: Ensure printf symbol is not mangled. (#150210) (PR #150960)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150960 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: opencl: Ensure printf symbol is not mangled. (#150210) (PR #150960)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150960 >From 431af6d04c9da4cab060f429bade6ed341d080e5 Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <[email protected]> Date: Mon, 28 Jul 2025 16:24:54 +0200 Subject: [PATCH] opencl: Ensure printf symb

[llvm-branch-commits] [clang] release/21.x: opencl: Ensure printf symbol is not mangled. (#150210) (PR #150960)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @svenvh (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. ht

[llvm-branch-commits] [clang] 431af6d - opencl: Ensure printf symbol is not mangled. (#150210)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Felix Weiglhofer Date: 2025-07-29T09:55:29+02:00 New Revision: 431af6d04c9da4cab060f429bade6ed341d080e5 URL: https://github.com/llvm/llvm-project/commit/431af6d04c9da4cab060f429bade6ed341d080e5 DIFF: https://github.com/llvm/llvm-project/commit/431af6d04c9da4cab060f429bade6ed341d080e5.di

[llvm-branch-commits] [llvm] release/21.x: [CodeGen] More consistently expand float ops by default (#150597) (PR #150970)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150970 >From 81a3436485f262a2d8ed14b8bbf22dcfb9c6f110 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 28 Jul 2025 09:46:00 +0200 Subject: [PATCH] [CodeGen] More consistently expand float ops by default (#150597) Th

[llvm-branch-commits] [llvm] release/21.x: [CodeGen] More consistently expand float ops by default (#150597) (PR #150970)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150970 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 81a3436 - [CodeGen] More consistently expand float ops by default (#150597)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Nikita Popov Date: 2025-07-29T09:57:11+02:00 New Revision: 81a3436485f262a2d8ed14b8bbf22dcfb9c6f110 URL: https://github.com/llvm/llvm-project/commit/81a3436485f262a2d8ed14b8bbf22dcfb9c6f110 DIFF: https://github.com/llvm/llvm-project/commit/81a3436485f262a2d8ed14b8bbf22dcfb9c6f110.diff

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Allow symbols with empty chunks to have no associated output section in the PDB writer (#149523) (PR #150969)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150969 >From 9c307cd44f2e33631364be8cec29798dfdec96e5 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 28 Jul 2025 08:01:26 -0700 Subject: [PATCH] [LLD][COFF] Allow symbols with empty chunks to have no associated outp

[llvm-branch-commits] [clang] dc90bf0 - [clang] Fix const eval of constexpr-unknown relational comparisons. (#150088)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Eli Friedman Date: 2025-07-29T09:57:43+02:00 New Revision: dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a URL: https://github.com/llvm/llvm-project/commit/dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a DIFF: https://github.com/llvm/llvm-project/commit/dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a.diff

[llvm-branch-commits] [clang] release/21.x: [clang] Fix const eval of constexpr-unknown relational comparisons. (#150088) (PR #150981)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150981 >From dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 24 Jul 2025 13:36:54 -0700 Subject: [PATCH] [clang] Fix const eval of constexpr-unknown relational comparisons. (

[llvm-branch-commits] [llvm] release/21.x: [CodeGen] More consistently expand float ops by default (#150597) (PR #150970)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [clang] release/21.x: [clang] Fix const eval of constexpr-unknown relational comparisons. (#150088) (PR #150981)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @efriedma-quic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this P

[llvm-branch-commits] [clang] release/21.x: [clang] Fix const eval of constexpr-unknown relational comparisons. (#150088) (PR #150981)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150981 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] bbc8346 - [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Jacek Caban Date: 2025-07-29T09:58:55+02:00 New Revision: bbc8346e6bb543b0a87f52114fed7d766446bee1 URL: https://github.com/llvm/llvm-project/commit/bbc8346e6bb543b0a87f52114fed7d766446bee1 DIFF: https://github.com/llvm/llvm-project/commit/bbc8346e6bb543b0a87f52114fed7d766446bee1.diff L

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496) (PR #151027)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/151027 >From f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 28 Jul 2025 08:02:49 -0700 Subject: [PATCH 1/2] [LLD][COFF] Move resolving alternate names to SymbolTable (NFC) (#

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496) (PR #151027)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/151027 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] f1bca17 - [LLD][COFF] Move resolving alternate names to SymbolTable (NFC) (#149495)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Jacek Caban Date: 2025-07-29T09:58:55+02:00 New Revision: f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3 URL: https://github.com/llvm/llvm-project/commit/f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3 DIFF: https://github.com/llvm/llvm-project/commit/f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3.diff L

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496) (PR #151027)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @cjacek (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. ht

[llvm-branch-commits] [llvm] 317403d - [LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: cmtice Date: 2025-07-29T10:00:12+02:00 New Revision: 317403d705acc9f72a81e853f649087cce3842d1 URL: https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1 DIFF: https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1.diff LOG: [

[llvm-branch-commits] [lldb] [llvm] release/21.x: [LLDB] Switch to using DIL as default implementation for 'frame var' (#149117) (PR #150600)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Merged as https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1 https://github.com/llvm/llvm-project/pull/150600 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/c

[llvm-branch-commits] [lldb] [llvm] release/21.x: [LLDB] Switch to using DIL as default implementation for 'frame var' (#149117) (PR #150600)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150600 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: This now seems to pass tests just fine, on both linux and mingw targets. Can @jmorse ack the fix (and the test modifications), or is it enough with the comment in https://github.com/llvm/llvm-project/pull/130255#issuecomment-3109481798 saying this is what we should do? https:

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/15 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/15 Backport d26ca8b87266024546501051ccaf75cb3756aee3 0209e76fe6440bc45a9ed61b9671d9593db10957 Requested by: @DavidSpickett >From ce64aae7a3db7e8cdb1156fc4a6f90a4c1d88699 Mon Sep 17 00:00:00 2001 From: David Spick

[llvm-branch-commits] [llvm] [AMDGPU][GISel] Use buildObjectPtrOffset instead of buildPtrAdd (PR #150899)

2025-07-29 Thread Fabian Ritter via llvm-branch-commits
ritter-x2a wrote: ### Merge activity * **Jul 29, 9:12 AM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/150899). https://github.com/llvm/llvm-project/pull/150899 _

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @omjavaid @omjavaid What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/15 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/m

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: None (llvmbot) Changes Backport d26ca8b87266024546501051ccaf75cb3756aee3 0209e76fe6440bc45a9ed61b9671d9593db10957 Requested by: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/15.diff 13 Files Affected: - (m

[llvm-branch-commits] [llvm] [AMDGPU] Improve StructurizeCFG pass performance by using SSAUpdaterBulk. (PR #150937)

2025-07-29 Thread Valery Pykhtin via llvm-branch-commits
vpykhtin wrote: > Can you request an internal psdb full cycle to test this PR? StructurizeCFG > seems very sensitive to changes and has caused a lot of downstream failures. I did that before and it passed, but I'll double check, thanks! https://github.com/llvm/llvm-project/pull/150937

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Tomohiro Kashiwada via llvm-branch-commits
@@ -222,3 +222,8 @@ void foo() { // CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "A", // CHECK-SAME: DIFlagFwdDecl + +// There is a full definition of the type available in the module. +// CHECKCOFF: !DICompositeType(tag: DW_TAG_structure_type, name: "Virt

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) Changes The structural equivalence checker was not paying attention to whether enumerations had compatible fixed underlying types or not. Fixes #150594 --- Full diff: https://github.com/llvm/llvm-project/pull

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: None (llvmbot) Changes Backport fcdcc4ea7ac960c79246b3bd428f14ea350e63e2 Requested by: @mgorny --- Full diff: https://github.com/llvm/llvm-project/pull/151201.diff 1 Files Affected: - (modified) compiler-rt/lib/scudo/st

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151201 Backport fcdcc4ea7ac960c79246b3bd428f14ea350e63e2 Requested by: @mgorny >From 402baf292c61c3a8f2916ac6abc4b3b93597c640 Mon Sep 17 00:00:00 2001 From: Fabio D'Urso Date: Tue, 22 Jul 2025 03:31:35 +0200 Subject:

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151201 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @cferris1000 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151201 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/l

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf implementation to header-only in src/__support/math folder. (PR #150854)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150854 >From 3930b0f9886d2ec449e6f2126120f5ba3e7e48f7 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 00:37:42 +0300 Subject: [PATCH] [libc][math] Refactor atanf implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From fa5283fdad6b26748a27ab6aa39b7e6c2a3d179d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From a2300a69d17e0299bda72813c95b3eb5c8d7d883 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. (PR #150868)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150868 >From a4910961081ff7a6cc9aa0ea43aca57db23942c3 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 05:26:38 +0300 Subject: [PATCH] [libc][math] Refactor atanf16 implementation to header-only in

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2 implementation to header-only in src/__support/math folder. (PR #150968)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150968 >From d411e7849f1cf9d0b1f31def4bdd2b126363bd6a Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 18:07:19 +0300 Subject: [PATCH] [libc][math] Refactor atan2 implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From a2300a69d17e0299bda72813c95b3eb5c8d7d883 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. (PR #150868)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150868 >From a4910961081ff7a6cc9aa0ea43aca57db23942c3 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 05:26:38 +0300 Subject: [PATCH] [libc][math] Refactor atanf16 implementation to header-only in

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From fa5283fdad6b26748a27ab6aa39b7e6c2a3d179d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2 implementation to header-only in src/__support/math folder. (PR #150968)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150968 >From d411e7849f1cf9d0b1f31def4bdd2b126363bd6a Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 18:07:19 +0300 Subject: [PATCH] [libc][math] Refactor atan2 implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf implementation to header-only in src/__support/math folder. (PR #150854)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150854 >From 3930b0f9886d2ec449e6f2126120f5ba3e7e48f7 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 00:37:42 +0300 Subject: [PATCH] [libc][math] Refactor atanf implementation to header-only in sr

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/151199 The structural equivalence checker was not paying attention to whether enumerations had compatible fixed underlying types or not. Fixes #150594 >From 47f3ab2fc30f8587226e3d89e2646fd4e029cdf6 Mon Sep 17 00

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman milestoned https://github.com/llvm/llvm-project/pull/151199 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Fabian Ritter via llvm-branch-commits
@@ -1200,16 +1200,61 @@ AAAMDWavesPerEU &AAAMDWavesPerEU::createForPosition(const IRPosition &IRP, llvm_unreachable("AAAMDWavesPerEU is only valid for function position"); } -static bool inlineAsmUsesAGPRs(const InlineAsm *IA) { - for (const auto &CI : IA->ParseConstraints

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport e8b7183d866f9d51511d5570f5f1f632046ef983 Requested by: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/151129.diff 2 Files Affected: - (modified) .github/workflows/relea

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151129 Backport e8b7183d866f9d51511d5570f5f1f632046ef983 Requested by: @DavidSpickett >From 4d490b23f8fe4b20833de479456a1b0032d0b28d Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 29 Jul 2025 12:35:15 +0100

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151129 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @tru What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151129 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/

[llvm-branch-commits] [compiler-rt] release/21.x: [PAC][compiler-rt] Fix init/fini array signing schema (#150691) (PR #151096)

2025-07-29 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko approved this pull request. https://github.com/llvm/llvm-project/pull/151096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [GISel] Combine compare of bitfield extracts or'd together. (PR #146055)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146055 >From 07869b22ba80f09475faf73b18eb49bdd03bc9b5 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Fri, 27 Jun 2025 12:04:53 +0200 Subject: [PATCH] [GISel] Combine compare of bitfield extracts or'd together. Equiva

  1   2   >