https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e5adae44b8e8ebbb0438d1c5972f3937711954a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/2] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e5adae44b8e8ebbb0438d1c5972f3937711954a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/2] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/petrhosek approved this pull request.
https://github.com/llvm/llvm-project/pull/135457
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -729,6 +729,62 @@ emitInfo(const RecordDecl *D, const FullComment *FC, int
LineNumber,
return {std::move(I), std::move(Parent)};
}
+std::pair, std::unique_ptr>
+emitInfo(const VarDecl *D, const FullComment *FC, int LineNumber,
+ llvm::StringRef File, bool IsFileI
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/129481
>From b0da5dc1e277381c3819e1980b97199286f9208d Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Mon, 3 Mar 2025 07:20:10 -0800
Subject: [PATCH 1/2] format
Created using spr 1.3.4
---
bolt/test/link_fdata.py | 4
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/129481
>From b0da5dc1e277381c3819e1980b97199286f9208d Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Mon, 3 Mar 2025 07:20:10 -0800
Subject: [PATCH 1/2] format
Created using spr 1.3.4
---
bolt/test/link_fdata.py | 4
https://github.com/huaatian approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/134775
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
huaatian wrote:
LGTM
https://github.com/llvm/llvm-project/pull/134775
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
huaatian wrote:
> @Huatian can you review this cherry-pick?
OK
https://github.com/llvm/llvm-project/pull/134775
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
androm3da wrote:
@huatian can you review this cherry-pick?
https://github.com/llvm/llvm-project/pull/134775
___
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-hexagon
Author: None (llvmbot)
Changes
Backport 32c39092eab3a401d9d028c21f4707102fd70e32
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/135461.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hex
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/135461
Backport 32c39092eab3a401d9d028c21f4707102fd70e32
Requested by: @androm3da
>From 397e1470b8660e58fe8bda678eaba263dd7dcc69 Mon Sep 17 00:00:00 2001
From: Ikhlas Ajbar
Date: Fri, 11 Apr 2025 14:25:50 -0500
Subje
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/135461
___
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/ilovepi ready_for_review
https://github.com/llvm/llvm-project/pull/135457
___
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/ilovepi created
https://github.com/llvm/llvm-project/pull/135457
clang-doc didn't visit VarDecl, and hence never collected info
from class statics members and functions.
Fixes #59813.
>From 4b02fd4b9043237a997f01b3fa814c6f172d98d8 Mon Sep 17 00:00:00 2001
From: Paul Kirth
D
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Paul Kirth (ilovepi)
Changes
clang-doc didn't visit VarDecl, and hence never collected info
from class statics members and functions.
Fixes #59813.
---
Full diff: https://github.com/llvm/llvm-project/pull/135457.diff
5 Files
Author: Jonas Devlieghere
Date: 2025-04-11T16:56:53-07:00
New Revision: 19d761478bdad5615e3f3c7f4a1b71c1c698725b
URL:
https://github.com/llvm/llvm-project/commit/19d761478bdad5615e3f3c7f4a1b71c1c698725b
DIFF:
https://github.com/llvm/llvm-project/commit/19d761478bdad5615e3f3c7f4a1b71c1c698725b.d
ilovepi wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/135457?utm_source=stack-comment-downstack-mergeability-warning";
marcauberer wrote:
> @marcauberer (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.
llvmbot wrote:
@llvm/pr-subscribers-llvm-binary-utilities
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
Changes
Add support for the LLVM IR format and be able to generate logical views.
Both textual representation (.ll) and bitcode (.bc) format are supported.
Note: This patch requi
llvmbot wrote:
@llvm/pr-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
Changes
Add support for the LLVM IR format and be able to generate logical views.
Both textual representation (.ll) and bitcode (.bc) format are supported.
Note: This patch requires:
Add
https://github.com/jmorse approved this pull request.
Seems fine, but the test is hard to decipher, future generations will praise us
if it can be simplified.
https://github.com/llvm/llvm-project/pull/133491
___
llvm-branch-commits mailing list
llvm-b
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/133490
___
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/jmorse approved this pull request.
LGTM (although the hand-written tests are more fun and easier to read)
https://github.com/llvm/llvm-project/pull/133490
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:
https://github.com/pogo59 edited
https://github.com/llvm/llvm-project/pull/133486
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -752,6 +752,14 @@ llvm::UnrollLoop(Loop *L, UnrollLoopOptions ULO, LoopInfo
*LI,
}
}
+ // Remap source location atom instance. Do this now, rather than
+ // when we remap instructions, because remap is called once we've
+ // cloned all blocks (
https://github.com/jmorse commented:
Looks good, but question inline
https://github.com/llvm/llvm-project/pull/133489
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/133489
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,68 @@
+; RUN: opt -S -passes=jump-threading,verify %s | FileCheck %s
+
+;; Modified from llvm/test/Transforms/JumpThreading/thread-two-bbs.ll
+;;
+;; JumpThreading duplicates bb.cond2 to thread through bb.file to bb.f2 or
exit.
+;;
+;; Check the duplicated instructions
https://github.com/jmorse approved this pull request.
Whilst being some complicated threading, LGTM
https://github.com/llvm/llvm-project/pull/133488
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/
https://github.com/jmorse commented:
The previous patch in this stack #133486 calls remapSourceAtoms before calling
calling threadEdge; and this patch adds a call to remapSourceAtoms into
threadEdge, so it'll be called twice. Is this just inconsequential or
deliberate, or meaningless?
https:
@@ -0,0 +1,78 @@
+; RUN: opt %s --passes=jump-threading -S -o - -S | FileCheck %s
+
+;;+-> T1 -+
+;;| v +-> T2
+;; Entry -+ Merge -+
+;;| ^ +-> F2
+;;+-> F1 -+
+;;
+;; Thread T1 -> T2 and F1 -> F2 through Merge.
+;;
+;;
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/133487
___
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/130580
>From e0db588f3db40b1486e215c5d0b72a8f9ea2b018 Mon Sep 17 00:00:00 2001
From: Marc Auberer
Date: Mon, 10 Mar 2025 11:53:45 +0100
Subject: [PATCH] [IR] Fix assertion error in User new/delete edge case
(#129914)
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/133486
___
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/jmorse approved this pull request.
LGTM with nits
https://github.com/llvm/llvm-project/pull/133486
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co
@@ -0,0 +1,68 @@
+; RUN: opt -S -passes=jump-threading,verify %s | FileCheck %s
+
+;; Modified from llvm/test/Transforms/JumpThreading/thread-two-bbs.ll
+;;
+;; JumpThreading duplicates bb.cond2 to thread through bb.file to bb.f2 or
exit.
+;;
+;; Check the duplicated instructions
@@ -2087,8 +2097,10 @@ void
JumpThreadingPass::cloneInstructions(ValueToValueMapTy &ValueMapping,
adaptNoAliasScopes(New, ClonedScopes, Context);
CloneAndRemapDbgInfo(New, &*BI);
+if (const DebugLoc &DL = New->getDebugLoc())
+ mapAtomInstance(DL, ValueMapping
@@ -2314,6 +2326,7 @@ void
JumpThreadingPass::threadThroughTwoBasicBlocks(BasicBlock *PredPredBB,
{DominatorTree::Insert, PredPredBB, NewBB},
{DominatorTree::Delete, PredPredBB, PredBB}});
+ remapSourceAtoms(ValueMapping, NewBB->begin(), NewBB->end());
github-actions[bot] wrote:
@marcauberer (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/130580
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Marc Auberer
Date: 2025-04-11T13:05:07-07:00
New Revision: e0db588f3db40b1486e215c5d0b72a8f9ea2b018
URL:
https://github.com/llvm/llvm-project/commit/e0db588f3db40b1486e215c5d0b72a8f9ea2b018
DIFF:
https://github.com/llvm/llvm-project/commit/e0db588f3db40b1486e215c5d0b72a8f9ea2b018.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134058
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1821,9 +1821,9 @@ static DebugLoc inlineDebugLoc(DebugLoc OrigDL,
DILocation *InlinedAt,
/// to encode location where these instructions are inlined.
static void fixupLineNumbers(Function *Fn, Function::iterator FI,
Instruction *TheCall, bool C
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/133485
___
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/jmorse approved this pull request.
LGTM with nit
https://github.com/llvm/llvm-project/pull/133485
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com
https://github.com/nikic approved this pull request.
I think this is okay to backport. We should do this properly on main, but this
is probably the more conservative fix.
https://github.com/llvm/llvm-project/pull/130580
___
llvm-branch-commits mailing
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/134058
>From d5bb7b866e59b395aade5fb2049eac0f4fddcced Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?=
Date: Wed, 2 Apr 2025 11:52:41 +0200
Subject: [PATCH] Avoid a race condition in opt-viewer/optrecord
Author: Miro Hrončok
Date: 2025-04-11T12:29:56-07:00
New Revision: d5bb7b866e59b395aade5fb2049eac0f4fddcced
URL:
https://github.com/llvm/llvm-project/commit/d5bb7b866e59b395aade5fb2049eac0f4fddcced
DIFF:
https://github.com/llvm/llvm-project/commit/d5bb7b866e59b395aade5fb2049eac0f4fddcced.diff
tstellar wrote:
Ping @amy-kwan
https://github.com/llvm/llvm-project/pull/134052
___
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/hekota updated
https://github.com/llvm/llvm-project/pull/135287
>From 6fb658a603f116f29e635e4802a8d77b896150ff Mon Sep 17 00:00:00 2001
From: Helena Kotas
Date: Thu, 10 Apr 2025 17:31:57 -0700
Subject: [PATCH 1/4] [HLSL] Allow register annotations to specify only `space`
Spe
https://github.com/jmorse approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/133484
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tstellar wrote:
@AaronBallman @cor3ntin Any thoughts on this one?
https://github.com/llvm/llvm-project/pull/133460
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
tstellar wrote:
Can we close this?
https://github.com/llvm/llvm-project/pull/132997
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tstellar wrote:
@nikic Should we close this?
https://github.com/llvm/llvm-project/pull/130580
___
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:
@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
Author: Yingwei Zheng
Date: 2025-04-11T11:51:02-07:00
New Revision: d15fef4209f12b9549509d6c6a7156d8e6cdba9e
URL:
https://github.com/llvm/llvm-project/commit/d15fef4209f12b9549509d6c6a7156d8e6cdba9e
DIFF:
https://github.com/llvm/llvm-project/commit/d15fef4209f12b9549509d6c6a7156d8e6cdba9e.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/135291
___
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/135291
>From d15fef4209f12b9549509d6c6a7156d8e6cdba9e Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Fri, 11 Apr 2025 09:03:06 +0800
Subject: [PATCH] [IndVarSimplify] Handle the case where both operands are the
sa
mordante wrote:
> Are these test failures relevant?
No there was an issue with the AIX-32 build bot last week.
https://github.com/llvm/llvm-project/pull/134895
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.
github-actions[bot] wrote:
@RKSimon (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
Author: Stefan Schmidt
Date: 2025-04-11T11:37:58-07:00
New Revision: 91647ae0dffed1dedcd9ef9214e1ea849b391bbe
URL:
https://github.com/llvm/llvm-project/commit/91647ae0dffed1dedcd9ef9214e1ea849b391bbe
DIFF:
https://github.com/llvm/llvm-project/commit/91647ae0dffed1dedcd9ef9214e1ea849b391bbe.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/135191
___
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/135191
>From 91647ae0dffed1dedcd9ef9214e1ea849b391bbe Mon Sep 17 00:00:00 2001
From: Stefan Schmidt
Date: Wed, 9 Apr 2025 11:19:26 +0200
Subject: [PATCH] [X86][SSE] Don't emit SSE2 load instructions in SSE1-only
mode
https://github.com/uweigand milestoned
https://github.com/llvm/llvm-project/pull/135413
___
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:
@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
Author: Owen Pan
Date: 2025-04-11T11:33:19-07:00
New Revision: d05543ed07965560c1e2cc6f5239a22201d64813
URL:
https://github.com/llvm/llvm-project/commit/d05543ed07965560c1e2cc6f5239a22201d64813
DIFF:
https://github.com/llvm/llvm-project/commit/d05543ed07965560c1e2cc6f5239a22201d64813.diff
LOG:
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/135118
___
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/135118
>From d05543ed07965560c1e2cc6f5239a22201d64813 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Wed, 9 Apr 2025 17:52:12 -0700
Subject: [PATCH] [clang-format] Keep the space between `not` and a unary
operator (#13
tstellar wrote:
Are these test failures relevant?
https://github.com/llvm/llvm-project/pull/134895
___
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
Author: Paul Kirth
Date: 2025-04-11T11:30:09-07:00
New Revision: 81220e68a49615a3098ae246601467e1dab92fba
URL:
https://github.com/llvm/llvm-project/commit/81220e68a49615a3098ae246601467e1dab92fba
DIFF:
https://github.com/llvm/llvm-project/commit/81220e68a49615a3098ae246601467e1dab92fba.diff
LO
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134711
___
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/134711
>From 81220e68a49615a3098ae246601467e1dab92fba Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:41:49 -0700
Subject: [PATCH] [fatlto] Add coroutine passes when using FatLTO with ThinLTO
(#1344
https://github.com/tstellar updated
https://github.com/llvm/llvm-project/pull/134514
>From edb54a7821fede0536e295ddf9966068bdc763af Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 5 Apr 2025 13:35:45 -0700
Subject: [PATCH] Release/20.x: [clang-format] Set C11 instead of C17 for LK_C
Backpor
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134295
___
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:
@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
Author: Owen Pan
Date: 2025-04-11T11:17:54-07:00
New Revision: edb54a7821fede0536e295ddf9966068bdc763af
URL:
https://github.com/llvm/llvm-project/commit/edb54a7821fede0536e295ddf9966068bdc763af
DIFF:
https://github.com/llvm/llvm-project/commit/edb54a7821fede0536e295ddf9966068bdc763af.diff
LOG:
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134514
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mordante wrote:
I agree Louis should chime in when he's back. I just want to make sure we have
a patch to pin this so things remain stable until that time. It seems this
broke when switching from the 16.3 beta/rc? 1.to the final version. I've added
the bug report to my list of things to discus
github-actions[bot] wrote:
@ziyao233 (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/134479
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Tiezhu Yang
Date: 2025-04-11T11:15:57-07:00
New Revision: 4181e829d1dbc8290e4223c8268c6333c26bfe7a
URL:
https://github.com/llvm/llvm-project/commit/4181e829d1dbc8290e4223c8268c6333c26bfe7a
DIFF:
https://github.com/llvm/llvm-project/commit/4181e829d1dbc8290e4223c8268c6333c26bfe7a.diff
L
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/134479
>From 4181e829d1dbc8290e4223c8268c6333c26bfe7a Mon Sep 17 00:00:00 2001
From: Tiezhu Yang
Date: Fri, 7 Feb 2025 11:18:40 +0800
Subject: [PATCH] [LLDB][LoongArch] Fix build errors about
NT_LOONGARCH_HW_{BREAK,WA
tstellar wrote:
OK, we'll skip this one.
https://github.com/llvm/llvm-project/pull/130017
___
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/uweigand edited
https://github.com/llvm/llvm-project/pull/135413
___
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.
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134407
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Martin Storsjö
Date: 2025-04-11T11:09:26-07:00
New Revision: 7436329bfee9b2af90e6954e4a6f4be21137b8f1
URL:
https://github.com/llvm/llvm-project/commit/7436329bfee9b2af90e6954e4a6f4be21137b8f1
DIFF:
https://github.com/llvm/llvm-project/commit/7436329bfee9b2af90e6954e4a6f4be21137b8f1.diff
https://github.com/tstellar updated
https://github.com/llvm/llvm-project/pull/134407
>From 7436329bfee9b2af90e6954e4a6f4be21137b8f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Fri, 4 Apr 2025 17:53:19 +0300
Subject: [PATCH] Revert "[clang] [ARM] Explicitly enable NEON
https://github.com/philnik777 approved this pull request.
@ldionne Should make sure this is correct when he is back. I'm not entirely
sure whether "latest stable release" means latest minor or latest major (also,
we're not up-to-date in the docs which XCode we're supporting).
https://github.co
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Ulrich Weigand (uweigand)
Changes
The recently announced IBM z17 processor implements the architecture already
supported as "arch15" in LLVM. This patch adds support for "z17" as an
alternate architecture name for arch15.
This patch also
github-actions[bot] wrote:
@phoebewang (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.
Zingam wrote:
I posted a similar comment here:
https://github.com/llvm/llvm-project/pull/134496
I think the compiler support table needs to be updated with "Apple Clang 17",
is that so?
https://libcxx.llvm.org/
https://github.com/llvm/llvm-project/pull/135412
__
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134331
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Aaron Puchert
Date: 2025-04-11T11:06:54-07:00
New Revision: a0c8959cc880900e5f8ad5721388777984fe7044
URL:
https://github.com/llvm/llvm-project/commit/a0c8959cc880900e5f8ad5721388777984fe7044
DIFF:
https://github.com/llvm/llvm-project/commit/a0c8959cc880900e5f8ad5721388777984fe7044.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/134331
>From a0c8959cc880900e5f8ad5721388777984fe7044 Mon Sep 17 00:00:00 2001
From: Aaron Puchert
Date: Thu, 3 Apr 2025 15:56:53 +0200
Subject: [PATCH] [X86] When expanding LCMPXCHG16B_SAVE_RBX, substitute RBX in
bas
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
This version is the current version, to avoid unplanned automatic updates in
the future pin this version.
---
Full diff: https://github.com/llvm/llvm-project/pull/135412.diff
1 Files Affected:
- (modif
https://github.com/mordante created
https://github.com/llvm/llvm-project/pull/135412
This version is the current version, to avoid unplanned automatic updates in
the future pin this version.
>From 3ba88a658be638776bbf54da3f1a0d41fe8756c1 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Fri,
1 - 100 of 164 matches
Mail list logo