[llvm-branch-commits] [llvm] release/21.x: LoongArch: Improve detection of valid TripleABI (#147952) (PR #149961)

2025-07-22 Thread Lu Weining via llvm-branch-commits
https://github.com/SixWeining approved this pull request. https://github.com/llvm/llvm-project/pull/149961 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #149968)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/149968 Backport eafe31b Requested by: @lukel97 >From b8c5eaa7795eab6ece35f1147a9f5ab6119b2588 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 22 Jul 2025 15:21:42 +0800 Subject: [PATCH] [RISCV] Don't lose elements

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #149968)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/149968 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #149968)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @mshockwave What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/149968 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #149968)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Author: None (llvmbot) Changes Backport eafe31b Requested by: @lukel97 --- Full diff: https://github.com/llvm/llvm-project/pull/149968.diff 3 Files Affected: - (modified) llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp (+9) - (modified

[llvm-branch-commits] [llvm] release/21.x: [AArch64, TTI] Disable RealUse check for vector insert/extract costs and Apple CPUs. (#146526) (PR #149815)

2025-07-22 Thread David Green via llvm-branch-commits
https://github.com/davemgreen requested changes to this pull request. I'm not a huge fan of hacks like this on the release branch. It should be the same patch as on trunk (or not be backported). https://github.com/llvm/llvm-project/pull/149815 ___ llv

[llvm-branch-commits] [lldb] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes (PR #149949)

2025-07-22 Thread Michael Buch via llvm-branch-commits
@@ -78,8 +78,8 @@ // DWPFOO-NEXT: struct CustomType { // DWPFOO-NEXT: typedef unsigned int IntegerType; // DWPFOO-NEXT: typedef float FloatType; -// DWPFOO-NEXT: CustomType::IntegerType x; -// DWPFOO-NEXT: CustomType::FloatType y; +// DWPFOO-NEXT: IntegerTyp

[llvm-branch-commits] [lldb] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes (PR #149949)

2025-07-22 Thread Michael Buch via llvm-branch-commits
@@ -10,7 +10,7 @@ // to the incomplete type. Make sure that succeeds. Use the expression command // to make sure the resulting AST can be imported correctly. // CHECK: expr -- var -// CHECK: (A::X) $0 = 0 +// CHECK: (X) $0 = 0 Michael137 wrote: Would be nice n

[llvm-branch-commits] [lldb] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes (PR #149949)

2025-07-22 Thread Michael Buch via llvm-branch-commits
https://github.com/Michael137 edited https://github.com/llvm/llvm-project/pull/149949 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] 728030a - compiler-rt: test: Use the host instead of the target to select %expect_crash.

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Peter Collingbourne Date: 2025-07-22T10:29:54+02:00 New Revision: 728030a452804f2b79bdc2e61cc2505e304860b0 URL: https://github.com/llvm/llvm-project/commit/728030a452804f2b79bdc2e61cc2505e304860b0 DIFF: https://github.com/llvm/llvm-project/commit/728030a452804f2b79bdc2e61cc2505e304860b0

[llvm-branch-commits] [llvm] f1846e7 - Use Parallel xz for test-suite sources. (#149389)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Tobias Hieta Date: 2025-07-22T10:30:13+02:00 New Revision: f1846e747d033bce2dd3a442f310a329458afc90 URL: https://github.com/llvm/llvm-project/commit/f1846e747d033bce2dd3a442f310a329458afc90 DIFF: https://github.com/llvm/llvm-project/commit/f1846e747d033bce2dd3a442f310a329458afc90.diff

[llvm-branch-commits] [llvm] release/21.x: Use Parallel xz for test-suite sources. (#149389) (PR #149403)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149403 >From f1846e747d033bce2dd3a442f310a329458afc90 Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Thu, 17 Jul 2025 22:33:27 +0200 Subject: [PATCH] Use Parallel xz for test-suite sources. (#149389) (cherry picked from

[llvm-branch-commits] [llvm] release/21.x: Use Parallel xz for test-suite sources. (#149389) (PR #149403)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149403 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/21.x: compiler-rt: test: Use the host instead of the target to select %expect_crash. (PR #149397)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149397 >From 728030a452804f2b79bdc2e61cc2505e304860b0 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 15 Jul 2025 19:37:54 -0700 Subject: [PATCH] compiler-rt: test: Use the host instead of the target to selec

[llvm-branch-commits] [compiler-rt] release/21.x: compiler-rt: test: Use the host instead of the target to select %expect_crash. (PR #149397)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149397 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: Use Parallel xz for test-suite sources. (#149389) (PR #149403)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @tru (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. https

[llvm-branch-commits] [compiler-rt] release/21.x: compiler-rt: test: Use the host instead of the target to select %expect_crash. (PR #149397)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @pcc (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. https

[llvm-branch-commits] [llvm] e36a7da - [Support/BLAKE3] quick fix for Cygwin build (#148635)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Tomohiro Kashiwada Date: 2025-07-22T10:30:43+02:00 New Revision: e36a7daae2d267f375b142a84c697429ce3fad3e URL: https://github.com/llvm/llvm-project/commit/e36a7daae2d267f375b142a84c697429ce3fad3e DIFF: https://github.com/llvm/llvm-project/commit/e36a7daae2d267f375b142a84c697429ce3fad3e.

[llvm-branch-commits] [llvm] release/21.x: [Support/BLAKE3] quick fix for Cygwin build (#148635) (PR #149408)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149408 >From e36a7daae2d267f375b142a84c697429ce3fad3e Mon Sep 17 00:00:00 2001 From: Tomohiro Kashiwada Date: Fri, 18 Jul 2025 06:16:08 +0900 Subject: [PATCH] [Support/BLAKE3] quick fix for Cygwin build (#148635) BLAKE3 1.

[llvm-branch-commits] [llvm] release/21.x: [Support/BLAKE3] quick fix for Cygwin build (#148635) (PR #149408)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149408 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [Support/BLAKE3] quick fix for Cygwin build (#148635) (PR #149408)

2025-07-22 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] [libcxx] release/21.x: [libc++] Fix hash_multi{map, set}::insert (#149290) (PR #149435)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
tru wrote: This one seems to have some CI failures - can they be checked before I merge this? https://github.com/llvm/llvm-project/pull/149435 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailm

[llvm-branch-commits] [clang] 607677c - [clang-format] Fix a regression of annotating PointerOrReference (#149039)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2025-07-22T10:31:35+02:00 New Revision: 607677c86185fd1979754e8c2803e168bbf8f9a9 URL: https://github.com/llvm/llvm-project/commit/607677c86185fd1979754e8c2803e168bbf8f9a9 DIFF: https://github.com/llvm/llvm-project/commit/607677c86185fd1979754e8c2803e168bbf8f9a9.diff LOG:

[llvm-branch-commits] [clang] release/21.x: [clang-format] Fix a regression of annotating PointerOrReference (#149039) (PR #149451)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149451 >From 607677c86185fd1979754e8c2803e168bbf8f9a9 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Thu, 17 Jul 2025 21:43:43 -0700 Subject: [PATCH] [clang-format] Fix a regression of annotating PointerOrReference (#149039

[llvm-branch-commits] [clang] release/21.x: [clang-format] Fix a regression of annotating PointerOrReference (#149039) (PR #149451)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149451 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 186df07 - [DSE] Remove `uninitialized` from `allockind` when creating dummy zeroed variant function (#149336)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: clubby789 Date: 2025-07-22T10:31:55+02:00 New Revision: 186df07d013b5c3f158d22f3e7687723fbcc775b URL: https://github.com/llvm/llvm-project/commit/186df07d013b5c3f158d22f3e7687723fbcc775b DIFF: https://github.com/llvm/llvm-project/commit/186df07d013b5c3f158d22f3e7687723fbcc775b.diff LOG

[llvm-branch-commits] [clang] release/21.x: [clang-format] Fix a regression of annotating PointerOrReference (#149039) (PR #149451)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @owenca (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] release/21.x: [DSE] Remove `uninitialized` from `allockind` when creating dummy zeroed variant function (#149336) (PR #149468)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149468 >From 186df07d013b5c3f158d22f3e7687723fbcc775b Mon Sep 17 00:00:00 2001 From: clubby789 Date: Fri, 18 Jul 2025 08:30:23 +0100 Subject: [PATCH] [DSE] Remove `uninitialized` from `allockind` when creating dummy zeroed

[llvm-branch-commits] [llvm] release/21.x: [DSE] Remove `uninitialized` from `allockind` when creating dummy zeroed variant function (#149336) (PR #149468)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149468 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/21.x: [libc++][NFC] Fix typos in the libc++ 21 release notes (#149536) (PR #149540)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Same errors here @ldionne - is there something wrong with the android ci for libc++? https://github.com/llvm/llvm-project/pull/149540 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mai

[llvm-branch-commits] [llvm] b5043a0 - [Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: quic-areg Date: 2025-07-22T10:34:17+02:00 New Revision: b5043a0940b9fac1325f3b78f95b36d083f309f6 URL: https://github.com/llvm/llvm-project/commit/b5043a0940b9fac1325f3b78f95b36d083f309f6 DIFF: https://github.com/llvm/llvm-project/commit/b5043a0940b9fac1325f3b78f95b36d083f309f6.diff LOG

[llvm-branch-commits] [lld] [llvm] release/21.x: [Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807) (PR #149578)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149578 >From b5043a0940b9fac1325f3b78f95b36d083f309f6 Mon Sep 17 00:00:00 2001 From: quic-areg Date: Fri, 18 Jul 2025 10:27:59 -0500 Subject: [PATCH] [Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)

[llvm-branch-commits] [clang] 0da291f - Revert "Move python binding tests to lit framework" (#149012)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Jannick Kremer Date: 2025-07-22T10:33:35+02:00 New Revision: 0da291f8a6de0093dfbc1c67ec4cf4069e841969 URL: https://github.com/llvm/llvm-project/commit/0da291f8a6de0093dfbc1c67ec4cf4069e841969 DIFF: https://github.com/llvm/llvm-project/commit/0da291f8a6de0093dfbc1c67ec4cf4069e841969.diff

[llvm-branch-commits] [clang] [llvm] release/21.x: Revert "Move python binding tests to lit framework" (#149012) (PR #149570)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149570 >From 0da291f8a6de0093dfbc1c67ec4cf4069e841969 Mon Sep 17 00:00:00 2001 From: Jannick Kremer Date: Wed, 16 Jul 2025 05:32:08 +0100 Subject: [PATCH] Revert "Move python binding tests to lit framework" (#149012) This

[llvm-branch-commits] [clang] [llvm] release/21.x: Revert "Move python binding tests to lit framework" (#149012) (PR #149570)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149570 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [llvm] release/21.x: [Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807) (PR #149578)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149578 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Fix hash_multi{map, set}::insert (#149290) (PR #149435)

2025-07-22 Thread Nikolas Klauser via llvm-branch-commits
philnik777 wrote: The failures are unrelated. It's #149415. https://github.com/llvm/llvm-project/pull/149435 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [DSE] Remove `uninitialized` from `allockind` when creating dummy zeroed variant function (#149336) (PR #149468)

2025-07-22 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] [llvm] [libcxx] Switch to release branch runners (PR #149385)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149385 >From cbe68e5140f8d615e4098e301e34b3001ed7ce88 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 19:17:34 + Subject: [PATCH] [libcxx] Switch to release branch runners This ensures that if/when

[llvm-branch-commits] [llvm] [libcxx] Switch to release branch runners (PR #149385)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149385 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [libcxx] Switch to release branch runners (PR #149385)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @boomanaiden154 (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

[llvm-branch-commits] [libclc] 69ee6a0 - Revert "[libclc] Change symlinks to copies on Windows (#147759)"

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Michał Górny Date: 2025-07-22T10:35:07+02:00 New Revision: 69ee6a0edd3b00d393ca2d24b9ddfe3c2def895c URL: https://github.com/llvm/llvm-project/commit/69ee6a0edd3b00d393ca2d24b9ddfe3c2def895c DIFF: https://github.com/llvm/llvm-project/commit/69ee6a0edd3b00d393ca2d24b9ddfe3c2def895c.diff

[llvm-branch-commits] [libclc] b475893 - Revert "[libclc] Fix target dependency"

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Michał Górny Date: 2025-07-22T10:35:07+02:00 New Revision: b475893a15812d5e975cdae034c4386aadf0d5b3 URL: https://github.com/llvm/llvm-project/commit/b475893a15812d5e975cdae034c4386aadf0d5b3 DIFF: https://github.com/llvm/llvm-project/commit/b475893a15812d5e975cdae034c4386aadf0d5b3.diff

[llvm-branch-commits] [libclc] 7814dca - Revert "[libclc] Make library output directories explicit (#146833)"

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Michał Górny Date: 2025-07-22T10:35:07+02:00 New Revision: 7814dca9a82128c020f0679b743592d47e05a293 URL: https://github.com/llvm/llvm-project/commit/7814dca9a82128c020f0679b743592d47e05a293 DIFF: https://github.com/llvm/llvm-project/commit/7814dca9a82128c020f0679b743592d47e05a293.diff

[llvm-branch-commits] [libclc] [libclc] Revert the recent breaking changes from CMake from the 21.x release branch (PR #149711)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= Message-ID: In-Reply-To: https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149711 >From 68cae1896557786703dbda9215b8c8f98761a0a2 Mon Sep 17 00:00:00 2001 From: =?UTF

[llvm-branch-commits] [libclc] 68cae18 - Revert "[libclc] Move CMake for prepare_builtins to a subdirectory (#148815)"

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
Author: Michał Górny Date: 2025-07-22T10:35:07+02:00 New Revision: 68cae1896557786703dbda9215b8c8f98761a0a2 URL: https://github.com/llvm/llvm-project/commit/68cae1896557786703dbda9215b8c8f98761a0a2 DIFF: https://github.com/llvm/llvm-project/commit/68cae1896557786703dbda9215b8c8f98761a0a2.diff

[llvm-branch-commits] [lld] [llvm] release/21.x: [Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807) (PR #149578)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @quic-areg (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] [llvm] release/21.x: Revert "Move python binding tests to lit framework" (#149012) (PR #149570)

2025-07-22 Thread via llvm-branch-commits
github-actions[bot] wrote: @mgorny (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] [libcxx] release/21.x: [libc++] Fix hash_multi{map, set}::insert (#149290) (PR #149435)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can we get that fix backported so that the CI works on libc++ for the release branch properly? https://github.com/llvm/llvm-project/pull/149435 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/c

[llvm-branch-commits] [clang-tools-extra] [clang-doc] enable comments in class templates (PR #149848)

2025-07-22 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 updated https://github.com/llvm/llvm-project/pull/149848 >From 9e0ab6804aebd778c36985dd9561f9233d3c4ec5 Mon Sep 17 00:00:00 2001 From: Erick Velez Date: Fri, 18 Jul 2025 12:04:20 -0700 Subject: [PATCH] [clang-doc] enable comments in class templates The Mustache basic

[llvm-branch-commits] [clang-tools-extra] [clang-doc] separate comments into categories (PR #149590)

2025-07-22 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 updated https://github.com/llvm/llvm-project/pull/149590 >From d82ff8ec74627a17d4fbc2ee88c7d58ca8a5c293 Mon Sep 17 00:00:00 2001 From: Erick Velez Date: Thu, 17 Jul 2025 15:04:20 -0700 Subject: [PATCH] [clang-doc] separate comments into categories Comment categories

[llvm-branch-commits] [clang-tools-extra] [clang-doc] enable comments in class templates (PR #149848)

2025-07-22 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 updated https://github.com/llvm/llvm-project/pull/149848 >From 9e0ab6804aebd778c36985dd9561f9233d3c4ec5 Mon Sep 17 00:00:00 2001 From: Erick Velez Date: Fri, 18 Jul 2025 12:04:20 -0700 Subject: [PATCH] [clang-doc] enable comments in class templates The Mustache basic

[llvm-branch-commits] [llvm] [llvm] Extract and propagate callee_type metadata (PR #87575)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87575 >From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Tue, 19 Nov 2024 15:25:34 -0800 Subject: [PATCH 1/7] Fixed the tests and addressed most of the review comm

[llvm-branch-commits] [llvm] [llvm] Extract and propagate callee_type metadata (PR #87575)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87575 >From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Tue, 19 Nov 2024 15:25:34 -0800 Subject: [PATCH 1/7] Fixed the tests and addressed most of the review comm

[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87576 >From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Thu, 13 Mar 2025 01:41:04 + Subject: [PATCH 1/5] Updated the test as reviewers suggested. Created usin

[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87576 >From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Thu, 13 Mar 2025 01:41:04 + Subject: [PATCH 1/5] Updated the test as reviewers suggested. Created usin

[llvm-branch-commits] [clang] [clang] callee_type metadata for indirect calls (PR #117036)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117036 >From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 23 Apr 2025 04:05:47 + Subject: [PATCH] Address review comments. Created using spr 1.3.6-beta.1 --- clang/l

[llvm-branch-commits] [clang] [clang] callee_type metadata for indirect calls (PR #117036)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117036 >From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 23 Apr 2025 04:05:47 + Subject: [PATCH] Address review comments. Created using spr 1.3.6-beta.1 --- clang/l

[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117037 >From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 12 Mar 2025 23:30:01 + Subject: [PATCH 1/2] Fix EOF newlines. Created using spr 1.3.6-beta.1 --- clang/test

[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117037 >From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 12 Mar 2025 23:30:01 + Subject: [PATCH 1/2] Fix EOF newlines. Created using spr 1.3.6-beta.1 --- clang/test

[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
@@ -0,0 +1,60 @@ +;; Test if temporary labels are generated for each indirect callsite with a callee_type metadata. +;; Test if the .callgraph section contains the numerical callee type id for each of the temporary +;; labels generated. + +; RUN: llc -mtriple=x86_64-unknown-li

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Make /wholearchive thin-archive member identifiers consistent (#145487) (PR #150168)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/150168 Backport 9f733f4324412ef89cc7729bf027cdcab912ceff Requested by: @bd1976bris >From f4ed0b8fd47a1c0db0865b5c2e06ef63de9b97ae Mon Sep 17 00:00:00 2001 From: bd1976bris Date: Tue, 22 Jul 2025 16:57:20 +0100 Subjec

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Make /wholearchive thin-archive member identifiers consistent (#145487) (PR #150168)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @aganea What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/150168 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listin

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Make /wholearchive thin-archive member identifiers consistent (#145487) (PR #150168)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/150168 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Make /wholearchive thin-archive member identifiers consistent (#145487) (PR #150168)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld-coff @llvm/pr-subscribers-platform-windows Author: None (llvmbot) Changes Backport 9f733f4324412ef89cc7729bf027cdcab912ceff Requested by: @bd1976bris --- Full diff: https://github.com/llvm/llvm-project/pull/150168.diff 3 Files Affected: - (modif

[llvm-branch-commits] [llvm] [llvm] Extract and propagate callee_type metadata (PR #87575)

2025-07-22 Thread Prabhu Rajasekaran via llvm-branch-commits
Prabhuk wrote: > I think this is mostly in good shape, but some of the tests could be reduced > slightly using the method I gave in an another one of your PRs. After that > its probably LGTM from my perspective. Reduced the tests. PTAL. https://github.com/llvm/llvm-project/pull/87575

[llvm-branch-commits] [lld] [DTLTO] Add COFF LLD release note for LLVM 21 (PR #150173)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld Author: bd1976bris (bd1976bris) Changes DTLTO-related COFF LLD changes were cherry-picked to the LLVM 21 release branch in: https://github.com/llvm/llvm-project/pull/149979 This commit adds the corresponding release note, modeled after the previo

[llvm-branch-commits] [lld] [DTLTO] Add COFF LLD release note for LLVM 21 (PR #150173)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris milestoned https://github.com/llvm/llvm-project/pull/150173 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [DTLTO] Add COFF LLD release note for LLVM 21 (PR #150173)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/150173 DTLTO-related COFF LLD changes were cherry-picked to the LLVM 21 release branch in: https://github.com/llvm/llvm-project/pull/149979 This commit adds the corresponding release note, modeled after the previ

[llvm-branch-commits] [clang] [DTLTO] Add Clang release note for LLVM 21 (PR #150172)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris milestoned https://github.com/llvm/llvm-project/pull/150172 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [DTLTO] Add LLVM release note for LLVM 21 (PR #150171)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris edited https://github.com/llvm/llvm-project/pull/150171 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [DTLTO] Add Clang release note for LLVM 21 (PR #150172)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/150172 DTLTO-related Clang changes were cherry-picked to the LLVM 21 branch in https://github.com/llvm/llvm-project/pull/149978. This commit adds the corresponding release note. >From fa7d68aa16aebd5abdc38bbdb5c56

[llvm-branch-commits] [clang] [DTLTO] Add Clang release note for LLVM 21 (PR #150172)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: bd1976bris (bd1976bris) Changes DTLTO-related Clang changes were cherry-picked to the LLVM 21 branch in https://github.com/llvm/llvm-project/pull/149978. This commit adds the corresponding release note. --- Full diff: https://github.com/

[llvm-branch-commits] [llvm] release/21.x: [AArch64, TTI] Disable RealUse check for vector insert/extract costs and Apple CPUs. (#146526) (PR #149815)

2025-07-22 Thread Nikita Popov via llvm-branch-commits
nikic wrote: Is this mitigating a regression? If not, I don't think we should backport optimization improvements. https://github.com/llvm/llvm-project/pull/149815 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.ll

[llvm-branch-commits] [lld] [llvm] release/21.x: [DTLTO][LLD][COFF] Add support for Integrated Distributed ThinLTO (#148594) (PR #149979)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru approved this pull request. https://github.com/llvm/llvm-project/pull/149979 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][PAC] Combine signing with address materialization (PR #130809)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/130809 >From cf7985912a7b34a94245f937987d63821838e651 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Mon, 10 Mar 2025 15:14:55 +0300 Subject: [PATCH 1/2] [AArch64][PAC] Precommit tests on merging MOVaddr/

[llvm-branch-commits] [llvm] [AArch64][PAC] Combine signing with address materialization (PR #130809)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/130809 >From 43fcb8009c99fe50563c3dde3ab146ef94d0713d Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Mon, 10 Mar 2025 15:14:55 +0300 Subject: [PATCH 1/2] [AArch64][PAC] Precommit tests on merging MOVaddr/

[llvm-branch-commits] [clang] [llvm] [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (PR #146405)

2025-07-22 Thread Robert Imschweiler via llvm-branch-commits
@@ -2699,18 +2699,33 @@ llvm::Value *CGOpenMPRuntime::emitForNext(CodeGenFunction &CGF, CGF.getContext().BoolTy, Loc); } -void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, - llvm::Value *NumThreads, -

[llvm-branch-commits] [llvm] [AArch64][PAC] Skip llvm.ptrauth.blend intrinsic in GVN PRE (PR #147815)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/147815 >From 37c2dda58d8f6e82113b92ddc2e499b3c5a50385 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Wed, 9 Jul 2025 21:28:09 +0300 Subject: [PATCH 1/2] [AArch64][PAC] Precommit tests for handling ptrauth.

[llvm-branch-commits] [llvm] [AArch64][PAC] Rework discriminator analysis in AUT and AUTPAC (PR #146489)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/146489 >From a16dac3b28cbe91129da21da6ddc6a6db1257fe4 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Sat, 28 Jun 2025 11:09:01 +0300 Subject: [PATCH 1/3] [AArch64][PAC] Rework discriminator analysis in AUT

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Replace expensive move from wzr by two moves via floating point immediate (#146538) (PR #150001)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/150001 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][PAC] Rework discriminator analysis for calls and tail calls (PR #147136)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/147136 >From 612623c2a972f7a195942ec736cfe46109b364b6 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Fri, 4 Jul 2025 16:58:11 +0300 Subject: [PATCH 1/3] [AArch64][PAC] Precommit ptrauth-isel.ll tests on ca

[llvm-branch-commits] [llvm] release/21.x: [AArch64, TTI] Disable RealUse check for vector insert/extract costs and Apple CPUs. (#146526) (PR #149815)

2025-07-22 Thread Florian Hahn via llvm-branch-commits
fhahn wrote: Hm, happy to include the full change. We evaluated carefully evaluated this for Apple CPUs, where this is a significant improvement, with little risk given the evaluation on Apple platforms. > Is this mitigating a regression? If not, I don't think we should backport > optimizatio

[llvm-branch-commits] [libcxx] release/21.x: [libc++][Android] Reenable 2 tests for Android (#149415) (PR #150002)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: A. Jiang (frederick-vs-ja) Changes Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again. Manually backport 8aa4fc0a9f80475dc0efb2ce14a860f86147d52d. --- Full diff: https://github.

[llvm-branch-commits] [libcxx] release/21.x: [libc++][Android] Reenable 2 tests for Android (#149415) (PR #150002)

2025-07-22 Thread A. Jiang via llvm-branch-commits
https://github.com/frederick-vs-ja created https://github.com/llvm/llvm-project/pull/150002 Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again. Manually backport 8aa4fc0a9f80475dc0efb2ce14a860f86147d52d. >From eee90cf37cafbe4006691073

[llvm-branch-commits] [libcxx] release/21.x: [libc++][Android] Reenable 2 tests for Android (#149415) (PR #150002)

2025-07-22 Thread Nikolas Klauser via llvm-branch-commits
https://github.com/philnik777 approved this pull request. Thanks! https://github.com/llvm/llvm-project/pull/150002 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi

[llvm-branch-commits] [llvm] [AArch64][PAC] Rework discriminator analysis for calls and tail calls (PR #147136)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/147136 >From 612623c2a972f7a195942ec736cfe46109b364b6 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Fri, 4 Jul 2025 16:58:11 +0300 Subject: [PATCH 1/3] [AArch64][PAC] Precommit ptrauth-isel.ll tests on ca

[llvm-branch-commits] [llvm] [AArch64][PAC] Skip llvm.ptrauth.blend intrinsic in GVN PRE (PR #147815)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/147815 >From 37c2dda58d8f6e82113b92ddc2e499b3c5a50385 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Wed, 9 Jul 2025 21:28:09 +0300 Subject: [PATCH 1/2] [AArch64][PAC] Precommit tests for handling ptrauth.

[llvm-branch-commits] [llvm] [AArch64][PAC] Rework discriminator analysis in AUT and AUTPAC (PR #146489)

2025-07-22 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/146489 >From a16dac3b28cbe91129da21da6ddc6a6db1257fe4 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Sat, 28 Jun 2025 11:09:01 +0300 Subject: [PATCH 1/3] [AArch64][PAC] Rework discriminator analysis in AUT

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Replace expensive move from wzr by two moves via floating point immediate (#146538) (PR #150001)

2025-07-22 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/150001 Backport e333d60 Requested by: @juliannagele >From 7cd52ed6ed8cb9c93a2342eb61e84afb812e8c8f Mon Sep 17 00:00:00 2001 From: Julian Nagele Date: Wed, 16 Jul 2025 12:41:59 +0200 Subject: [PATCH] [AArch64] Replace

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Replace expensive move from wzr by two moves via floating point immediate (#146538) (PR #150001)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport e333d60 Requested by: @juliannagele --- Full diff: https://github.com/llvm/llvm-project/pull/150001.diff 5 Files Affected: - (modified) llvm/lib/Target/AArch64/AArch64Features.td (+7) - (modif

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Replace expensive move from wzr by two moves via floating point immediate (#146538) (PR #150001)

2025-07-22 Thread via llvm-branch-commits
llvmbot wrote: @fhahn What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/150001 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Fix hash_multi{map, set}::insert (#149290) (PR #149435)

2025-07-22 Thread A. Jiang via llvm-branch-commits
frederick-vs-ja wrote: I opened #150002 to manually backport #149415. https://github.com/llvm/llvm-project/pull/149435 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c

[llvm-branch-commits] [libcxx] release/21.x: [libc++][Android] Reenable 2 tests for Android (#149415) (PR #150002)

2025-07-22 Thread A. Jiang via llvm-branch-commits
https://github.com/frederick-vs-ja milestoned https://github.com/llvm/llvm-project/pull/150002 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #150021)

2025-07-22 Thread Luke Lau via llvm-branch-commits
lukel97 wrote: I thought something had gone wrong when cherry picking on the PR, so I also cherry-picked on the issue and ended up with a duplicate. So the original one should be #149968 https://github.com/llvm/llvm-project/pull/150021 ___ llvm-bran

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Don't lose elements from False in vmerge -> vmv peephole (#149720) (PR #150021)

2025-07-22 Thread via llvm-branch-commits
https://github.com/EugeneZelenko closed https://github.com/llvm/llvm-project/pull/150021 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [LV] Vectorize maxnum/minnum w/o fast-math flags. (#148239) (PR #149736)

2025-07-22 Thread Florian Hahn via llvm-branch-commits
fhahn wrote: > Can this be squashed for the release branch? We ideally want to have just one > commit per fix. @tru is there a way to update this PR here or do I need to create a new PR? https://github.com/llvm/llvm-project/pull/149736 ___ llvm-branc

[llvm-branch-commits] [clang] [llvm] release/21.x: [DTLTO][Clang] Add support for Integrated Distributed ThinLTO (llvm#147265) (PR #149978)

2025-07-22 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can this be squashed? for the release branch we usually want to have a single commit per backport. https://github.com/llvm/llvm-project/pull/149978 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.o

[llvm-branch-commits] [clang] [llvm] release/21.x: [DTLTO][TEST] Fix Clang driver test failing on some build bots (#148908) (PR #149978)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/149978 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/21.x: [DTLTO][Clang] Add support for Integrated Distributed ThinLTO (llvm#147265) (PR #149978)

2025-07-22 Thread via llvm-branch-commits
https://github.com/bd1976bris edited https://github.com/llvm/llvm-project/pull/149978 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

  1   2   3   >