cdevadas wrote:
### Merge activity
* **Jul 23, 4:02 AM EDT**: @cdevadas started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/96162).
https://github.com/llvm/llvm-project/pull/96162
__
cdevadas wrote:
### Merge activity
* **Jul 23, 4:02 AM EDT**: @cdevadas started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/96163).
https://github.com/llvm/llvm-project/pull/96163
__
Author: Petr Hosek
Date: 2024-07-23T01:18:55-07:00
New Revision: 32ec3b4f547f9af8cd2af736cd7c00843ef69a93
URL:
https://github.com/llvm/llvm-project/commit/32ec3b4f547f9af8cd2af736cd7c00843ef69a93
DIFF:
https://github.com/llvm/llvm-project/commit/32ec3b4f547f9af8cd2af736cd7c00843ef69a93.diff
LO
Author: Tobias Hieta
Date: 2024-07-23T11:06:16+02:00
New Revision: c2dbaeb91a45aeb6d26f22efef318b5f5a0eb629
URL:
https://github.com/llvm/llvm-project/commit/c2dbaeb91a45aeb6d26f22efef318b5f5a0eb629
DIFF:
https://github.com/llvm/llvm-project/commit/c2dbaeb91a45aeb6d26f22efef318b5f5a0eb629.diff
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100094
Backport b48819dbcdb48fc737dc22304ac343e4fdbae9ff
Requested by: @nikic
>From 36301dee358a56dbf3b79ab748444e364d0cb382 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 23 Jul 2024 12:00:53 +0200
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100094
___
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-backend-powerpc
Author: None (llvmbot)
Changes
Backport b48819dbcdb48fc737dc22304ac343e4fdbae9ff
Requested by: @nikic
---
Patch is 26.62 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/100094.diff
6 Files
https://github.com/fhahn milestoned
https://github.com/llvm/llvm-project/pull/100097
___
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/fhahn created
https://github.com/llvm/llvm-project/pull/100097
As discussed in https://github.com/llvm/llvm-project/pull/92555 flip the
default for the option added in
https://github.com/llvm/llvm-project/pull/99536 to true.
This restores the original behavior for the relea
https://github.com/fhahn edited https://github.com/llvm/llvm-project/pull/100097
___
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-llvm-transforms
Author: Florian Hahn (fhahn)
Changes
As discussed in https://github.com/llvm/llvm-project/pull/92555 flip the
default for the option added in
https://github.com/llvm/llvm-project/pull/99536 to true.
This restores the original behavior
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/100097
___
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/tblah approved this pull request.
LGTM, thanks!
https://github.com/llvm/llvm-project/pull/99506
___
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/wangleiat created
https://github.com/llvm/llvm-project/pull/100105
None
___
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-elf
Author: wanglei (wangleiat)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/100105.diff
5 Files Affected:
- (modified) lld/ELF/Arch/LoongArch.cpp (+10)
- (modified) lld/ELF/Relocations.cpp (+2-1)
- (added) lld/test/ELF/loo
https://github.com/nikic approved this pull request.
https://github.com/llvm/llvm-project/pull/100094
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -266,6 +287,47 @@ class StaleMatcher {
}
return BestBlock;
}
+ // Uses pseudo probe information to attach the profile to the appropriate
+ // block.
+ const FlowBlock *matchWithPseudoProbes(
+ const std::vector &PseudoProbes) const {
+// Searches for th
https://github.com/ldionne edited
https://github.com/llvm/llvm-project/pull/99375
___
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/ldionne approved this pull request.
LGTM. Let's cherry-pick.
https://github.com/llvm/llvm-project/pull/99375
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/100097
>From a72a0bf44a8b259be3c62e79082d2fdc04fc2771 Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Tue, 23 Jul 2024 11:15:26 +0100
Subject: [PATCH 1/2] [LV] Disable VPlan-based cost model for 19.x release.
As discusse
Author: Florian Hahn
Date: 2024-07-23T17:02:03+02:00
New Revision: 183e8ecc97a996c24e920e7e9668bc65a0d19439
URL:
https://github.com/llvm/llvm-project/commit/183e8ecc97a996c24e920e7e9668bc65a0d19439
DIFF:
https://github.com/llvm/llvm-project/commit/183e8ecc97a996c24e920e7e9668bc65a0d19439.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/100097
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
Merged manually as 183e8ecc97a996c24e920e7e9668bc65a0d19439 since I messed it
up with a merge commit instead of a rebase. Sorry, learning the new flow.
https://github.com/llvm/llvm-project/pull/100097
___
llvm-branch-commits mailing list
ll
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100141
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100141
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100141
Backport 9628777
Requested by: @ldionne
>From f281cb2886edb46067606b62163e0c3d6cdfd965 Mon Sep 17 00:00:00 2001
From: PaulXiCao
Date: Tue, 23 Jul 2024 15:11:44 +
Subject: [PATCH] [libc++][math] Fix undue o
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 9628777
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/100141.diff
8 Files Affected:
- (modified) libcxx/include/__math/hypot.h (+89)
- (modified) libcxx/include/cmath
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96872
>From ef284fddade0ad779fbbd4bad48a4d63667d3d65 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 11 Jun 2024 10:58:44 +0200
Subject: [PATCH 1/2] clang/AMDGPU: Emit atomicrmw for
__builtin_amdgcn_global_ato
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96873
>From c4cc064cad9a5921b52e00b5a19ca834f5262772 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 19:12:59 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw from
{global|flat}_atomic_fadd_v2f1
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100145
Backport c2e4386
Requested by: @ldionne
>From 8325799d41659bd1ff72ed3d628732f2a72a5dc8 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Tue, 23 Jul 2024 18:03:28 +0200
Subject: [PATCH] [libc++][vector] Tests
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100145
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100145
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport c2e4386
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/100145.diff
1 Files Affected:
- (modified)
libcxx/test/std/containers/sequences/vector.bool/shrink_to_fit.pass.cp
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100149
___
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/100149
Backport d0ca9f2
Requested by: @ldionne
>From c264db19ef5ac5de02596ebb8ff3774394c871b4 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Tue, 23 Jul 2024 18:13:22 +0200
Subject: [PATCH] [libc++][string] Fixes
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100149
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport d0ca9f2
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/100149.diff
2 Files Affected:
- (modified) libcxx/include/string (+14-3)
- (modified)
libcxx/test/std/strings/ba
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100151
Backport 1df4d86
Requested by: @daltenty
>From 79ddb123bdbf8300c49e4b2abc74b664af833ea9 Mon Sep 17 00:00:00 2001
From: azhan92
Date: Tue, 23 Jul 2024 09:49:41 -0400
Subject: [PATCH] [PowerPC] Add support for -
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100151
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@azhan92 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100151
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
@llvm/pr-subscribers-clang-driver
Author: None (llvmbot)
Changes
Backport 1df4d86
Requested by: @daltenty
---
Patch is 20.39 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/100151.diff
15 F
https://github.com/skatrak created
https://github.com/llvm/llvm-project/pull/100154
The `OffloadModuleInterface` holds getter/setter methods to access OpenMP
dialect module-level discardable attributes used to hold general OpenMP
compilation information.
This patch adds the `omp.target_triple
https://github.com/skatrak created
https://github.com/llvm/llvm-project/pull/100155
This patch adds support for the `-fopenmp-targets` option to the `bbc` and
`flang -fc1` tools. It adds an `OMPTargetTriples` property to the `LangOptions`
structure, which is filled with the triples represented
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96872
>From 8e3dfc335301d978d3d22110a6db8f98fc636b4d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 11 Jun 2024 10:58:44 +0200
Subject: [PATCH 1/2] clang/AMDGPU: Emit atomicrmw for
__builtin_amdgcn_global_ato
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96873
>From ab196e6375bfa6cda5977102d733c501271cb684 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 19:12:59 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw from
{global|flat}_atomic_fadd_v2f1
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96873
>From 37f162186d0d30a0c286efb582af86264c576b5c Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 19:12:59 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw from
{global|flat}_atomic_fadd_v2f1
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96872
>From f5747ae0c6eb1cb40d13cd99244734996777c65b Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 11 Jun 2024 10:58:44 +0200
Subject: [PATCH 1/2] clang/AMDGPU: Emit atomicrmw for
__builtin_amdgcn_global_ato
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96874
>From 5944dea0c3f7207ce62a56c2b8806ecf5d53b527 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 19:15:26 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw from flat_atomic_{f32|f64}
builtins
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96875
>From a15cfba94245201cbb963ab76c15018c2bc42a61 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 19:34:43 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw for global/flat fadd v2bf16
builtin
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/96876
>From 06fb3add7a2292f40b54849c768e20ac76fd1605 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 26 Jun 2024 23:18:32 +0200
Subject: [PATCH] clang/AMDGPU: Emit atomicrmw for flat/global atomic min/max
f64
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/97050
>From fea266d72c82212f8b020614da367908640d3d34 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 27 Jun 2024 16:32:48 +0200
Subject: [PATCH] AMDGPU: Remove flat/global atomic fadd v2bf16 intrinsics
These a
https://github.com/ldionne approved this pull request.
https://github.com/llvm/llvm-project/pull/100167
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@jhuber6 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100174
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100174
___
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/100174
Backport e0649a5dfc6b859d652318f578bc3d49674787a4
Requested by: @jhuber6
>From 62f7338ac4509a71ce149ab879ed35cc13f5f00f Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 12:54:00 -0500
Subject
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: None (llvmbot)
Changes
Backport e0649a5dfc6b859d652318f578bc3d49674787a4
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/100174.diff
3 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (+4-11)
jhuber6 wrote:
This should be merged
https://github.com/llvm/llvm-project/pull/100174
___
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/shawbyoung updated
https://github.com/llvm/llvm-project/pull/99891
>From 0274f697376264c2d77816190f9a434f64e79089 Mon Sep 17 00:00:00 2001
From: shawbyoung
Date: Mon, 22 Jul 2024 11:56:23 -0700
Subject: [PATCH 1/3] Changed assignment of profiles with pseudo probe index
Creat
@@ -306,26 +310,41 @@ class StaleMatcher {
BlockPseudoProbes.push_back(&PseudoProbe);
}
-
// Returns nullptr if there is not a 1:1 mapping of the yaml block pseudo
// probe and binary pseudo probe.
-if (BlockPseudoProbes.size() == 0 || BlockPseudoProbes
@@ -555,6 +574,10 @@ size_t matchWeightsByHashes(
ProbeMap.lower_bound(FuncAddr + BlockRange.second));
for (const auto &[_, Probes] : BlockProbes) {
for (const MCDecodedPseudoProbe &Probe : Probes) {
+ if (Probe.getInlineTreeNod
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100183
Backport e64e745e8fb8
Requested by: @ldionne
>From 0a44617ee7a29a5a7758285c5c367b66d68051a3 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 23 Jul 2024 13:04:54 -0500
Subject: [PATCH] [libc++][libc++abi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100183
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ahmedbougacha What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100183
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
llvmbot wrote:
@llvm/pr-subscribers-libcxxabi
Author: None (llvmbot)
Changes
Backport e64e745e8fb8
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/100183.diff
3 Files Affected:
- (modified) libcxx/include/typeinfo (+5-4)
- (modified) libcxx/src/include
https://github.com/bhandarkar-pranav approved this pull request.
https://github.com/llvm/llvm-project/pull/100154
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/bhandarkar-pranav approved this pull request.
https://github.com/llvm/llvm-project/pull/100155
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
@@ -555,6 +574,10 @@ size_t matchWeightsByHashes(
ProbeMap.lower_bound(FuncAddr + BlockRange.second));
for (const auto &[_, Probes] : BlockProbes) {
for (const MCDecodedPseudoProbe &Probe : Probes) {
+ if (Probe.getInlineTreeNod
https://github.com/azhan92 approved this pull request.
lgtm
https://github.com/llvm/llvm-project/pull/100151
___
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/100191
Backport 92a9d4831d5e40c286247c30fcd794563adbef6e
Requested by: @ian-twilightcoder
>From e3ec8d577ee97f496f7a27fc6099ca5ded220d3b Mon Sep 17 00:00:00 2001
From: Ian Anderson
Date: Tue, 23 Jul 2024 13:02:59 -07
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100191
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@AaronBallman What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100191
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 92a9d4831d5e40c286247c30fcd794563adbef6e
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull/100191.diff
4 Files Affected:
-
Author: Paul Kirth
Date: 2024-07-23T13:15:47-07:00
New Revision: 4c07e7f659ab91c22c1b0440080902d0b931195d
URL:
https://github.com/llvm/llvm-project/commit/4c07e7f659ab91c22c1b0440080902d0b931195d
DIFF:
https://github.com/llvm/llvm-project/commit/4c07e7f659ab91c22c1b0440080902d0b931195d.diff
LO
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100195
Backport ca076f7a63f6a80e2e38315ec462be354b196b8d
Requested by: @MaskRay
>From 772a44ca77676be636cd7027c8703e8467bc38ad Mon Sep 17 00:00:00 2001
From: Wesley Wiser
Date: Tue, 23 Jul 2024 11:43:30 -0500
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100195
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@wesleywiser What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100195
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
llvmbot wrote:
@llvm/pr-subscribers-backend-msp430
@llvm/pr-subscribers-backend-arm
@llvm/pr-subscribers-debuginfo
Author: None (llvmbot)
Changes
Backport ca076f7a63f6a80e2e38315ec462be354b196b8d
Requested by: @MaskRay
---
Patch is 27.11 KiB, truncated to 20.00 KiB below, full version:
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport ca076f7a63f6a80e2e38315ec462be354b196b8d
Requested by: @MaskRay
---
Patch is 27.11 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/100195.diff
19 Fil
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100207
Backport 63b382bbde5994e8f2cec75883320e3ad9fd618f
Requested by: @azhan92
>From 33bfe961c6c6bd8601a68d0d6b58cfce2310518c Mon Sep 17 00:00:00 2001
From: azhan92
Date: Tue, 23 Jul 2024 09:51:13 -0400
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100207
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@daltenty What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100207
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 63b382bbde5994e8f2cec75883320e3ad9fd618f
Requested by: @azhan92
---
Full diff: https://github.com/llvm/llvm-project/pull/100207.diff
3 Files Affected:
- (modified) clang/test/CodeGen/aix-builtin-cpu-is.c
https://github.com/azhan92 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/100207
___
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/shawbyoung updated
https://github.com/llvm/llvm-project/pull/99891
>From 0274f697376264c2d77816190f9a434f64e79089 Mon Sep 17 00:00:00 2001
From: shawbyoung
Date: Mon, 22 Jul 2024 11:56:23 -0700
Subject: [PATCH 1/4] Changed assignment of profiles with pseudo probe index
Creat
https://github.com/dcci approved this pull request.
https://github.com/llvm/llvm-project/pull/99988
___
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/100215
Backport 8be1325cb1903797ba3dce67087e395f9e080576
Requested by: @asl
>From c8d9662b0542cc99a88acc35762dca7f0d09a22b Mon Sep 17 00:00:00 2001
From: Oliver Hunt
Date: Tue, 23 Jul 2024 14:18:53 -0700
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@kovdan01 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 8be1325cb1903797ba3dce67087e395f9e080576
Requested by: @asl
---
Full diff: https://github.com/llvm/llvm-project/pull/100215.diff
1 Files Affected:
- (modified) clang/test/CodeGenCXX/ptrauth-static-destru
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100216
Backport 7e1fcf5dd657d465c3fc846f56c6f9d3a4560b43
Requested by: @jhuber6
>From d7f99606094fc1feb41b50de0b0eb6d07460 Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 14:41:57 -0500
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100216
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@Artem-B What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100216
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: None (llvmbot)
Changes
Backport 7e1fcf5dd657d465c3fc846f56c6f9d3a4560b43
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/100216.diff
4 Files Affected:
- (modified) clang/lib/Driver/ToolChains/Cuda
@@ -1,9 +1,5 @@
// Check various clang-linker-wrapper pass options after -offload-opt.
jhuber6 wrote:
```suggestion
// REQUIRES: llvm-plugins, llvm-examples
// REQUIRES: x86-registered-target
// REQUIRES: amdgpu-registered-target
```
https://github.com/llvm/l
https://github.com/jhuber6 edited
https://github.com/llvm/llvm-project/pull/100216
___
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/jhuber6 updated
https://github.com/llvm/llvm-project/pull/100216
>From d7f99606094fc1feb41b50de0b0eb6d07460 Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 14:41:57 -0500
Subject: [PATCH 1/2] [Clang] Correctly forward `--cuda-path` to the nvlink
wrappe
@@ -23,14 +22,14 @@
// RUN: %t/host-x86_64-unknown-linux-gnu.s
// Check plugin, -passes, and no remarks.
-// RUN: clang-linker-wrapper -o a.out --embed-bitcode \
+// RUN: clang-linker-wrapper -o a.out --embed-bitcode --dry-run \
// RUN: --linker-path=/usr/bin/true %t/
@@ -23,14 +22,14 @@
// RUN: %t/host-x86_64-unknown-linux-gnu.s
// Check plugin, -passes, and no remarks.
-// RUN: clang-linker-wrapper -o a.out --embed-bitcode \
+// RUN: clang-linker-wrapper -o a.out --embed-bitcode --dry-run \
jhuber6 wrote:
```suggesti
@@ -43,7 +42,7 @@
// RUN: -check-prefixes=YML %s
// Check handling of bad plugin.
-// RUN: not clang-linker-wrapper \
+// RUN: not clang-linker-wrapper --dry-run \
jhuber6 wrote:
```suggestion
// RUN: not clang-linker-wrapper \
```
https://github.com/llv
https://github.com/jhuber6 updated
https://github.com/llvm/llvm-project/pull/100216
>From d7f99606094fc1feb41b50de0b0eb6d07460 Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 14:41:57 -0500
Subject: [PATCH 1/3] [Clang] Correctly forward `--cuda-path` to the nvlink
wrappe
1 - 100 of 138 matches
Mail list logo