@@ -67,35 +68,84 @@ Semantic Highlighting
Compile flags
^
+- Fixed a bug where clangd would unnecessarily reparse open files whose
+ compile command did not change when receiving a new compile command
+ via an LSP `workspace/configuration` request (#GH115438)
+
github-actions[bot] wrote:
@topperc (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/127350
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Craig Topper
Date: 2025-02-15T22:12:01-08:00
New Revision: 94291653a7414df9d825d6be9d10be345456d30c
URL:
https://github.com/llvm/llvm-project/commit/94291653a7414df9d825d6be9d10be345456d30c
DIFF:
https://github.com/llvm/llvm-project/commit/94291653a7414df9d825d6be9d10be345456d30c.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127350
>From 94291653a7414df9d825d6be9d10be345456d30c Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Sat, 15 Feb 2025 14:13:32 -0800
Subject: [PATCH] [PowerPC] Use getSignedTargetConstant in
SelectOptimalAddrMode.
github-actions[bot] wrote:
@mordante (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/127232
>From 8b73dad2247835d4f97dc0a731d3173ce573d597 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Fri, 14 Feb 2025 18:27:54 +0100
Subject: [PATCH] [libc++][format] Disables the FTM on older MacOS versions.
(#12
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127232
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Mark de Wever
Date: 2025-02-15T22:10:42-08:00
New Revision: 8b73dad2247835d4f97dc0a731d3173ce573d597
URL:
https://github.com/llvm/llvm-project/commit/8b73dad2247835d4f97dc0a731d3173ce573d597
DIFF:
https://github.com/llvm/llvm-project/commit/8b73dad2247835d4f97dc0a731d3173ce573d597.diff
github-actions[bot] wrote:
@brad0 (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/125210
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Brad Smith
Date: 2025-02-15T22:08:36-08:00
New Revision: 73315311bd6a073ba45e938d8728d9b8f389453e
URL:
https://github.com/llvm/llvm-project/commit/73315311bd6a073ba45e938d8728d9b8f389453e
DIFF:
https://github.com/llvm/llvm-project/commit/73315311bd6a073ba45e938d8728d9b8f389453e.diff
LO
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/125210
>From 73315311bd6a073ba45e938d8728d9b8f389453e Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Fri, 31 Jan 2025 05:02:50 -0500
Subject: [PATCH] [llvm][Support] Enable dl_iterate_phdr support on OpenBSD and
Drag
https://github.com/lhames approved this pull request.
https://github.com/llvm/llvm-project/pull/126831
___
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:
@lhames (or anyone else). If you would like to add a note about this fix in the
release notes (completely optional). Please reply to this comment with a one or
two sentence description of the fix. When you are done, please add the
release:note label to this PR.
ht
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126831
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Lang Hames
Date: 2025-02-15T18:22:13-08:00
New Revision: 4fa59872f61b2c01abeac85e49a4a46e828fae9c
URL:
https://github.com/llvm/llvm-project/commit/4fa59872f61b2c01abeac85e49a4a46e828fae9c
DIFF:
https://github.com/llvm/llvm-project/commit/4fa59872f61b2c01abeac85e49a4a46e828fae9c.diff
LO
Author: Florian Mayer
Date: 2025-02-15T18:22:13-08:00
New Revision: d135ed0e3166ea306fefcd52d9bf0e2517d06521
URL:
https://github.com/llvm/llvm-project/commit/d135ed0e3166ea306fefcd52d9bf0e2517d06521
DIFF:
https://github.com/llvm/llvm-project/commit/d135ed0e3166ea306fefcd52d9bf0e2517d06521.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126831
>From 4fa59872f61b2c01abeac85e49a4a46e828fae9c Mon Sep 17 00:00:00 2001
From: Lang Hames
Date: Wed, 12 Feb 2025 10:00:10 +1100
Subject: [PATCH 1/2] [ORC] Switch to singleton pattern for UnwindInfoManager.
(#126
tstellar wrote:
> @tstellar Apologies -- this was superseded by #126831. I thought that that
> one had been merged already, but it has not been. Are you able to take a look?
Sure.
https://github.com/llvm/llvm-project/pull/126825
___
llvm-branch-commi
lhames wrote:
@tstellar Apologies -- this was superseded by
https://github.com/llvm/llvm-project/pull/126831. I thought that that one had
been merged already, but it has not been. Are you able to take a look?
https://github.com/llvm/llvm-project/pull/126825
@@ -67,35 +68,84 @@ Semantic Highlighting
Compile flags
^
+- Fixed a bug where clangd would unnecessarily reparse open files whose
+ compile command did not change when receiving a new compile command
+ via an LSP `workspace/configuration` request (#GH115438)
+
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Nathan Ridge (HighCommander4)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/127358.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+53-3)
``diff
diff --git a/clang-
https://github.com/HighCommander4 created
https://github.com/llvm/llvm-project/pull/127358
None
>From 77080f896293c948d9c87c8ce47df38ca81c2090 Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Sat, 15 Feb 2025 01:30:48 -0500
Subject: [PATCH] [clangd] Add clangd 20 release notes
---
clang-too
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Shilei Tian (shiltian)
Changes
This PR updates the SGPR layout to a striped caller/callee-saved design, similar
to the VGPR layout. The stripe width is set to 8.
Fixes #113782.
---
Patch is 2.57 MiB, truncated to 20.00 KiB below
https://github.com/shiltian ready_for_review
https://github.com/llvm/llvm-project/pull/127353
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
shiltian 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/127353?utm_source=stack-comment-downstack-mergeability-warning"
https://github.com/nikic approved this pull request.
https://github.com/llvm/llvm-project/pull/127350
___
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 256145b4b0058ae22a1040cd4b7ea44fc49a4ece
Requested by: @topperc
---
Full diff: https://github.com/llvm/llvm-project/pull/127350.diff
2 Files Affected:
- (modified) llvm/lib/Target/PowerPC/PPCIS
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127350
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@topperc What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127350
___
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/127350
Backport 256145b4b0058ae22a1040cd4b7ea44fc49a4ece
Requested by: @topperc
>From 04f2b87650eaa990521e07869cdaa78ceeb99243 Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Sat, 15 Feb 2025 14:13:32 -0800
Subject
https://github.com/MaskRay edited
https://github.com/llvm/llvm-project/pull/123600
___
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,115 @@
+# REQUIRES: loongarch
+
+# RUN: llvm-mc --filetype=obj --triple=loongarch32 -mattr=+relax --defsym
ELF32=1 %s -o %t.32.o
+# RUN: llvm-mc --filetype=obj --triple=loongarch64 -mattr=+relax %s -o %t.64.o
+
+# RUN: ld.lld %t.32.o -o %t.32
+# RUN: llvm-objdump -d --
https://github.com/MaskRay commented:
@xen0n May I ask you to double check the code? It seems good and appears to be
LGTMed by a colleague of the author.
https://github.com/llvm/llvm-project/pull/123600
___
llvm-branch-commits mailing list
llvm-branch
llvmbot wrote:
@frederick-vs-ja What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127342
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 248716f814d1d1fef88911d01a0b551d53c87c7a
Requested by: @mordante
---
Patch is 24.88 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127342.diff
2 Files Affect
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127342
___
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/127342
Backport 248716f814d1d1fef88911d01a0b551d53c87c7a
Requested by: @mordante
>From 286f33ed20e4e7964dfa7d2988dd6234ad63dd7e Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 15 Feb 2025 20:15:32 +0100
Subje
https://github.com/nikic approved this pull request.
https://github.com/llvm/llvm-project/pull/125210
___
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 Can you take a quick look at this one.
https://github.com/llvm/llvm-project/pull/125210
___
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 Any thoughts about this one?
https://github.com/llvm/llvm-project/pull/125206
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tstellar wrote:
cc @Zentrik @dyung
https://github.com/llvm/llvm-project/pull/127294
___
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-libcxx
Author: None (llvmbot)
Changes
Backport cffc1ac3491c891ef4f80bcbfa685710e477eeac
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/127310.diff
1 Files Affected:
- (modified) libcxx/include/__configuration/platfor
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127310
Backport cffc1ac3491c891ef4f80bcbfa685710e477eeac
Requested by: @ldionne
>From 49edc61061abd15b7b6a240463c3a296e4286569 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Sat, 15 Feb 2025 10:54:00 +0100
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127310
___
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.
https://github.com/llvm/llvm-project/pull/127232
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Nikolas Klauser
Date: 2025-02-15T10:39:03+01:00
New Revision: 12ee5438c8e2a646954b6159897fa8198e387751
URL:
https://github.com/llvm/llvm-project/commit/12ee5438c8e2a646954b6159897fa8198e387751
DIFF:
https://github.com/llvm/llvm-project/commit/12ee5438c8e2a646954b6159897fa8198e387751.dif
https://github.com/Meinersbur edited
https://github.com/llvm/llvm-project/pull/110217
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
49 matches
Mail list logo