Zingam wrote:
@philnik777 These changes seem significant enough to affect already opened PRs
and to confuse the authors who are unaware of the changes.
So basically you are surrounding all C++11 mode headers with:
```C++
#include <__configuration/cxx03.h>
#if defined(_LIBCPP_CXX03_LANG) && !d
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/110738
>From 295561a4936e932aa41fe7d80ec2aafb94f49a8e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 1 Oct 2024 23:53:51 +0400
Subject: [PATCH 1/2] AMDGPU: Handle folding frame indexes into add with
immediate
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/110738
>From 295561a4936e932aa41fe7d80ec2aafb94f49a8e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 1 Oct 2024 23:53:51 +0400
Subject: [PATCH 1/2] AMDGPU: Handle folding frame indexes into add with
immediate
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/110783
```
FAILED: include/c++/v1/libcxx.imp ./libcxx_build_msan/include/c++/v1/libcxx.imp
cd ./libcxx_build_msan/libcxx/include && /usr/bin/python3
./llvm-project/libcxx/utils/generate_iwyu_mapping.py -o
./libcxx_
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
af5ab7ff2c86ff2c3d02cbb3591b22d7b968d98b...c2bcf7a16daa701f72e5007ebda5a08d59f0c346
libcx
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/110783
___
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: Vitaly Buka (vitalybuka)
Changes
```
FAILED: include/c++/v1/libcxx.imp ./libcxx_build_msan/include/c++/v1/libcxx.imp
cd ./libcxx_build_msan/libcxx/include && /usr/bin/python3
./llvm-project/libcxx/utils/generate_iwyu_mapping.py -o
./libc
Author: Henrik G. Olsson
Date: 2024-10-01T17:14:31-07:00
New Revision: 133d368b16d11e44bc3fca92a042cf5ad0ce8dd1
URL:
https://github.com/llvm/llvm-project/commit/133d368b16d11e44bc3fca92a042cf5ad0ce8dd1
DIFF:
https://github.com/llvm/llvm-project/commit/133d368b16d11e44bc3fca92a042cf5ad0ce8dd1.di
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Frame index materialization can fold the constant offset into
adds with immediates. The mubuf expansion is more complicated because
we have to also insert the shift, so restrict this to one use for n
arsenm 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/110738?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/110738
Frame index materialization can fold the constant offset into
adds with immediates. The mubuf expansion is more complicated because
we have to also insert the shift, so restrict this to one use for now.
This is pr
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 677e8cd6ff51e178bcb4669104763f71a2de106c
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/110677.diff
7 Files Affected:
- (modified) libcxx/lib/abi/CHANGELOG.TXT (+30)
-
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Phoebe Wang
Date: 2024-10-01T14:08:12+02:00
New Revision: edd018ead705c6012a62a5d83ccc5d3341bcb20a
URL:
https://github.com/llvm/llvm-project/commit/edd018ead705c6012a62a5d83ccc5d3341bcb20a
DIFF:
https://github.com/llvm/llvm-project/commit/edd018ead705c6012a62a5d83ccc5d3341bcb20a.diff
L
https://github.com/tstellar approved this pull request.
https://github.com/llvm/llvm-project/pull/110701
___
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-libcxxabi
Author: None (llvmbot)
Changes
Backport 677e8cd6ff51e178bcb4669104763f71a2de106c
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/110677.diff
7 Files Affected:
- (modified) libcxx/lib/abi/CHANGELOG.TXT (+30)
atrosinenko 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/110705?utm_source=stack-comment-downstack-mergeability-warni
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Anatoly Trosinenko (atrosinenko)
Changes
Move the emission of the checks performed on the authenticated LR value
during tail calls to AArch64AsmPrinter class, so that different checker
sequences can be reused by pseudo instruction
https://github.com/atrosinenko ready_for_review
https://github.com/llvm/llvm-project/pull/110705
___
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/atrosinenko created
https://github.com/llvm/llvm-project/pull/110705
Move the emission of the checks performed on the authenticated LR value
during tail calls to AArch64AsmPrinter class, so that different checker
sequences can be reused by pseudo instructions expanded there.
T
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Keith Smiley (keith)
Changes
On macOS the shared zstd library points to a homebrew install that isn't
very stable for users.
(cherry picked from commit 748f5404ccdf28d4beef37efdaeba7a1701ab425)
---
Full diff: https://github.com/llvm/llvm
https://github.com/keith created
https://github.com/llvm/llvm-project/pull/110701
On macOS the shared zstd library points to a homebrew install that isn't
very stable for users.
(cherry picked from commit 748f5404ccdf28d4beef37efdaeba7a1701ab425)
>From 303522ffc4552eb9182c07c5881a905bad071991
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/110677
Backport 677e8cd6ff51e178bcb4669104763f71a2de106c
Requested by: @ldionne
>From c571c9a9b34863d272a99e0b4a7a9cca619da459 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 1 Oct 2024 09:39:44 -0400
Subject:
llvmbot wrote:
@mstorsjo What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/110663
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/110663
Backport b4130bee6bfd34d8045f02fc9f951bcb5db9d85c
Requested by: @mstorsjo
>From 35d177578d70c70b38ea9d6cf7a5cceec86291e3 Mon Sep 17 00:00:00 2001
From: Zentrik
Date: Tue, 24 Sep 2024 21:33:57 +0100
Subject: [P
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/110663
___
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/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
Meinersbur wrote:
I reverted the change that moved `flang/module/*.f90` to
`FortranRuntime/module/*.f90`. A lot of Flang tests depend on the `*.mod` files
to be available. Moving the modules to FortranRuntime would require moving
those tests to FortranRuntime as well to avoid a circular depend
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/110267
>From efa0c3271ece41ee04e6d34fa83021ded72d4c47 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Fri, 27 Sep 2024 13:51:27 +0100
Subject: [PATCH] [Flang][OpenMP] Improve entry block argument creation and
bindi
Author: lntue
Date: 2024-10-01T08:59:41-04:00
New Revision: 600a105c09ef0479fa9307112e9dda7f4212dbb7
URL:
https://github.com/llvm/llvm-project/commit/600a105c09ef0479fa9307112e9dda7f4212dbb7
DIFF:
https://github.com/llvm/llvm-project/commit/600a105c09ef0479fa9307112e9dda7f4212dbb7.diff
LOG: Re
Author: David Spickett
Date: 2024-10-01T09:03:25+02:00
New Revision: 23eadbda36887257fcc197fef6f71ddc1830b8ab
URL:
https://github.com/llvm/llvm-project/commit/23eadbda36887257fcc197fef6f71ddc1830b8ab
DIFF:
https://github.com/llvm/llvm-project/commit/23eadbda36887257fcc197fef6f71ddc1830b8ab.diff
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
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
Author: David Spickett
Date: 2024-10-01T09:03:25+02:00
New Revision: 4dbe72f91a9601e66db2bee59c5bebcdc63f9472
URL:
https://github.com/llvm/llvm-project/commit/4dbe72f91a9601e66db2bee59c5bebcdc63f9472
DIFF:
https://github.com/llvm/llvm-project/commit/4dbe72f91a9601e66db2bee59c5bebcdc63f9472.diff
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/109295
___
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/skatrak updated
https://github.com/llvm/llvm-project/pull/110266
>From 4bc376d594a8d2a3050d6980507c131591e0fbf3 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Thu, 26 Sep 2024 11:42:03 +0100
Subject: [PATCH] [MLIR][OpenMP] Improve omp.section block arguments handling
The
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/109811
>From 32735e31bba0bc9c062d2039921f9720b8e82f16 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Tue, 24 Sep 2024 15:40:17 +0100
Subject: [PATCH] [MLIR][OpenMP] Document entry block argument-defining clauses
(
llvmbot wrote:
@var-const What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/skatrak updated
https://github.com/llvm/llvm-project/pull/109810
>From c08a30e2e6cdc34e9ca1fa9aebf8a42181b933b7 Mon Sep 17 00:00:00 2001
From: Sergio Afonso
Date: Fri, 20 Sep 2024 17:11:34 +0100
Subject: [PATCH] [MLIR][OpenMP] Use map format to represent
use_device_{addr,ptr
https://github.com/bhandarkar-pranav approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/109811
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c
bhandarkar-pranav wrote:
> Thanks for the feedback Pranav, let me know if the changes address your
> concerns.
Thank you for the changes. This LGTM.
https://github.com/llvm/llvm-project/pull/109811
___
llvm-branch-commits mailing list
llvm-branch-com
ldionne wrote:
I think this is good to go, the CI is as green as it'll get without rebasing
onto `release/19.x` again.
https://github.com/llvm/llvm-project/pull/109291
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lis
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport b4130bee6bfd34d8045f02fc9f951bcb5db9d85c
Requested by: @mstorsjo
---
Full diff: https://github.com/llvm/llvm-project/pull/110663.diff
1 Files Affected:
- (modified) compiler-rt/lib/fuzzer
https://github.com/ldionne updated
https://github.com/llvm/llvm-project/pull/109324
>From 2978a0a4e42368e49163102e5a6eb9a032605a61 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 19 Sep 2024 15:40:47 -0400
Subject: [PATCH] [libc++] Adjust the version of __cpp_lib_ranges in C++20 mode
Th
mstorsjo wrote:
> @mstorsjo What do you think about merging this PR to the release branch?
LGTM, the commit has been in main for a couple of weeks, and my nightly builds
run fine with it.
https://github.com/llvm/llvm-project/pull/110663
___
llvm-bran
https://github.com/vhscampos updated
https://github.com/llvm/llvm-project/pull/110658
>From 002079817c4d849973941795bb4d19bd822112d5 Mon Sep 17 00:00:00 2001
From: Victor Campos
Date: Thu, 26 Sep 2024 14:44:01 +0100
Subject: [PATCH] [Multilib] Add -fmultilib-flag command-line option
This optio
https://github.com/vhscampos updated
https://github.com/llvm/llvm-project/pull/110659
>From 1d394d0cbfb4a47d77f466b265671d0c13ebbb3b Mon Sep 17 00:00:00 2001
From: Victor Campos
Date: Thu, 26 Sep 2024 14:44:33 +0100
Subject: [PATCH] [Multilib] Custom flags processing for library selection
Sele
Author: Joe Faulls
Date: 2024-10-01T13:49:40+02:00
New Revision: 1f681b5913f9169332e4126ac0aafeedc5ca6cef
URL:
https://github.com/llvm/llvm-project/commit/1f681b5913f9169332e4126ac0aafeedc5ca6cef
DIFF:
https://github.com/llvm/llvm-project/commit/1f681b5913f9169332e4126ac0aafeedc5ca6cef.diff
LO
https://github.com/TIFitis approved this pull request.
Im happy with the changes. Thanks :)
https://github.com/llvm/llvm-project/pull/109810
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 9cd289fa4a7355e1bfd3129ba9c755f979fd0a72
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/110665.diff
1 Files Affected:
- (modified) .github/workflows/release-do
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/110665
___
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/110665
Backport 9cd289fa4a7355e1bfd3129ba9c755f979fd0a72
Requested by: @tstellar
>From abb161a4a11b2d0077e028a7a40cb570fcc9845a Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:12:03 -0700
Subject
llvmbot wrote:
@tru What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/110665
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
Author: Phoebe Wang
Date: 2024-10-01T14:08:12+02:00
New Revision: d401987fe349a87c53fe25829215b080b70c0c1a
URL:
https://github.com/llvm/llvm-project/commit/d401987fe349a87c53fe25829215b080b70c0c1a
DIFF:
https://github.com/llvm/llvm-project/commit/d401987fe349a87c53fe25829215b080b70c0c1a.diff
L
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 8f2aa9dbad7c1400f66e1ee1c43b071a1905f3e6
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/110664.diff
1 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/110664
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/110664
___
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/110664
Backport 8f2aa9dbad7c1400f66e1ee1c43b071a1905f3e6
Requested by: @tstellar
>From e4d3e5993b38500718e83c0e8bfdd9ca9aa176a5 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:11:15 -0700
Subject
ldionne wrote:
As I explained in the original PR, I think this is a fairly important fix since
that was an unintentional change in LLVM 19, but this can also potentially
break people who compiled with LLVM 19.1. Since we're making the fix on `main`,
it will land in LLVM 20 anyway and I think i
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
2216bfe4a07625d894accf5730a313a65d30a982...c7bc5e9785751bba5784b2ec93702b8e5005974d
Fortr
phoebewang wrote:
Thanks @tru! The title should be good as the description.
https://github.com/llvm/llvm-project/pull/109767
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
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 2216bfe4a07625d894accf5730a313a65d30a982
c7bc5e9785751bba5784b2ec93702b8e5005974d --e
62 matches
Mail list logo