https://github.com/el-ev updated
https://github.com/llvm/llvm-project/pull/135785
>From c5328e2075b5f98311eb9c9657da79d800cf28f4 Mon Sep 17 00:00:00 2001
From: Iris Shi <0...@owo.li>
Date: Tue, 15 Apr 2025 20:20:45 +0800
Subject: [PATCH] [ConstraintElim] Simplify `usub_with_overflow` when A uge
https://github.com/el-ev updated
https://github.com/llvm/llvm-project/pull/136467
>From 66a876c54233d7bf928b72753485ac2733563b0f Mon Sep 17 00:00:00 2001
From: Iris Shi <0...@owo.li>
Date: Sun, 20 Apr 2025 10:32:29 +0800
Subject: [PATCH] "Recommit "[ConstraintElim] Simplify cmp after
uadd.sat/u
hahnjo wrote:
Hi @shafik, the issue is an inconsistency in the treatment of template
specialization types depending on whether they are the prefix or the "final"
type. To stay with the example of the test, the result without this patch is
`A<1>` and `A<2>`, but `A<1U>::B<3>` and `A<2U>::B<4>`.
wangpc-pp wrote:
> This has some failing tests.
The failure is not related to this PR I think, it is about `compiler-rt/XRay`:
```
/var/lib/buildkite-agent/builds/linux-56-59b8f5d88-6vh59-1/llvm-project/github-pull-requests/compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp:57:15:
error:
anutosh491 wrote:
cc @tstellar
Not sure you saw my tag above but as I mentioned here
https://github.com/llvm/llvm-project/pull/137620#issuecomment-2834979164 I had
to manually backport this due to some merge conflicts. This was critical for
downstream projects and I was hoping it would be pi
https://github.com/bogner updated
https://github.com/llvm/llvm-project/pull/137877
>From 20a1723d5f4f9132e44ba7d76e11f94ca367e269 Mon Sep 17 00:00:00 2001
From: Justin Bogner
Date: Tue, 29 Apr 2025 11:59:37 -0700
Subject: [PATCH 1/2] [HLSL] Overloads for `lerp` with a scalar weight
This adds o
https://github.com/bogner updated
https://github.com/llvm/llvm-project/pull/137877
>From 20a1723d5f4f9132e44ba7d76e11f94ca367e269 Mon Sep 17 00:00:00 2001
From: Justin Bogner
Date: Tue, 29 Apr 2025 11:59:37 -0700
Subject: [PATCH] [HLSL] Overloads for `lerp` with a scalar weight
This adds overl
https://github.com/bogner edited
https://github.com/llvm/llvm-project/pull/137877
___
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.
Author: Martin Storsjö
Date: 2025-04-29T16:05:17-07:00
New Revision: ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e
URL:
https://github.com/llvm/llvm-project/commit/ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e
DIFF:
https://github.com/llvm/llvm-project/commit/ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/136752
___
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 updated
https://github.com/llvm/llvm-project/pull/136752
>From ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 22 Apr 2025 22:41:56 +0300
Subject: [PATCH] [libcxx] [test] Extend mingw workarounds for
github-actions[bot] wrote:
@anutosh491 (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.com/tstellar closed
https://github.com/llvm/llvm-project/pull/137616
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Anutosh Bhat
Date: 2025-04-29T15:54:13-07:00
New Revision: 8c2dc1b5aa7fc25d2083b60f04687f307bfc4e37
URL:
https://github.com/llvm/llvm-project/commit/8c2dc1b5aa7fc25d2083b60f04687f307bfc4e37
DIFF:
https://github.com/llvm/llvm-project/commit/8c2dc1b5aa7fc25d2083b60f04687f307bfc4e37.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137616
>From 8c2dc1b5aa7fc25d2083b60f04687f307bfc4e37 Mon Sep 17 00:00:00 2001
From: Anutosh Bhat
Date: Tue, 1 Apr 2025 18:03:45 +0530
Subject: [PATCH] [clang-repl] Implement LoadDynamicLibrary for clang-repl wasm
use
github-actions[bot] wrote:
@JonPsson1 (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.com/tstellar closed
https://github.com/llvm/llvm-project/pull/137628
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jonas Paulsson
Date: 2025-04-29T15:42:30-07:00
New Revision: 02afcbf63fee21d4acef0761693791f270460fec
URL:
https://github.com/llvm/llvm-project/commit/02afcbf63fee21d4acef0761693791f270460fec
DIFF:
https://github.com/llvm/llvm-project/commit/02afcbf63fee21d4acef0761693791f270460fec.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137628
>From 02afcbf63fee21d4acef0761693791f270460fec Mon Sep 17 00:00:00 2001
From: Jonas Paulsson
Date: Mon, 28 Apr 2025 07:04:07 -0600
Subject: [PATCH] [SystemZ] Fix compile time regression in
adjustInliningThresho
github-actions[bot] wrote:
@anutosh491 (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.com/tstellar closed
https://github.com/llvm/llvm-project/pull/137615
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Anutosh Bhat
Date: 2025-04-29T15:41:00-07:00
New Revision: c877757659e8d5d23610035ccbdeec8d96f6215b
URL:
https://github.com/llvm/llvm-project/commit/c877757659e8d5d23610035ccbdeec8d96f6215b
DIFF:
https://github.com/llvm/llvm-project/commit/c877757659e8d5d23610035ccbdeec8d96f6215b.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137615
>From c877757659e8d5d23610035ccbdeec8d96f6215b Mon Sep 17 00:00:00 2001
From: Anutosh Bhat
Date: Sat, 26 Apr 2025 12:16:26 +0530
Subject: [PATCH] [clang-repl] : Fix clang-repl crash with --cuda flag
(#136404)
github-actions[bot] wrote:
@dtcxzyw (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
h
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/137608
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Yingwei Zheng
Date: 2025-04-29T15:33:30-07:00
New Revision: f4779c389868d0edc05322059bf23434ae340349
URL:
https://github.com/llvm/llvm-project/commit/f4779c389868d0edc05322059bf23434ae340349
DIFF:
https://github.com/llvm/llvm-project/commit/f4779c389868d0edc05322059bf23434ae340349.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137608
>From f4779c389868d0edc05322059bf23434ae340349 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 26 Apr 2025 14:03:12 +0800
Subject: [PATCH] [InstCombine] Preserve signbit semantics of NaN with fold to
fa
github-actions[bot] wrote:
@dtcxzyw (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
h
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/137606
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Yingwei Zheng
Date: 2025-04-29T15:31:38-07:00
New Revision: 57a31e183dc8cf8b291768330f628ede741d98d2
URL:
https://github.com/llvm/llvm-project/commit/57a31e183dc8cf8b291768330f628ede741d98d2
DIFF:
https://github.com/llvm/llvm-project/commit/57a31e183dc8cf8b291768330f628ede741d98d2.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137606
>From 57a31e183dc8cf8b291768330f628ede741d98d2 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Thu, 24 Apr 2025 00:12:30 +0800
Subject: [PATCH] [InstCombine] Do not fold logical is_finite test (#136851)
This
tstellar wrote:
This has some failing tests.
https://github.com/llvm/llvm-project/pull/137490
___
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/tstellar closed
https://github.com/llvm/llvm-project/pull/137179
___
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 updated
https://github.com/llvm/llvm-project/pull/137179
>From 1cf8c7797d2b2447a0eadd1443498bc9be38042e Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 24 Apr 2025 15:15:47 +0200
Subject: [PATCH] [GlobalOpt] Do not promote malloc if there are atomic
loads/stor
Author: Nikita Popov
Date: 2025-04-29T15:22:30-07:00
New Revision: 1cf8c7797d2b2447a0eadd1443498bc9be38042e
URL:
https://github.com/llvm/llvm-project/commit/1cf8c7797d2b2447a0eadd1443498bc9be38042e
DIFF:
https://github.com/llvm/llvm-project/commit/1cf8c7797d2b2447a0eadd1443498bc9be38042e.diff
github-actions[bot] wrote:
@DavidSpickett (or anyone else). If you would like to add a note about this fix
in the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this P
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134072
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Yuval Deutscher
Date: 2025-04-29T15:16:48-07:00
New Revision: 24805c2e0817e67055af85a8740f04385dfbd08a
URL:
https://github.com/llvm/llvm-project/commit/24805c2e0817e67055af85a8740f04385dfbd08a
DIFF:
https://github.com/llvm/llvm-project/commit/24805c2e0817e67055af85a8740f04385dfbd08a.dif
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/134072
>From 24805c2e0817e67055af85a8740f04385dfbd08a Mon Sep 17 00:00:00 2001
From: Yuval Deutscher
Date: Mon, 31 Mar 2025 18:20:40 +0300
Subject: [PATCH] [lldb] Use correct path for lldb-server executable (#131519)
paschalis-mpeis wrote:
Hey @yota9, thanks for the input. I tried something similar.
Even when I use `stub.c` and link it with:
```diff
-# RUN: %clang %cflags -fpic -shared -xc /dev/null -o %t.so
-## Link against a DSO to ensure PLT entries.
+# RUN: %clang %cflags %p/../Inputs/stub.c -fPIC -share
aankit-ca wrote:
@kasuga-fj Should this PR be against the main branch?
https://github.com/llvm/llvm-project/pull/137663
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-
@@ -0,0 +1,113 @@
+//===- MCGOFFAttributes.h - Attributes of GOFF symbols
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
yota9 wrote:
Maybe I'm missing something but why use /dev/null library hack in the first
place here? There is
[stub.c](https://github.com/llvm/llvm-project/blob/main/bolt/test/Inputs/stub.c)
available with puts symbol already, just use it to compile so and link against
it, plt entry should ap
https://github.com/joaosaffran reopened
https://github.com/llvm/llvm-project/pull/137284
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -223,13 +197,95 @@ void GOFFOstream::finalizeRecord() {
}
namespace {
+// A GOFFSymbol holds all the data required for writing an ESD record.
+class GOFFSymbol {
+public:
+ std::string Name;
+ uint32_t EsdId;
+ uint32_t ParentEsdId;
+ uint64_t Offset = 0; // Offset of t
kparzysz wrote:
Previous PR: https://github.com/llvm/llvm-project/pull/137521
https://github.com/llvm/llvm-project/pull/137852
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-
https://github.com/joaosaffran closed
https://github.com/llvm/llvm-project/pull/137284
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
eugeneepshteyn wrote:
I have no opinion. If you need it there and it works, go a head and merge...
https://github.com/llvm/llvm-project/pull/137752
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
@@ -3623,6 +3623,9 @@ static llvm::omp::OpenMPOffloadMappingFlags
mapParentWithMembers(
LLVM::ModuleTranslation &moduleTranslation, llvm::IRBuilderBase &builder,
llvm::OpenMPIRBuilder &ompBuilder, DataLayout &dl, MapInfosTy
&combinedInfo,
MapInfoData &mapData, uin
@@ -3623,6 +3623,9 @@ static llvm::omp::OpenMPOffloadMappingFlags
mapParentWithMembers(
LLVM::ModuleTranslation &moduleTranslation, llvm::IRBuilderBase &builder,
llvm::OpenMPIRBuilder &ompBuilder, DataLayout &dl, MapInfosTy
&combinedInfo,
MapInfoData &mapData, uin
https://github.com/bhandarkar-pranav edited
https://github.com/llvm/llvm-project/pull/137199
___
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 approved this pull request.
LGTM with one (nit) comment.
https://github.com/llvm/llvm-project/pull/137199
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
@@ -0,0 +1,145 @@
+//===- MCSectionGOFF.cpp - GOFF Code Section Representation
---===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/thetruestblue reopened
https://github.com/llvm/llvm-project/pull/137353
___
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/thetruestblue closed
https://github.com/llvm/llvm-project/pull/137353
___
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-flang-semantics
@llvm/pr-subscribers-flang-openmp
Author: Krzysztof Parzyszek (kparzysz)
Changes
The parser will accept a wide variety of illegal attempts at forming an ATOMIC
construct, leaving it to the semantic analysis to diagnose any issues. This
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] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
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] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
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/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136151
>From 992e377b78bdfcd41924f8fa2775414f6caca8e3 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 15 Apr 2025 21:47:18 +0300
Subject: [PATCH] [BOLT] Gadget scanner: do not crash on debug-printing C
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/137224
>From 2b70037a627edc2d6fee8baaa3954ba0317dc13a Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 22 Apr 2025 21:43:14 +0300
Subject: [PATCH] [BOLT] Gadget scanner: detect untrusted LR before tail
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/135663
>From 400d90906ee247dbf4a1aeb09e7b69a785042c18 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Sat, 5 Apr 2025 14:54:01 +0300
Subject: [PATCH 1/4] [BOLT] Gadget scanner: detect authentication oracles
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136183
>From 96e1b04ab61480c080350d9fc2c658cb0364f4da Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 20:51:16 +0300
Subject: [PATCH] [BOLT] Gadget scanner: improve handling of unreachable
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/137224
>From 2b70037a627edc2d6fee8baaa3954ba0317dc13a Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 22 Apr 2025 21:43:14 +0300
Subject: [PATCH] [BOLT] Gadget scanner: detect untrusted LR before tail
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136183
>From 96e1b04ab61480c080350d9fc2c658cb0364f4da Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 20:51:16 +0300
Subject: [PATCH] [BOLT] Gadget scanner: improve handling of unreachable
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136151
>From 992e377b78bdfcd41924f8fa2775414f6caca8e3 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 15 Apr 2025 21:47:18 +0300
Subject: [PATCH] [BOLT] Gadget scanner: do not crash on debug-printing C
@@ -2432,12 +2437,40 @@ static void
tryToCreateAbstractReductionRecipe(VPReductionRecipe *Red,
Red->replaceAllUsesWith(AbstractR);
}
+/// This function tries to create an abstract recipe from a partial reduction
to
+/// hide its mul and extends from cost estimation.
+stati
https://github.com/thetruestblue milestoned
https://github.com/llvm/llvm-project/pull/137353
___
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/shafik commented:
The summary should also explain the problem being fixed and how exactly this
fixes the problem. The motivation for backporting is not clear to me from what
is provided.
https://github.com/llvm/llvm-project/pull/137806
___
https://github.com/thetruestblue updated
https://github.com/llvm/llvm-project/pull/137353
>From 2453cd24fd5fb9778b55155f77bf9d05a49539f9 Mon Sep 17 00:00:00 2001
From: davidtrevelyan
Date: Thu, 13 Mar 2025 10:18:25 +
Subject: [PATCH 1/2] [rtsan][Apple] Add interceptor for _os_nospin_lock_lo
shafik wrote:
> This is great, @hahnjo. We need this to unbreak llvm20 for downstream
> clients. LGTM!
Is there a bug report for this, I would like to understand how this is breaking
someone? IF there is not one, can we please file one.
Thank you
https://github.com/llvm/llvm-project/pull/13
tblah wrote:
PR Stack:
- Cancel parallel https://github.com/llvm/llvm-project/pull/137192
- Cancel sections https://github.com/llvm/llvm-project/pull/137193
- Cancel wsloop https://github.com/llvm/llvm-project/pull/137194
- Cancellation point https://github.com/llvm/llvm-project/pull/137205
- Can
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
@llvm/pr-subscribers-mlir
Author: Tom Eccles (tblah)
Changes
A cancel or cancellation point for taskgroup is always nested inside of a task
inside of the taskgroup. For the task which is cancelled, it is that task which
needs to be cleaned
https://github.com/tblah created
https://github.com/llvm/llvm-project/pull/137841
A cancel or cancellation point for taskgroup is always nested inside of a task
inside of the taskgroup. For the task which is cancelled, it is that task which
needs to be cleaned up: not the owning taskgroup. The
https://github.com/tblah updated
https://github.com/llvm/llvm-project/pull/137205
>From 7fbe43d895479254287466b957daa7747849e627 Mon Sep 17 00:00:00 2001
From: Tom Eccles
Date: Tue, 15 Apr 2025 15:40:39 +
Subject: [PATCH 1/2] [mlir][OpenMP] Convert omp.cancellation_point to LLVMIR
This is
@@ -0,0 +1,106 @@
+//===- MCGOFFAttributes.h - Attributes of GOFF symbols
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
jthackray wrote:
> Looks like something went wrong here?
A rebase fixed it; looks like it was transient.
https://github.com/llvm/llvm-project/pull/137702
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cg
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/137201
>From c86caed6b80bdd4ed4edeb77f65116584e61b83b Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Tue, 22 Apr 2025 12:04:45 +0100
Subject: [PATCH] [MLIR][OpenMP] Simplify OpenMP device codegen
After removing ho
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/137200
>From 6b734e2277969eeb200a292679c173c713b303f6 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Tue, 15 Apr 2025 16:59:18 +0100
Subject: [PATCH 1/2] [Flang][OpenMP] Minimize host ops remaining in device
compi
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/137199
>From 6ea52bf1986b5bba68d4d797590156daa38a4269 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Fri, 11 Apr 2025 13:40:14 +0100
Subject: [PATCH] [MLIR][OpenMP] Assert on map translation functions, NFC
This pa
redstar wrote:
> Also, the new tests seem to be failing in CI.
It's also failing in the base PR. Looks like I made a mistake with my last
update.
https://github.com/llvm/llvm-project/pull/137235
___
llvm-branch-commits mailing list
llvm-branch-commit
redstar wrote:
> Why do we need all that "virtual section" stuff? Wouldn't it suffice to exit
> early from ::writeText if the section length is zero?
A virtual sections cannot contain data, and the MC layer checks that this is
the case. This is the benefit I see in using a virtual sections. Bu
SamTebbs33 wrote:
Yeah that's the case :). Let me know if you have any issues applying it after
applying 113903 too.
https://github.com/llvm/llvm-project/pull/136173
___
llvm-branch-commits mailing list
llvm-branch-c
@@ -0,0 +1,106 @@
+//===- MCGOFFAttributes.h - Attributes of GOFF symbols
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/135663
>From 400d90906ee247dbf4a1aeb09e7b69a785042c18 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Sat, 5 Apr 2025 14:54:01 +0300
Subject: [PATCH 1/3] [BOLT] Gadget scanner: detect authentication oracles
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/137224
>From 7c7922d617558f5e4a5860015c10b6be32a18596 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 22 Apr 2025 21:43:14 +0300
Subject: [PATCH] [BOLT] Gadget scanner: detect untrusted LR before tail
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136147
>From ac2b5d4e1142763328cc5485ad5a02dddab606fc Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 15:40:05 +0300
Subject: [PATCH] [BOLT] Gadget scanner: clarify MCPlusBuilder callbacks
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/135663
>From 400d90906ee247dbf4a1aeb09e7b69a785042c18 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Sat, 5 Apr 2025 14:54:01 +0300
Subject: [PATCH 1/3] [BOLT] Gadget scanner: detect authentication oracles
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/135662
>From 4dee158b9a27bfcd597945e199382476a2cfe320 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Mon, 14 Apr 2025 15:08:54 +0300
Subject: [PATCH 1/5] [BOLT] Gadget scanner: refactor issue reporting
Re
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136147
>From ac2b5d4e1142763328cc5485ad5a02dddab606fc Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 15:40:05 +0300
Subject: [PATCH] [BOLT] Gadget scanner: clarify MCPlusBuilder callbacks
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136183
>From 8c62a8a6072029ffbc1acea316d516a1c7662496 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 20:51:16 +0300
Subject: [PATCH] [BOLT] Gadget scanner: improve handling of unreachable
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/137224
>From 7c7922d617558f5e4a5860015c10b6be32a18596 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 22 Apr 2025 21:43:14 +0300
Subject: [PATCH] [BOLT] Gadget scanner: detect untrusted LR before tail
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136183
>From 8c62a8a6072029ffbc1acea316d516a1c7662496 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 17 Apr 2025 20:51:16 +0300
Subject: [PATCH] [BOLT] Gadget scanner: improve handling of unreachable
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/136151
>From e48c57b56e4a94987050744f96a69600673efea3 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 15 Apr 2025 21:47:18 +0300
Subject: [PATCH] [BOLT] Gadget scanner: do not crash on debug-printing C
@@ -198,73 +198,147 @@ raw_ostream &operator<<(raw_ostream &OS, const
MCInstReference &);
namespace PAuthGadgetScanner {
+// The report classes are designed to be used in an immutable manner.
+// When an issue report is constructed in multiple steps, an attempt is made
+// t
@@ -198,73 +198,147 @@ raw_ostream &operator<<(raw_ostream &OS, const
MCInstReference &);
namespace PAuthGadgetScanner {
+// The report classes are designed to be used in an immutable manner.
+// When an issue report is constructed in multiple steps, an attempt is made
+// t
1 - 100 of 132 matches
Mail list logo