llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-driver
Author: Garvit Gupta (quic-garvgupt)
Changes
RISCVToolChain object passes `--sysroot` option from clang to gnuld. Adding
the supprt for the same in BareMetal toolchain object.
This is done as a part of the effort
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Garvit Gupta (quic-garvgupt)
Changes
The linker job in BareMetal toolchain object will be used by gnuld and lld both.
However, gnuld process the arguments in the order in which they appear on
command
line, whereas there is no such restrict
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Peter Collingbourne (pcc)
Changes
On most operating systems, the x16 and x17 registers are not special,
so there is no benefit, and only a code size cost, to constraining AUT
to only using them. Therefore, adjust the backend to on
Amir429206 wrote:
>
>
>
> @llvm/pr-subscribers-backend-aarch64
>
> Author: Peter Collingbourne (pcc)
>
>
> Changes
>
> On most operating systems, the x16 and x17 registers are not special,
> so there is no benefit, and only a code size cost, to constraining AUT
> to only using them. Theref
Amir429206 wrote:
9a7delection
https://github.com/llvm/llvm-project/pull/132857
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
We need a hook for metadata rewriters after functions are identified
but before functions are disassembled. Currently we only have
section rewriters (after storage is discovered but before functions
are identifie
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/132506
Backport 94426df66a8d7c2321f9e197e5ef9636b0d5ce70
Requested by: @j-hui
>From 01d366d45dfefdb1c49f6344d722918c5be99943 Mon Sep 17 00:00:00 2001
From: David Tellenbach
Date: Mon, 17 Mar 2025 17:23:58 -0700
Subje
llvmbot wrote:
Failed to cherry-pick: 1abe7e8debc44d9a7e460c2be0b85b7cf137585b
https://github.com/llvm/llvm-project/actions/runs/14003839625
Please manually backport the fix and push it to your github fork. Once this is
done, please create a [pull
request](https://github.com/llvm/llvm-proje
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/132506
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Matheus Izvekov (mizvekov)
Changes
This is the introductory patch for a larger work which intends to solve the
long standing C++ issue with losing type sugar when acessing template
specializations.
The well known example here is specializ
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
This implements an additional user of the resugaring transform: the pattern of
template type aliases.
For more details and discussion see:
https://discourse.llvm.org/t/rfc-improving-diagnostics-with-temp
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r
6f705031ce3646a5699a8cfdeeeb32569409be49...e621da3ff081f9efee76ed83b1a21627e0904ed0
lldb
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Snehasish Kumar (snehasish)
Changes
Preserve branch weight metadata when merging instructions if one of the
instructions is missing metadata. This is similar in behaviour to what
we do today for other types of metadata such as mmr
Martin =?utf-8?q?Storsj=C3=B6?=
Message-ID:
In-Reply-To:
llvmbot wrote:
@cjacek What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/132483
___
llvm-branch-commits mailing list
llvm-branch-commits@
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/132483
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 759ef5811e22 c0b2c10e9f3a
Requested by: @androm3da
---
Patch is 32.08 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/132499.diff
23 Files Affected:
- (modifi
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: None (llvmbot)
Changes
Backport 94426df66a8d7c2321f9e197e5ef9636b0d5ce70
Requested by: @j-hui
---
Full diff: https://github.com/llvm/llvm-project/pull/132506.diff
1 Files Affected:
- (modified) compiler-rt/test/profile/instrprof-darwin-e
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
This patch re-adds Subst* nodes for 'Final' substitutions, adding a bit to
these nodes to differentiate them from non-Final ones, which for example helps
track forward progress in resugaring.
This was o
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Garvit Gupta (quic-garvgupt)
Changes
Add support for `-u` option to force defined symbols. This option is supported
by both lld and gnuld.
This is done as a part of the effort to merge RISCVToolchain object into
BareMetal toolchain object.
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Helena Kotas (hekota)
Changes
---
Patch is 50.31 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/132453.diff
14 Files Affected:
- (modified) clang/include/clang/Basic/Builtins.td (+12)
- (mo
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Round out the AMDGPU codegen test to all the generations to cover
the illegal f16 targets.
---
Patch is 430.15 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-proj
https://github.com/cor3ntin updated
https://github.com/llvm/llvm-project/pull/131474
>From e46c31e5a5d2aae2fcfc8d835681fcb58ea4c505 Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Sat, 15 Mar 2025 22:27:08 +0100
Subject: [PATCH 1/3] [Clang] Do not emit nodiscard warnings for the base expr
of sta
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131758.diff
5 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp (+2)
- (modified) llvm/test/CodeGen/AMDGPU/abi-at
https://github.com/yonghong-song updated
https://github.com/llvm/llvm-project/pull/131691
>From 70d891fcda64891e21129d6cc843ffca073fa255 Mon Sep 17 00:00:00 2001
From: Yonghong Song
Date: Mon, 17 Mar 2025 15:54:25 -0700
Subject: [PATCH] [BPF] Add default cpu change in ReleaseNotes
The pull req
https://github.com/cor3ntin updated
https://github.com/llvm/llvm-project/pull/131474
>From e46c31e5a5d2aae2fcfc8d835681fcb58ea4c505 Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Sat, 15 Mar 2025 22:27:08 +0100
Subject: [PATCH 1/3] [Clang] Do not emit nodiscard warnings for the base expr
of sta
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/131382
___
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/129762
>From 03fdc56648c828794749d6d9e8a7a0d28e26a4c6 Mon Sep 17 00:00:00 2001
From: Nick Fitzgerald
Date: Tue, 4 Mar 2025 09:39:30 -0800
Subject: [PATCH] [lld][WebAssembly] Support for the custom-page-sizes
WebAssemb
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
@llvm/pr-subscribers-llvm-globalisel
Author: Pierre van Houtryve (Pierre-vh)
Changes
Make s16 G_U/SBFX legal and widen them in RegBankSelect.
This allows the set of BFX formation combines to work on s16 types.
---
Patch is 95.48 KiB, tru
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Valentin Clement (バレンタイン クレメン) (clementval)
Changes
Add a pass to compute the size of the shared memory (static shared memory) and
the offsets of each variables to be placed in shared memory. The global
representing the shared m
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/131398
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-binary-utilities
Author: None (llvmbot)
Changes
Backport 8413f4d837a96458104f63bab72c751b8285a458
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/131398.diff
2 Files Affected:
- (modified) llvm/lib/ObjCopy/MachO/Ma
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/131398
Backport 8413f4d837a96458104f63bab72c751b8285a458
Requested by: @nikic
>From cb50aaf8a11b89f2785641fba5ffd4b67f566a32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Troiti=C3=B1o?=
Date: F
llvmbot wrote:
@drodriguez What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/131398
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Valentin Clement (バレンタイン クレメン) (clementval)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131399.diff
2 Files Affected:
- (modified) flang/lib/Lower/ConvertVariable.cpp (+10-4)
- (added) flang/test/Lower/C
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Also remove an undef use
---
Full diff: https://github.com/llvm/llvm-project/pull/131257.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/bug-vopc-commute.ll (+47-6)
``diff
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
I suspect the first function at least is not usefully testing
the original failure.
---
Full diff: https://github.com/llvm/llvm-project/pull/131255.diff
1 File
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131256.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/subreg-coalescer-crash.ll (+19-13)
``diff
diff --git a/llv
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Matt Arsenault (arsenm)
Changes
This wasn't checking anything. Also remove undef uses.
---
Full diff: https://github.com/llvm/llvm-project/pull/131259.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/reg-coalescer-
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport d642eec78fc94ef3c5266dc0b10b8c51ea046e7a
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/131270.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hex
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This wasn't checking anything. Also remove undef uses.
---
Full diff: https://github.com/llvm/llvm-project/pull/131259.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/reg-coalescer-s
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/131382
Backport 672e385
Requested by: @ian-twilightcoder
>From 5c899c9694bf13e48f5959feb4189540f56328b9 Mon Sep 17 00:00:00 2001
From: Takuto Ikuta
Date: Thu, 13 Feb 2025 16:54:43 +0900
Subject: [PATCH] [libcxx] Add
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
>From 1d7ee612e408ee7e64e984eb08e6d7089a435d09 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Sun, 2 Feb 2025 00:58:49 +
Subject: [PATCH 1/4] Simplify MIR test.
Created using spr 1.3.6-beta.1
---
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
>From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Tue, 19 Nov 2024 15:25:34 -0800
Subject: [PATCH 1/4] Fixed the tests and addressed most of the review
comm
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Prabhuk wrote:
@nikic -- ping
https://github.com/llvm/llvm-project/pull/87573
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@philnik777 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/131382
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/cor3ntin updated
https://github.com/llvm/llvm-project/pull/131474
>From e46c31e5a5d2aae2fcfc8d835681fcb58ea4c505 Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Sat, 15 Mar 2025 22:27:08 +0100
Subject: [PATCH 1/2] [Clang] Do not emit nodiscard warnings for the base expr
of sta
github-actions[bot] wrote:
@higher-performance (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 t
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/131729
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: Mircea Trofin (mtrofin)
Changes
Collect profiles for functions we encounter when collecting a contextual
profile, that are not associated with a call site. This is expected to happen
for signal handlers, but it also - problematically - curr
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Younan Zhang (zyn0217)
Changes
This backports d9110858ee because it fixes a regression introduced in 19 and we
don't want it to persist in 20
---
Full diff: https://github.com/llvm/llvm-project/pull/131729.diff
3 Files Affected:
- (mod
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Fabian Ritter (ritter-x2a)
Changes
For flat memory instructions where the address is supplied as a base
address register with an immediate offset, the memory aperture test
ignores the immediate offset. Currently, ISel does not r
https://github.com/cor3ntin updated
https://github.com/llvm/llvm-project/pull/131853
>From 11518ee84c9442934cd85ca99567a7f3fc3ba827 Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Tue, 18 Mar 2025 16:45:37 +0100
Subject: [PATCH 1/2] [Clang][Backport] Demote mixed enumeration arithmetic
error to
github-actions[bot] wrote:
@yxsamliu (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/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87573
>From a8a5848885e12c771f12cfa33b4dbc6a0272e925 Mon Sep 17 00:00:00 2001
From: Prabhuk
Date: Mon, 22 Apr 2024 11:34:04 -0700
Subject: [PATCH 1/7] Update clang/lib/CodeGen/CodeGenModule.cpp
Cleaner if checks.
Co-
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
>From 1d7ee612e408ee7e64e984eb08e6d7089a435d09 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Sun, 2 Feb 2025 00:58:49 +
Subject: [PATCH 1/4] Simplify MIR test.
Created using spr 1.3.6-beta.1
---
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
>From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Tue, 19 Nov 2024 15:25:34 -0800
Subject: [PATCH 1/4] Fixed the tests and addressed most of the review
comm
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
>From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Tue, 19 Nov 2024 15:25:34 -0800
Subject: [PATCH 1/4] Fixed the tests and addressed most of the review
comm
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
>From 1d7ee612e408ee7e64e984eb08e6d7089a435d09 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Sun, 2 Feb 2025 00:58:49 +
Subject: [PATCH 1/4] Simplify MIR test.
Created using spr 1.3.6-beta.1
---
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Fabian Ritter (ritter-x2a)
Changes
This patch introduces an inbounds SDNodeFlag, to show that a pointer
addition SDNode implements an inbounds getelementptr operation (i.e.,
the pointer operand is in bounds wrt. the allocated ob
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/131568
>From 2cc53628fbe88d00c8f54bfd54530330f191ebfc Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Mon, 17 Mar 2025 13:59:16 +0800
Subject: [PATCH] [SCEV] Check whether the start is non-zero in
`ScalarEvolution:
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/131474
>From a16cccfecd670080b64ed57a82aec68a7fc66473 Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Sat, 15 Mar 2025 22:27:08 +0100
Subject: [PATCH 1/3] [Clang] Do not emit nodiscard warnings for the base expr
of stat
https://github.com/eddyz87 approved this pull request.
https://github.com/llvm/llvm-project/pull/131691
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
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 bb1d6f1ef5fca622ce100e70e30f59dd1cd9fcbc
b4613eade6cc67b3236c7a9ebf155ff20138b90d --e
llvmbot wrote:
@llvm/pr-subscribers-debuginfo
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131563.diff
6 Files Affected:
- (modified) llvm/include/llvm/InitializePasses.h (+1-1)
- (modified) llvm/include/llvm/Passes/CodeGenPassBuilde
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Kareem Ergawy (ergawy)
Changes
Moves code needed to collect info about delayed privatizers into a shared util
instread of repeating the same patter across all relevant constructs.
---
Patch is 22.93 KiB, truncated to 20.00 KiB below,
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/131568
Backport c5a491e9ea22014b65664b6e09134b4f055933e2
Requested by: @dtcxzyw
>From c8fbb460d24dbbb8ef079ba2aae710892a91093b Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Mon, 17 Mar 2025 13:59:16 +0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/131568
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Josep Pinot
Date: 2025-03-17T07:34:19+01:00
New Revision: c0ea872f36f6d72f2d33405a970c962e618b26fb
URL:
https://github.com/llvm/llvm-project/commit/c0ea872f36f6d72f2d33405a970c962e618b26fb
DIFF:
https://github.com/llvm/llvm-project/commit/c0ea872f36f6d72f2d33405a970c962e618b26fb.diff
L
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Kareem Ergawy (ergawy)
Changes
Switches delayed privatization for `omp.distribute` to be on by default:
controlled by the `-openmp-enable-delayed-privatization` instead of by
`-openmp-enable-delayed-privatization-staging`
---
F
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
@llvm/pr-subscribers-flang-openmp
Author: Kareem Ergawy (ergawy)
Changes
Moves code needed to collect info about delayed privatizers into a shared util
instread of repeating the same patter across all relevant constructs.
---
Patch is 22.9
llvmbot wrote:
@dtcxzyw What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/131568
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
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 9d29d9bbeb0695ec90e79017ed0fd420c073e47e
46f34a90ae7ca02fd57b59a0c38c570d0627f27f --e
llvmbot wrote:
@androm3da What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/132138
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 9c65e6ac115a
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/132138.diff
3 Files Affected:
- (modified) llvm/lib/Target/Hexagon/HexagonISelLowering.h (+1)
- (
Author: Kiran Chandramohan
Date: 2025-03-19T11:13:10Z
New Revision: 16e0ae5e9a6a507cdf39a45823ac0df18bb7d946
URL:
https://github.com/llvm/llvm-project/commit/16e0ae5e9a6a507cdf39a45823ac0df18bb7d946
DIFF:
https://github.com/llvm/llvm-project/commit/16e0ae5e9a6a507cdf39a45823ac0df18bb7d946.diff
https://github.com/cor3ntin closed
https://github.com/llvm/llvm-project/pull/131853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
koachan wrote:
Ping?
https://github.com/llvm/llvm-project/pull/130967
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: dpalermo
Date: 2025-04-01T22:15:57-05:00
New Revision: 8392666bb92c87127db2ecbb85523bd64bfabcd7
URL:
https://github.com/llvm/llvm-project/commit/8392666bb92c87127db2ecbb85523bd64bfabcd7
DIFF:
https://github.com/llvm/llvm-project/commit/8392666bb92c87127db2ecbb85523bd64bfabcd7.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport a97f73405f8e074263a0ed2dd2b8c87c014f46d9
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/134435.diff
1 Files Affected:
- (modified) libcxx/include/__configuration/availab
Author: Sirraide
Date: 2025-04-02T08:28:09+02:00
New Revision: 12372457f6284197ba610616c3fdd4ddea937d5c
URL:
https://github.com/llvm/llvm-project/commit/12372457f6284197ba610616c3fdd4ddea937d5c
DIFF:
https://github.com/llvm/llvm-project/commit/12372457f6284197ba610616c3fdd4ddea937d5c.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
At the moment the ftm macro for __cpp_lib_to_chars will have the following
values:
standard_ftms: {
"c++17": "201611L",
"c++20": "201611L",
"c++23": "201611L",
"c++26": "201611L",
}
imple
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r HEAD~1...HEAD
libcxx/test/libcxx/feature_test_macro/is_implemented.sh.py
libcxx/test/libc
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
This generator has almost identical output to the existing script. Notable
differences are
- conditionally include not yet implemented headers
- removes the synopsis
- uses 2 spaces indent in `# if`
There
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r HEAD~1...HEAD
libcxx/test/libcxx/feature_test_macro/generate_header_test.sh.py
libcxx/tes
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 HEAD~1 HEAD --extensions cpp --
libcxx/test/std/language.support/support.limits/suppo
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
Adjusting the existing script to match the new output makes it easy to review
the new script works correctly.
This adjusts the tests to match the changes in the new tests, Notably
- removes the synopsis u
8001 - 8100 of 66762 matches
Mail list logo