https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120598
>From 45d0296e3a33d4e483dc6869a058a02f3074c77a Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 11:19:39 -0500
Subject: [PATCH] [SelectionDAG] Widen <2 x T> vector types for atomic load
Vector types of
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From 70a0cadf649521d83669dbb08100c81873c7231b Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From 8e1beaef4c295d500183bd82e1ddb0010128d4b2 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From 66207ccdf0f96a5836b3bafeb37c90d9a762d944 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From 66207ccdf0f96a5836b3bafeb37c90d9a762d944 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From 66207ccdf0f96a5836b3bafeb37c90d9a762d944 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From b50f6786084321c6c1402b475b07c998157cd506 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
@@ -279,6 +278,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
#ifndef DUMMY_FUNCTION_PASS
#define DUMMY_FUNCTION_PASS(NAME, PASS_NAME)
#endif
+DUMMY_FUNCTION_PASS("tlshoist", TLSVariableHoistPass)
paperchalice wrote:
IR passes are handled in `PassRegistry.def`, just
@@ -279,6 +278,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
#ifndef DUMMY_FUNCTION_PASS
#define DUMMY_FUNCTION_PASS(NAME, PASS_NAME)
#endif
+DUMMY_FUNCTION_PASS("tlshoist", TLSVariableHoistPass)
paperchalice wrote:
Also tls hoist pass was removed in pull request 11
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/138635
>From 5b5d94887ed368de16e1395727295527ff67b471 Mon Sep 17 00:00:00 2001
From: jofernau_amdeng
Date: Tue, 6 May 2025 01:48:11 -0400
Subject: [PATCH] [X86] Remove extra MOV after widening atomic load
This change ad
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120640
>From 0e4399dc220b175e78ad110118635bf5e843d768 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 16:25:55 -0500
Subject: [PATCH] [SelectionDAG] Split vector types for atomic load
Vector types that aren'
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Matt Arsenault (arsenm)
Changes
This fixes emitting undefined behavior where a 64-bit generic
pointer is written to a 32-bit slot allocated for a private pointer.
This can be seen in test/CodeGenOpenCL/amdgcn-automatic-variable.cl's
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 08e39f28a1f041a72bbbf3ebe520f9136e5aebbc Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This fixes emitting undefined behavior where a 64-bit generic
pointer is written to a 32-bit slot allocated for a private pointer.
This can be seen in test/CodeGenOpenCL/amdgcn-automatic-variable.cl'
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This essentially reverts 1bf1a156d673.
OpenCL's handling of address spaces has always been a mess, but it's
better than it used to be so this hack appears to be unnecessary now.
None of the code he
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Matt Arsenault (arsenm)
Changes
It isn't used and is redundant with the result pointer type argument.
A more reasonable API would only have LangAS parameters, or IR parameters,
not both. Not all values have a meaningful value for th
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From b50f6786084321c6c1402b475b07c998157cd506 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127527
Backport 788cb725d8b92a82e41e64540dccca97c9086a58
Requested by: @nikic
>From 858d79c579b55d3785136c09a9d7082538204451 Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Mon, 17 Feb 2025 09:30:48 -0600
Subject: [P
llvmbot wrote:
@topperc What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127527
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127531
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 941f7cbf5a3e7aa9f36b002dc22cfdb4ff50fea8
Requested by: @mordante
---
Full diff: https://github.com/llvm/llvm-project/pull/127531.diff
2 Files Affected:
- (modified) libcxx/include/__chrono/time_zone.h (
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127531
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 788cb725d8b92a82e41e64540dccca97c9086a58
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/127527.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hexagon
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127527
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127496
___
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/127496
Backport 18ea6c9
Requested by: @arsenm
>From 5afb6db6e5b8e379ec75072b696df463c50ff064 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 17 Feb 2025 21:03:50 +0700
Subject: [PATCH] AMDGPU: Stop emitting
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/127485.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIFoldOperands.cpp (+33-24)
- (modified) llvm/test/CodeGen/AMDGPU/cons
llvmbot wrote:
@jhuber6 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127496
___
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/127531
Backport 941f7cbf5a3e7aa9f36b002dc22cfdb4ff50fea8
Requested by: @mordante
>From 2b96bbb64e0de22f9ac41aca6a3249cfbe8e8fa0 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Mon, 17 Feb 2025 19:08:07 +0100
Subje
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: None (llvmbot)
Changes
Backport 18ea6c9
Requested by: @arsenm
---
Patch is 33.93 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127496.diff
4 Files Affected:
- (modified) llvm/lib/
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/125206
>From 7643bd660236cd72345c0f3cbbdc75e2726ff32b Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 31 Jan 2025 11:38:14 +
Subject: [PATCH] [TBAA] Don't emit pointer-tbaa for void pointers. (#122116)
Whil
Author: Hyunsung Lee
Date: 2025-02-13T08:01:47-08:00
New Revision: de09986596c9bbc89262456dda319715fb49353f
URL:
https://github.com/llvm/llvm-project/commit/de09986596c9bbc89262456dda319715fb49353f
DIFF:
https://github.com/llvm/llvm-project/commit/de09986596c9bbc89262456dda319715fb49353f.diff
Author: David Green
Date: 2025-02-13T16:05:00Z
New Revision: b2165f214efab833a4b1a9e8268b1030fc5ebaeb
URL:
https://github.com/llvm/llvm-project/commit/b2165f214efab833a4b1a9e8268b1030fc5ebaeb
DIFF:
https://github.com/llvm/llvm-project/commit/b2165f214efab833a4b1a9e8268b1030fc5ebaeb.diff
LOG: [
Author: Petr Hosek
Date: 2025-02-19T00:39:14-08:00
New Revision: fea10f7ff16ddd019841a69697194d373325ff6b
URL:
https://github.com/llvm/llvm-project/commit/fea10f7ff16ddd019841a69697194d373325ff6b
DIFF:
https://github.com/llvm/llvm-project/commit/fea10f7ff16ddd019841a69697194d373325ff6b.diff
LO
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127677
>From 04295354b0f0f101773c4f9437680d45a70bab24 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 7 Feb 2025 15:40:16 +0100
Subject: [PATCH] Revert "[libc++] Reduce std::conjunction overhead (#124259)"
I
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
github-actions[bot] wrote:
@philnik777 (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-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Backport
https://github.com/llvm/llvm-project/commit/18ea6c928088cf9ad2a990bfcca546c608825a7f
Requested by: @arsenm
Required rerunning update_llc_test_checks on the test
---
Patch is 38.85 KiB,
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126847
>From e503227bc57625a0a22b450f5bd3e78df96ca4fe Mon Sep 17 00:00:00 2001
From: Vigneshwar Jayakumar
Date: Tue, 11 Feb 2025 12:32:23 -0600
Subject: [PATCH] AMDGPU: Handle gfx950 XDL Write-VGPR-VALU-WAW wait state
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Matt Arsenault (arsenm)
Changes
This reverts commit 6e0b0038cd65ce726ce404305a06e1cf33e36cca.
This breaks the rocm-device-libs build, so it should not ship in the release.
---
Patch is 214.51 KiB, truncated to 20.00 KiB below, fu
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This reverts commit 6e0b0038cd65ce726ce404305a06e1cf33e36cca.
This breaks the rocm-device-libs build, so it should not ship in the release.
---
Patch is 214.51 KiB, trun
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127732
Backport 2207e3e32549306bf563c6987f790cabe8d4ea78
Requested by: @frederick-vs-ja
>From 3cf1f7f66db80ed3f74b91574d5ed5604fc74b3f Mon Sep 17 00:00:00 2001
From: "A. Jiang"
Date: Wed, 19 Feb 2025 09:06:51 +0800
S
llvmbot wrote:
@philnik777 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127732
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 2207e3e32549306bf563c6987f790cabe8d4ea78
Requested by: @frederick-vs-ja
---
Full diff: https://github.com/llvm/llvm-project/pull/127732.diff
6 Files Affected:
- (modified) libcxx/docs/FeatureTestMacroTa
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127732
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-modules
Author: Matheus Izvekov (mizvekov)
Changes
… (#125266)
This fixes instantiation of definition for friend function templates, when the
declaration found and the one containing the definition have different templa
llvmbot wrote:
@erichkeane What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127779
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127779
___
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 08bda1cc6b0d2f1d31a89a76b5c154a11086c420
Requested by: @mizvekov
---
Patch is 232.51 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127779.diff
16 Files Affec
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 08bda1cc6b0d2f1d31a89a76b5c154a11086c420
Requested by: @mizvekov
---
Patch is 232.51 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127779.diff
16 Fil
Author: Louis Dionne
Date: 2025-02-18T15:09:43-05:00
New Revision: 456bf5e2d348cb739038265c0310c8bc0322869b
URL:
https://github.com/llvm/llvm-project/commit/456bf5e2d348cb739038265c0310c8bc0322869b
DIFF:
https://github.com/llvm/llvm-project/commit/456bf5e2d348cb739038265c0310c8bc0322869b.diff
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127677
Backport 0227396417d4625bc93affdd8957ff8d90c76299
Requested by: @philnik777
>From 5145297a1e4d814933a80037abcb49373628e3d2 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 7 Feb 2025 15:40:16 +0100
Su
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 0227396417d4625bc93affdd8957ff8d90c76299
Requested by: @philnik777
---
Full diff: https://github.com/llvm/llvm-project/pull/127677.diff
1 Files Affected:
- (modified) libcxx/include/__type_traits/conjun
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127677
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127704
___
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/127704
Backport 9a584b07d7c29cec65bb446782c4af72e6d8
Requested by: @jhuber6
>From 91ef311d90f040fb0fe062a898bbcbde419b Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Mon, 17 Feb 2025 14:06:24 -0600
Subject
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 9a584b07d7c29cec65bb446782c4af72e6d8
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/127704.diff
5 Files Affected:
- (modified) clang/lib/Headers/amdgpuintrin.h
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: None (llvmbot)
Changes
Backport 9a584b07d7c29cec65bb446782c4af72e6d8
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/127704.diff
5 Files Affected:
- (modified) clang/lib/Headers/amdgpuintrin.h (+56)
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 9a584b07d7c29cec65bb446782c4af72e6d8
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/127704.diff
5 Files Affected:
- (modified) clang/lib/Headers/amdgpuintrin.h (+56)
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: None (llvmbot)
Changes
Backport 9a584b07d7c29cec65bb446782c4af72e6d8
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/127704.diff
5 Files Affected:
- (modified) clang/lib/Headers/amdgpuintrin
llvmbot wrote:
@jhuber6 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127704
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Kareem Ergawy (ergawy)
Changes
Extends `do concurrent` mapping to handle "loop-local values". A loop-local
value is one that is used exclusively inside the loop but allocated outside of
it. This usually corresponds to temporary
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 39ec9de
Requested by: @arsenm
---
Patch is 79.56 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127552.diff
35 Files Affected:
- (modified) clang/include/cla
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
There's little point to trying to commute an instruction if the
two operands are already the same.
This avoids an assertion in a future patch, but this likely isn't the
correct fix. The worklist man
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
The real legality check is peformed later anyway, so this was
unnecessarily blocking immediate folds in handled cases.
This also stops folding s_fmac_f32 to s_fmamk_f32 in a few tests,
but that seem
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Kareem Ergawy (ergawy)
Changes
Upstreams one more part of the ROCm `do concurrent` to OpenMP mapping pass.
This PR add support for converting simple loops to the equivalent OpenMP
constructs on the host: `omp parallel do`. Towar
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Kareem Ergawy (ergawy)
Changes
Adds support for converting mulit-range loops to OpenMP (on the host only for
now). The changes here "prepare" a loop nest for collapsing by sinking
iteration variables to the innermost `fir.do_loo
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127618
___
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 9c49b188b8e1434eb774ee8422124ad3e8870dce
Requested by: @hokein
---
Full diff: https://github.com/llvm/llvm-project/pull/127618.diff
3 Files Affected:
- (modified) clang/lib/Sema/CheckExprLifetime.cpp (+3
llvmbot wrote:
@hokein What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127618
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127618
Backport 9c49b188b8e1434eb774ee8422124ad3e8870dce
Requested by: @hokein
>From 31928865025e07919548e21abf657c9f5aeab429 Mon Sep 17 00:00:00 2001
From: Haojian Wu
Date: Mon, 17 Feb 2025 14:40:31 +0100
Subject: [
https://github.com/cor3ntin approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/126659
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mgorny What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127597
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127597
Backport 9fec0a0942f5a11f4dcfec20aa485a8513661720
Requested by: @nikic
>From 1df060a8aa0da99ba5c3da3c4981be2ac5bd2bb2 Mon Sep 17 00:00:00 2001
From: Fraser Cormack
Date: Tue, 18 Feb 2025 09:14:04 +
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127597
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Tom Eccles
Date: 2025-02-18T09:12:08Z
New Revision: 8261d59fcb025db2fdecc2f4497b3314dd7d992e
URL:
https://github.com/llvm/llvm-project/commit/8261d59fcb025db2fdecc2f4497b3314dd7d992e
DIFF:
https://github.com/llvm/llvm-project/commit/8261d59fcb025db2fdecc2f4497b3314dd7d992e.diff
LOG: Re
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126848
>From a2b502050302a4cf8a9c4e623331810eed51bb81 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Thu, 30 Jan 2025 19:03:38 -0800
Subject: [PATCH 1/3] [ELF] ICF: replace includeInDynsym with isExported
Similar t
github-actions[bot] wrote:
@MaskRay (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
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: None (llvmbot)
Changes
Backport 82bd148a3f25439d7f52a32422dc1bcd2da03803
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/127589.diff
3 Files Affected:
- (modified) flang/CMakeLists.txt (+4-3)
-
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127589
Backport 82bd148a3f25439d7f52a32422dc1bcd2da03803
Requested by: @nikic
>From ac12ac1b351bd9749c23c4cd8eac6231727cad5d Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 11 Feb 2025 14:32:30 +0100
Subject:
llvmbot wrote:
@joker-eph What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127589
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127589
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 13de15c9c49068db850368c45ffed8f7bbf07f20
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/127591.diff
3 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.c
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127591
Backport 13de15c9c49068db850368c45ffed8f7bbf07f20
Requested by: @owenca
>From fe33b3386a6e5c58d909256133970c7746256895 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 18 Feb 2025 00:15:01 -0800
Subject: [PA
llvmbot wrote:
@HazardyKnusperkeks What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/127591
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/m
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127591
___
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/127391
>From 9e02cc4080f2268845c7e51a3f1a3b150daad40c Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sun, 16 Feb 2025 20:18:29 +0800
Subject: [PATCH] [InstCombine] Do not keep samesign when speculatively
executing
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
github-actions[bot] wrote:
@jmorse (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: Jeremy Morse
Date: 2025-02-17T17:04:28-08:00
New Revision: 5c126253ca4ecf8d46a313856c04a17e5d65a800
URL:
https://github.com/llvm/llvm-project/commit/5c126253ca4ecf8d46a313856c04a17e5d65a800
DIFF:
https://github.com/llvm/llvm-project/commit/5c126253ca4ecf8d46a313856c04a17e5d65a800.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/llvmbot updated
https://github.com/llvm/llvm-project/pull/127548
>From 5707853ff790e724f2bb2c470f5a943743ac4511 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Mon, 17 Feb 2025 17:46:02 -0500
Subject: [PATCH] [OpenMP][libomp] Add OpenBSD, NetBSD and DragonFly stdarg
handling
llvmbot wrote:
@llvm/pr-subscribers-backend-systemz
@llvm/pr-subscribers-backend-hexagon
@llvm/pr-subscribers-backend-arm
Author: None (llvmbot)
Changes
Backport 39ec9de
Requested by: @arsenm
---
Patch is 79.56 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/ll
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: None (llvmbot)
Changes
Backport 39ec9de
Requested by: @arsenm
---
Patch is 79.56 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/127552.diff
35 Files Affected:
- (modified) clang/i
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127552
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@AlexVlx What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127552
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127548
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@devnexen What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127548
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127548
Backport 0b8bd472b0faf79005dfdd1078904fdf39879d61
Requested by: @brad0
>From 66f0a4a9c5a4e2158d95ae2eca2017216523b94c Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Mon, 17 Feb 2025 17:46:02 -0500
Subject: [P
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127552
Backport 39ec9de
Requested by: @arsenm
>From 386d3fbebe8ac3c464d0bd125cf4ef0fca30bb64 Mon Sep 17 00:00:00 2001
From: Alex Voicu
Date: Fri, 14 Feb 2025 11:20:45 +
Subject: [PATCH] [clang][CodeGen] `sret` ar
9201 - 9300 of 66762 matches
Mail list logo