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
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
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
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
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
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
@@ -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
@@ -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
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
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
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
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
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
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
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
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
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
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.
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.
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
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.
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
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:
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
=?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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
@@ -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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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/
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/
@@ -2699,18 +2699,33 @@ llvm::Value
*CGOpenMPRuntime::emitForNext(CodeGenFunction &CGF,
CGF.getContext().BoolTy, Loc);
}
-void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF,
- llvm::Value *NumThreads,
-
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.
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
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
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
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
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.
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 235 matches
Mail list logo