llvmbot wrote:
@jhuber6 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127842
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
@llvm/pr-subscribers-llvm-globalisel
Author: None (llvmbot)
Changes
Backport 70ed381b1693697dec3efcaed161d3626d16cff1
Requested by: @davemgreen
---
Patch is 34.38 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llv
@@ -5294,10 +5294,14 @@ def err_template_missing_args : Error<
"%select{class template|function template|variable template|alias template|"
"template template parameter|concept|template}0 %1 requires template "
"arguments">;
-def err_template_arg_list_different_arity : Er
@@ -12822,6 +12826,9 @@ class Sema final : public SemaBase {
/// We are performing partial ordering for template template parameters.
PartialOrderingTTP,
+
+ /// Checking a Template Parameter
cor3ntin wrote:
This could use a more descriptive
@@ -11802,9 +11817,10 @@ class Sema final : public SemaBase {
bool PartialOrdering,
bool *StrictPackMatch);
+ SmallString<128> toTerseString(const NamedDecl &D) const;
cor3ntin wrote:
llvmbot wrote:
@boomanaiden154 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128884
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport a684e0ea57ebb93c81506c066afb25cb496dcc11
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128884.diff
1 Files Affected:
- (modified) .github/workflows/release-bi
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
Author: Florian Hahn (fhahn)
Changes
Backport
https://github.com/llvm/llvm-project/commit/8009c1fd81ad0b6ac65724d2b134a92db48f8fbf
---
Full diff: https://github.com/llvm/llvm-project/pull/128879.diff
2 Files Affected:
- (modified) llvm/
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128884
Backport a684e0ea57ebb93c81506c066afb25cb496dcc11
Requested by: @tstellar
>From 83058aadeef4a2995c2610abe3119ed86371cd3e Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 12 Feb 2025 10:01:46 -0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128884
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Bruno Cardoso Lopes
Date: 2025-02-26T16:00:26-08:00
New Revision: 7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846
URL:
https://github.com/llvm/llvm-project/commit/7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846
DIFF:
https://github.com/llvm/llvm-project/commit/7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/127932
>From 86a52d82e858c24a0f756f583a1b3d8dac3087d8 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 19 Feb 2025 22:53:55 +
Subject: [PATCH 01/20] parsing root constant
---
llvm/lib/Target/DirectX/DXIL
llvmbot wrote:
@boomanaiden154 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128945
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128945
Backport d595d5a770d93c9564268fc631d85f3a6ce1f505
Requested by: @tstellar
>From 77e6d0893b4b21a962d76f3f805ebb1b4691b0f3 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Fri, 14 Feb 2025 07:28:44 -0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128945
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport d595d5a770d93c9564268fc631d85f3a6ce1f505
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128945.diff
1 Files Affected:
- (modified) .github/workflows/release-bi
Author: Daniel Thornburgh
Date: 2025-02-26T14:00:23-08:00
New Revision: c788a84fdd2316daa0204a13bdf93a503b95cabf
URL:
https://github.com/llvm/llvm-project/commit/c788a84fdd2316daa0204a13bdf93a503b95cabf
DIFF:
https://github.com/llvm/llvm-project/commit/c788a84fdd2316daa0204a13bdf93a503b95cabf.d
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 9faff902639aece87b72ed5235d71b8b68533074
e982a61657da5eb4c7f2618c95f0c6d3493cb854 --e
@@ -134,12 +134,12 @@ TEST(RootSignature, ParseRootFlags) {
)"));
uint8_t Buffer[] = {
- 0x44, 0x58, 0x42, 0x43, 0x32, 0x9A, 0x53, 0xD8, 0xEC, 0xBE, 0x35, 0x6F,
- 0x05, 0x39, 0xE1, 0xFE, 0x31, 0x20, 0xF0, 0xC1, 0x01, 0x00, 0x00, 0x00,
+ 0x44, 0x58, 0x42, 0
github-actions[bot] wrote:
@amy-kwan (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: Amy Kwan
Date: 2025-02-25T15:01:32-08:00
New Revision: 5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1
URL:
https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1
DIFF:
https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1.diff
LOG:
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/11] first working version
---
.../llvm/MC/DXContainerRootS
Author: Akshat Oke
Date: 2025-02-26T10:54:09+05:30
New Revision: 6ea4e1e1415d4902c69670343205b5c44f51514a
URL:
https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a
DIFF:
https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a.diff
LO
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128841
Backport ae839b02504a68a0dfe63ac8ec314d9d7a6ce8df
Requested by: @ChuanqiXu9
>From 0c59624ff222149bd926fbbe68d3c68c01db28de Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Wed, 26 Feb 2025 16:03:04 +0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128841
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: None (llvmbot)
Changes
Backport ae839b02504a68a0dfe63ac8ec314d9d7a6ce8df
Requested by: @ChuanqiXu9
---
Full diff: https://github.com/llvm/llvm-project/pull/128841.diff
4 Files Affected:
- (modified) clang-tools-extra/clangd/ModulesBui
llvmbot wrote:
@kadircet What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128841
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/joaosaffran closed
https://github.com/llvm/llvm-project/pull/128577
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128793
>From 560ac756cb18db3f6252b4d43e0444b10fd36e8b Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 16:10:20 -0800
Subject: [PATCH] [CMake][Release] Statically link ZSTD on all OSes (#128554)
This
github-actions[bot] wrote:
@tstellar (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/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/12] first working version
---
.../llvm/MC/DXContainerRootS
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128793
Backport 09832777d830e0fddff84bf36793ec4e453656b0
Requested by: @tstellar
>From 2ca80566033289f3401f4ee8957eb166dad04f62 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 16:10:20 -0800
Subjec
llvmbot wrote:
@keith What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128793
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128793
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 09832777d830e0fddff84bf36793ec4e453656b0
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128793.diff
1 Files Affected:
- (modified) clang/cmake/caches/Release.cmake (+1-3
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128539
>From b8b7fce446a6516be6bee61456e7292f7c1afb86 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 24 Feb 2025 18:06:51 +0100
Subject: [PATCH] [PPC][MC] Restore support for case-insensitive register names
(#
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/128730
>From a2112e20c736b1648ada1aa0b976f42fedf62a23 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 07:33:42 -0800
Subject: [PATCH] [CMake][Release] Enable bolt optimization for clang on Linux
(#1
github-actions[bot] wrote:
@tstellar (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-clang
Author: Younan Zhang (zyn0217)
Changes
This fixes a potential integer overflow bug that has been around for many
versions and was exposed by my patch recently. So we think it warrants a
backport.
Backports b8d1f3d62.
---
Full diff: https://gith
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: None (llvmbot)
Changes
Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/128717.diff
4 Files Affected:
- (modified) llvm/include/llvm/ADT/APFloat.h
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128717
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128717
Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c
Requested by: @dtcxzyw
>From 21a6ae4cfdf1f364fe18cf152fe9eff543b4899b Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Tue, 25 Feb 2025 22:03:17 +0800
Subjec
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128717
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Make sure we're able to print cbuffer comments in a way that's compatible with
DXC.
Fixes #128562
---
Full diff: https://github.com/llvm/llvm-project/pull/128698.diff
2 Files Affected:
- (modif
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 7e00339e259f01f8b18d409760d78eee2460aeee
be9554eabde52e6feb37ad91935ee73aacdf00d6 --e
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenProb).
Otherwise, it will split the e
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenProb).
Otherwise, it will split the
llvmbot wrote:
@llvm/pr-subscribers-backend-arm
@llvm/pr-subscribers-backend-powerpc
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenPro
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128518
>From 350e0e2b45331279a003d3ab7c7178680e533158 Mon Sep 17 00:00:00 2001
From: David Truby
Date: Fri, 21 Feb 2025 18:50:52 +
Subject: [PATCH] [flang] fix AArch64 PCS for struct following pointer
(#127802)
P
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: None (llvmbot)
Changes
Backport af68927a831c45b92248b1f6fc24d445be42dd91
Requested by: @SLTozer
---
Full diff: https://github.com/llvm/llvm-project/pull/128734.diff
2 Files Affected:
- (modified) llvm/lib/IR/Instruction.cpp (+1-4)
-
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/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/7] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/10] first working version
---
.../llvm/MC/DXContainerRootS
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Amy Kwan (amy-kwan)
Changes
This PR adds LLVM 20.1.0 release notes that are related to the PowerPC target.
---
Full diff: https://github.com/llvm/llvm-project/pull/128764.diff
2 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/8] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128686
>From 83081919e42376eb3cdbb8267daaf8da0691f9ae Mon Sep 17 00:00:00 2001
From: Jonas Hahnfeld
Date: Fri, 21 Feb 2025 21:19:56 +0100
Subject: [PATCH] [Support] Ensure complete type DelimitedScope (#127459)
`JSONS
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/128639
>From d919b8d97b12c24a13e1e92aa66ef1421e20104b Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Tue, 25 Feb 2025 14:35:07 +0800
Subject: [PATCH] [Clang] Handle instantiating captures in
addInstantiatedCaptures
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/9] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128283
>From 69ee30f9db773048d314db466aaa187b6843c3c0 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 22 Feb 2025 12:06:34 +0800
Subject: [PATCH] [DAGCombiner] visitFREEZE: Early exit when N is deleted
(#12816
github-actions[bot] wrote:
@zyn0217 (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/128690
>From d6fd6e4d6acfab8744064b03f1a86e16dfe53ec6 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Tue, 25 Feb 2025 13:29:42 +0800
Subject: [PATCH] [Serialization] Update DECL_LAST
Address post commit review at
htt
github-actions[bot] wrote:
@arsenm (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/128720
>From c02bd85194d3cb6416baaf3dd607a056f2047720 Mon Sep 17 00:00:00 2001
From: Alexandre Ganea
Date: Mon, 24 Feb 2025 08:53:44 -0500
Subject: [PATCH] On Windows, remove the UCRT libraries from the release script
github-actions[bot] wrote:
@androm3da (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.
github-actions[bot] wrote:
@hahnjo (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
github-actions[bot] wrote:
@aganea (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/128738
>From d18f15fe53bc1948e427ed1481b1f586938009d9 Mon Sep 17 00:00:00 2001
From: Ikhlas Ajbar
Date: Tue, 25 Feb 2025 09:07:29 -0600
Subject: [PATCH] [Hexagon] Add a case to BitTracker for new register class
(#1285
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128734
>From addf1c97117e52bd52f445a360047c2752df9d1a Mon Sep 17 00:00:00 2001
From: Stephen Tozer
Date: Tue, 25 Feb 2025 14:49:59 +
Subject: [PATCH] Do not treat llvm.fake.use as a debug instruction (#128684)
The
github-actions[bot] wrote:
@SLTozer (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/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128738
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128738
Backport 4f7d8948d9d9a0d366ac737247abab2246834e05
Requested by: @androm3da
>From 1e3539f8397536938e20c21f2d59b972741c18e4 Mon Sep 17 00:00:00 2001
From: Ikhlas Ajbar
Date: Tue, 25 Feb 2025 09:07:29 -0600
Subje
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 4f7d8948d9d9a0d366ac737247abab2246834e05
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/128738.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hex
llvmbot wrote:
@androm3da What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128738
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
github-actions[bot] wrote:
@DavidTruby (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.
github-actions[bot] wrote:
@ChuanqiXu9 (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/128717
>From c99be9188631e5f5a21a0041d85385bd05659a3d Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Tue, 25 Feb 2025 22:03:17 +0800
Subject: [PATCH] [X86][DAGCombiner] Skip x87 fp80 values in
`combineFMulOrFDivWi
llvmbot wrote:
@OCHyams What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128734
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128734
Backport af68927a831c45b92248b1f6fc24d445be42dd91
Requested by: @SLTozer
>From d2fbc2e17976e9e9d269527dade3b55d63a62951 Mon Sep 17 00:00:00 2001
From: Stephen Tozer
Date: Tue, 25 Feb 2025 14:49:59 +
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128734
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/6] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/5] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128730
Backport 148111fdcf0e807fe74274b18fcf65c4cff45d63
Requested by: @tstellar
>From 43d72482dd0a370063db0684b4bd552f2b0456cc Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 07:33:42 -0800
Subjec
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 148111fdcf0e807fe74274b18fcf65c4cff45d63
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128730.diff
2 Files Affected:
- (modified) .github/workflows/release-bi
llvmbot wrote:
@tru What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128730
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128730
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
@llvm/pr-subscribers-backend-amdgpu
Author: Petar Avramovic (petar-avramovic)
Changes
In preparations for implementing temporal divergence lowering for
global-isel, switch llvm-ir tests for amdgpu divergence lowering
to new reg bank selec
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128720
Backport 4ba3ebe
Requested by: @aganea
>From 89d34250f1a270577ee44f9a2d8715e27fd7835f Mon Sep 17 00:00:00 2001
From: Alexandre Ganea
Date: Mon, 24 Feb 2025 08:53:44 -0500
Subject: [PATCH] On Windows, remove th
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128720
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@zmodem What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128720
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mats Jun Larsen (junlarsen)
Changes
Follow-up to #123569
---
Full diff: https://github.com/llvm/llvm-project/pull/128715.diff
1 Files Affected:
- (modified) clang/lib/CodeGen/CGObjCGNU.cpp (+10-19)
``diff
diff --git a/clang/l
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Mats Jun Larsen (junlarsen)
Changes
Follow-up to #123569
---
Full diff: https://github.com/llvm/llvm-project/pull/128715.diff
1 Files Affected:
- (modified) clang/lib/CodeGen/CGObjCGNU.cpp (+10-19)
``diff
diff --git a
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Fixes #112992
---
Full diff: https://github.com/llvm/llvm-project/pull/128699.diff
9 Files Affected:
- (modified) llvm/docs/DirectX/DXILResources.rst (+120-6)
- (modified) llvm/include/llvm/IR/I
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Justin Bogner (bogner)
Changes
Fixes #112992
---
Full diff: https://github.com/llvm/llvm-project/pull/128699.diff
9 Files Affected:
- (modified) llvm/docs/DirectX/DXILResources.rst (+120-6)
- (modified) llvm/include/llvm/IR/Intrinsic
github-actions[bot] wrote:
@jhuber6 (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/127589
>From 160e6ace3e1a35b05d1f277aaf34034b1174c5b0 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 11 Feb 2025 14:32:30 +0100
Subject: [PATCH] [mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and
MLIR_INCLUDE_D
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126121
>From 0bc2eb7458dcd763d063a58fb3ee9626bde8eae8 Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Thu, 6 Feb 2025 14:13:43 -0600
Subject: [PATCH] [OpenMP] Fix misspelled symbol name (#126120)
Summary:
This is su
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128114
>From eb389b1259c35ea0f91b8aba133bca4a8ab9f4ab Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 21 Feb 2025 10:34:14 +0800
Subject: [PATCH] [C++20] [Modules] handling selectAny attribute for vardecl
Close h
github-actions[bot] wrote:
@ChuanqiXu9 (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.
9801 - 9900 of 66762 matches
Mail list logo