llvmbot wrote:
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport 1ebfc81a91194c000ac70b4ea53891cc956aa6eb
Requested by: @wangpc-pp
---
Full diff: https://github.com/llvm/llvm-project/pull/100306.diff
2 Files Affected:
- (modified) llvm/lib/Target/RISCV/RISCVInstrInfoC.td
llvmbot wrote:
@wangpc-pp What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100306
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100306
Backport 1ebfc81a91194c000ac70b4ea53891cc956aa6eb
Requested by: @wangpc-pp
>From fe48a7194c5071b5e2c483f49622cafd29764702 Mon Sep 17 00:00:00 2001
From: Sudharsan Veeravalli
Date: Tue, 23 Jul 2024 18:49:57 +05
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100306
___
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/SixWeining approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/100297
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Matt Arsenault
Date: 2024-07-24T08:54:55+04:00
New Revision: 3d11cc0d62c28ea95c8097ed9e160730efe00a7a
URL:
https://github.com/llvm/llvm-project/commit/3d11cc0d62c28ea95c8097ed9e160730efe00a7a
DIFF:
https://github.com/llvm/llvm-project/commit/3d11cc0d62c28ea95c8097ed9e160730efe00a7a.diff
https://github.com/SixWeining milestoned
https://github.com/llvm/llvm-project/pull/100105
___
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/SixWeining approved this pull request.
LGTM. Hope this can be merged into 19.x.
https://github.com/llvm/llvm-project/pull/100105
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
https://github.com/jhuber6 updated
https://github.com/llvm/llvm-project/pull/100291
>From c3dfd23fd6bb167eb6be49a24aef14a0f5621d8d Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 21:35:09 -0500
Subject: [PATCH 1/2] [libc] Fix leftover debug commandline argument
Summary:
Fixe
@@ -29,7 +29,7 @@ to learn about the defaults for your platform and target.
- ``LIBC_CONF_ENABLE_STRONG_STACK_PROTECTOR``: Enable
-fstack-protector-strong to defend against stack smashing attack.
- ``LIBC_CONF_KEEP_FRAME_POINTER``: Keep frame pointer in functions for
b
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: None (llvmbot)
Changes
Backport 0420d2f97eac49af5e816b0e3f2a9135d1673168
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/100291.diff
2 Files Affected:
- (modified) libc/cmake/modules/LLVMLibCTestRules.cma
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100291
___
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/100291
Backport 0420d2f97eac49af5e816b0e3f2a9135d1673168
Requested by: @jhuber6
>From c3dfd23fd6bb167eb6be49a24aef14a0f5621d8d Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 23 Jul 2024 21:35:09 -0500
Subject
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 01/13] Changed assignment of profiles with pseudo probe index
Cre
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 01/12] Changed assignment of profiles with pseudo probe index
Cre
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 01/11] Changed assignment of profiles with pseudo probe index
Cre
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 01/10] Changed assignment of profiles with pseudo probe index
Cre
@@ -151,10 +175,11 @@ Deprecations and Removals
- libc++ no longer supports ``std::allocator`` and containers of
``const``-qualified element type, such
as ``std::vector`` and ``std::list``. This used to be
supported as an undocumented extension.
If you were using ``std::v
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/9] Changed assignment of profiles with pseudo probe index
Creat
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Shaw Young (shawbyoung)
Changes
Implemented pseudo probe block matching. When matched functions have
equal pseudo probe checksums, the indices of block pseudo probes are
used to match blocks following opcode and call hash block matching.
Te
https://github.com/shawbyoung ready_for_review
https://github.com/llvm/llvm-project/pull/99891
___
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/8] Changed assignment of profiles with pseudo probe index
Creat
Author: Med Ismail Bennani
Date: 2024-07-23T16:04:15-07:00
New Revision: 70d2d397e2040c2dcc87a3dea12ad057e06632c4
URL:
https://github.com/llvm/llvm-project/commit/70d2d397e2040c2dcc87a3dea12ad057e06632c4
DIFF:
https://github.com/llvm/llvm-project/commit/70d2d397e2040c2dcc87a3dea12ad057e06632c4.
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/7] Changed assignment of profiles with pseudo probe index
Creat
shawbyoung wrote:
cc @WenleiHe @wlei-llvm
https://github.com/llvm/llvm-project/pull/99891
___
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/6] Changed assignment of profiles with pseudo probe index
Creat
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/5] Changed assignment of profiles with pseudo probe index
Creat
https://github.com/kovdan01 approved this pull request.
LGTM
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
https://github.com/kovdan01 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/100219
___
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/bhandarkar-pranav edited
https://github.com/llvm/llvm-project/pull/100156
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -7053,13 +7053,28 @@ OpenMPIRBuilder::InsertPointTy
OpenMPIRBuilder::emitTargetTask(
<< "\n");
return Builder.saveIP();
}
+
static void emitTargetCall(
OpenMPIRBuilder &OMPBuilder, IRBuilderBase &Builder,
OpenMPIRBuilder::InsertPointTy Alloc
https://github.com/bhandarkar-pranav approved this pull request.
Thank you, @skatrak - Just a minor nit and and I opened a linked issue so that
the exact linker error message is captured for posterity.
https://github.com/llvm/llvm-project/pull/100156
___
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 0a6a3c152faf56e07dd4f9e89e534d2b97eeab56
Requested by: @asl
---
Full diff: https://github.com/llvm/llvm-project/pull/100219.diff
1 Files Affected:
- (modified) compiler-rt/lib/ubsan/ubsan
llvmbot wrote:
@kovdan01 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/100219
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/100219
Backport 0a6a3c152faf56e07dd4f9e89e534d2b97eeab56
Requested by: @asl
>From 1213529ba79e7b6862112cd770d3f85143e67a57 Mon Sep 17 00:00:00 2001
From: Akira Hatanaka
Date: Tue, 23 Jul 2024 14:39:58 -0700
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/100219
___
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/5] [Clang] Correctly forward `--cuda-path` to the nvlink
wrappe
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/4] [Clang] Correctly forward `--cuda-path` to the nvlink
wrappe
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
@@ -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/2] [Clang] Correctly forward `--cuda-path` to the nvlink
wrappe
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
@@ -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
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
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
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:
@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
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
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
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/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/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
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/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
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
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
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:
@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
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
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
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:
-
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/
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
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
@@ -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/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
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
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
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
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
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
@@ -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
@@ -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
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
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
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)
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
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
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/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
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/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/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/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/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/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/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/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/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
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
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
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
1 - 100 of 138 matches
Mail list logo