https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/80444
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@kmclaughlin-arm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/80444
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
resolves llvm/llvm-project#80441
---
Full diff: https://github.com/llvm/llvm-project/pull/80444.diff
4 Files Affected:
- (modified) clang/lib/Basic/Targets/AArch64.cpp (+23)
-
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/80444
>From 9308c418a5603a4b095537462a3272208de69b31 Mon Sep 17 00:00:00 2001
From: Sander de Smalen
Date: Fri, 2 Feb 2024 09:29:47 +
Subject: [PATCH] [Clang][AArch64] Add missing SME macros (#80293)
__ARM_STATE_Z
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/80444
>From c83a13ca63c95caedb4c2b84762ec9efc57bbca2 Mon Sep 17 00:00:00 2001
From: Sander de Smalen
Date: Fri, 2 Feb 2024 09:29:47 +
Subject: [PATCH] [Clang][AArch64] Add missing SME macros (#80293)
__ARM_STATE_Z
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/80484
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mordante What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/80484
___
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/80484
resolves llvm/llvm-project#79155
>From 5f40ce9e310808c6326371475c0e2f840c946de1 Mon Sep 17 00:00:00 2001
From: Po-yao Chang
Date: Tue, 30 Jan 2024 13:40:21 +0800
Subject: [PATCH] [libc++][modules] Support using
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
resolves llvm/llvm-project#79155
---
Full diff: https://github.com/llvm/llvm-project/pull/80484.diff
4 Files Affected:
- (modified) libcxx/modules/std/atomic.inc (+2)
- (modified) libcxx/modules/std/iosfwd.inc (
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Leandro Lupori (luporl)
Changes
Add initial handling of OpenMP copyprivate clause in Flang.
When lowering copyprivate, Flang generates the copy function
needed by each variable and builds the appropriate
omp.single's CopyPrivateV
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
Author: Leandro Lupori (luporl)
Changes
Use the new copyprivate list from omp.single to emit calls to
__kmpc_copyprivate, during the creation of the single operation
in OMPIRBuilder.
This is patch 4 of 4, to add support for COPYPRIVATE in Fl
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Leandro Lupori (luporl)
Changes
Use the new copyprivate list from omp.single to emit calls to
__kmpc_copyprivate, during the creation of the single operation
in OMPIRBuilder.
This is patch 4 of 4, to add support for COPYPRIVATE in Flan
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/80513
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ornata @MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/80513
___
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/80513
resolves llvm/llvm-project#77871
>From 8e996ec222ce319c54a7c64315ac2761f6851b32 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Fri, 2 Feb 2024 18:37:10 +0900
Subject: [PATCH 1/2] CoverageMappingWriter: Emi
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Jay Foad (jayfoad)
Changes
Fix SIInsertWaitcnts to account for this by adding extra waits to avoid
WAW dependencies.
---
Patch is 22.41 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/1
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Jay Foad (jayfoad)
Changes
When a loop contains a VMEM load whose result is only used outside the
loop, do not bother to flush vmcnt in the loop head on GFX12. A wait for
vmcnt will be required inside the loop anyway, because VMEM
llvmbot wrote:
@llvm/pr-subscribers-mlir-sparse
Author: Peiming Liu (PeimingLiu)
Changes
Stacked PRs:
* __->__#105567
* #105566
* #105565
--- --- ---
### [mlir][sparse] unify block arguments order between iterate/coiterate
operations.
---
Full diff: https://github.com/llvm/llvm-p
llvmbot wrote:
@llvm/pr-subscribers-mlir-sparse
Author: Peiming Liu (PeimingLiu)
Changes
Stacked PRs:
* #105567
* __->__#105566
* #105565
--- --- ---
### [mlir][sparse] refactoring sparse_tensor.iterate lowering pattern
implementation.
---
Full diff: https://github.com/llvm/llvm-
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
For some reason, isOperationLegalOrCustom is not the same as
isOperationLegal || isOperationCustom. Unfortunately, it checks
if the type is legal which makes it uesless for custom lowering
on non-
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
This reverts commit 2704b804bec50c2b016bf678bd534c330ec655b6
and relands #104404.
The Darwin should not fail after #105599.
---
Full diff: https://github.com/llvm/llvm-project/pull/105601.
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105615
Backport 0df91893efc752a76c7bbe6b063d66c8a2fa0d55
Requested by: @alx32
>From 643fd0b1a2a2fb73ea54f4f2ac6e6bb61238b99e Mon Sep 17 00:00:00 2001
From: alx32 <[email protected]>
Date: Wed, 1
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105615
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@BertalanD What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105615
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: None (llvmbot)
Changes
Backport 0df91893efc752a76c7bbe6b063d66c8a2fa0d55
Requested by: @alx32
---
Full diff: https://github.com/llvm/llvm-project/pull/105615.diff
2 Files Affected:
- (modified) lld/MachO/ObjC.cpp (+5-5)
- (modified) lld
github-actions[bot] wrote:
⚠️ We detected that you are using a GitHub private e-mail address to contribute
to the repo. Please turn off [Keep my email addresses
private](https://github.com/settings/emails) setting in your account. See
[LLVM
Discourse](https://discourse.llvm.org/t/hidden-email
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105623
Backport 408d82d352eb98e2d0a804c66d359cd7a49228fe
Requested by: @chenzheng1030
>From 31da8c38850660c0b0757beaf3a5de4c5372f026 Mon Sep 17 00:00:00 2001
From: Tim Gymnich
Date: Thu, 8 Aug 2024 02:51:04 +0200
Sub
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105623
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@chenzheng1030 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105623
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: None (llvmbot)
Changes
Backport 408d82d352eb98e2d0a804c66d359cd7a49228fe
Requested by: @chenzheng1030
---
Full diff: https://github.com/llvm/llvm-project/pull/105623.diff
2 Files Affected:
- (modified) llvm/lib/Target/PowerPC
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105627
___
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/105627
Backport 278fc8efdf004a1959a31bb4c208df5ee733d5c8
Requested by: @nikic
>From a62081c66fcca6ad86b8713cc5c87fcc876532ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Pettersson?=
Date: Wed, 21 Aug 2024 1
llvmbot wrote:
@dtcxzyw What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105627
___
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-selectiondag
Author: None (llvmbot)
Changes
Backport 278fc8efdf004a1959a31bb4c208df5ee733d5c8
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/105627.diff
2 Files Affected:
- (mo
llvmbot wrote:
@llvm/pr-subscribers-flang-driver
Author: Ivan R. Ivanov (ivanradanov)
Changes
4/4
There are two points which need some discussion in this PR:
1. We need to make a value computed in a omp.single accessible in all threads
of the omp.parallel region. This is achieved by al
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105638
Backport 3b49d274e6f16d1c8db5f4557eb7866a4bafffa5
6dcce422ca06601f2b00e85cc18c745ede245ca6
Requested by: @RKSimon
>From d089263a495098114432a40ddaef17ae90bf7352 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim
Da
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105638
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 3b49d274e6f16d1c8db5f4557eb7866a4bafffa5
6dcce422ca06601f2b00e85cc18c745ede245ca6
Requested by: @RKSimon
---
Full diff: https://github.com/llvm/llvm-project/pull/105638.dif
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
These have been replaced with atomicrmw
---
Patch is 89.93 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/105642.diff
18 Fil
llvmbot wrote:
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-openmp
Author: Tom Eccles (tblah)
Changes
This can be handled in ODS instead of writing custom parsing/printing code.
Thanks for the idea @skatrak
---
Full diff: https://github.com/llvm/llvm-project/pull/105644.diff
2 F
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Maciej Gabka (mgabka)
Changes
Add release note that LLVM 19 _BitInt implementation is fully compliant with
AAPCS32 and AAPCS64 when targeting Arm.
---
Full diff: https://github.com/llvm/llvm-project/pull/105659.diff
1 Files Affected:
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/105706
Part of #95250.
>From 92629d814e5682fdd59510970bb7d30a6b705134 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Thu, 22 Aug 2024 19:57:52 +0200
Subject: [PATCH] [libc][math][c23] Add exp10m1f16 C23 math funct
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: OverMighty (overmighty)
Changes
Part of #95250.
---
Patch is 25.01 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/105706.diff
16 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (
overmighty wrote:
Changes copied from https://github.com/llvm/llvm-project/pull/87992.diff. See
#87992.
https://github.com/llvm/llvm-project/pull/105706
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Alexander Richardson (arichardson)
Changes
Theses are finer-grained versions of isNonIntegralAddressSpace() and
isNonIntegralPointerType() where the current semantics prohibit
introduction of both ptrtoint and inttoptr instructions. These
Author: Vitaly Buka
Date: 2024-08-22T16:38:31-07:00
New Revision: 04376ece0618912d85a9a52a5f00f3eb3aa63c30
URL:
https://github.com/llvm/llvm-project/commit/04376ece0618912d85a9a52a5f00f3eb3aa63c30
DIFF:
https://github.com/llvm/llvm-project/commit/04376ece0618912d85a9a52a5f00f3eb3aa63c30.diff
L
Author: Vitaly Buka
Date: 2024-08-22T20:03:14-07:00
New Revision: b051ebc7efb69953c6118b7f5615cc22e9636b7a
URL:
https://github.com/llvm/llvm-project/commit/b051ebc7efb69953c6118b7f5615cc22e9636b7a
DIFF:
https://github.com/llvm/llvm-project/commit/b051ebc7efb69953c6118b7f5615cc22e9636b7a.diff
L
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105773
___
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/105773
Backport 714033a6bf3a81b1350f969ddd83bcd9fbb703e8
Requested by: @owenca
>From d23c3544162ed0d20d3e31f01d5ca7b23180eb3f Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 22 Aug 2024 20:02:48 -0700
Subject: [PA
llvmbot wrote:
@owenca What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105773
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 714033a6bf3a81b1350f969ddd83bcd9fbb703e8
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/105773.diff
3 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.c
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105797
Backport 85b6aac7c25f9d2a976a76045ace1e7afebb5965
Requested by: @dtcxzyw
>From f22bff58e4e8bf8c891a443dc49dd83586ed6a56 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Fri, 23 Aug 2024 16:06:00 +0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105797
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105797
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 85b6aac7c25f9d2a976a76045ace1e7afebb5965
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/105797.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Scalar/Co
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105808
Backport 61194617ad78 5506831f7bc8 fa2dccb377d0
Requested by: @jayfoad
>From 720021a53f9d159ce490e9670ba7ca7b1c8fa52e Mon Sep 17 00:00:00 2001
From: Jay Foad
Date: Thu, 22 Aug 2024 11:42:57 +0100
Subject: [PAT
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105808
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@arsenm @Pierre-vh @arsenm What do you think about merging this PR to the
release branch?
https://github.com/llvm/llvm-project/pull/105808
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cg
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/105808
>From b546ec4642d7f9c3d01c7d73480dd37258737a01 Mon Sep 17 00:00:00 2001
From: Jay Foad
Date: Thu, 22 Aug 2024 11:42:57 +0100
Subject: [PATCH 1/3] [AMDGPU] Add GFX12 test coverage for vmcnt flushing in
loop head
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: None (llvmbot)
Changes
Backport 61194617ad78 5506831f7bc8 fa2dccb377d0
Requested by: @jayfoad
---
Patch is 28.14 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/105808.diff
12 Files
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105815
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 3276ee30226de1572bde5bd3716a1d343bbb3657
6ec4c9c3eb4a556f848dac37a2d6f0d46ecc6f02
7faf2c95a4f1c3148c891608ed516eda3c9d3eb4
cf6cd1fd67356ca0c2972992928592d2430043d2
Requested by: @RKSimon
---
Patch
https://github.com/overmighty updated
https://github.com/llvm/llvm-project/pull/105706
>From 92629d814e5682fdd59510970bb7d30a6b705134 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Thu, 22 Aug 2024 19:57:52 +0200
Subject: [PATCH 1/2] [libc][math][c23] Add exp10m1f16 C23 math function
Part of
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105846
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@dwblaikie What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105846
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
@llvm/pr-subscribers-debuginfo
Author: None (llvmbot)
Changes
Backport e76db25832d6ac2d3a36769b26f982d9dee4b346
Requested by: @sunfishcode
---
Patch is 147.21 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/ll
Sirraide wrote:
I doubt anyone has started using this since a month ago, so let’s see if we can
merge this.
https://github.com/llvm/llvm-project/pull/94244
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/
https://github.com/Sirraide closed
https://github.com/llvm/llvm-project/pull/94244
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Sirraide edited
https://github.com/llvm/llvm-project/pull/94248
___
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/105896
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105896
___
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/105896
Backport 172c4a4a147833f1c08df1555f3170aa9ccb6cbe
Requested by: @ian-twilightcoder
>From 80e7aae158205eeadd44f21c5f8baef6d2dc1b14 Mon Sep 17 00:00:00 2001
From: Ian Anderson
Date: Thu, 22 Aug 2024 13:44:58 -07
llvmbot wrote:
@llvm/pr-subscribers-libunwind
Author: None (llvmbot)
Changes
Backport 172c4a4a147833f1c08df1555f3170aa9ccb6cbe
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull/105896.diff
2 Files Affected:
- (modified) libunwind/include/CMakeLi
Author: Vitaly Buka
Date: 2024-08-23T17:33:36-07:00
New Revision: 3647da280aa248430d8539db5045f57563223e56
URL:
https://github.com/llvm/llvm-project/commit/3647da280aa248430d8539db5045f57563223e56
DIFF:
https://github.com/llvm/llvm-project/commit/3647da280aa248430d8539db5045f57563223e56.diff
L
Author: Vitaly Buka
Date: 2024-08-23T23:28:40-07:00
New Revision: 5e19c6a4983184bc3ed6583bf6359720dad3713f
URL:
https://github.com/llvm/llvm-project/commit/5e19c6a4983184bc3ed6583bf6359720dad3713f
DIFF:
https://github.com/llvm/llvm-project/commit/5e19c6a4983184bc3ed6583bf6359720dad3713f.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Julian Schmidt (5chmidti)
Changes
The overload that did not take the additional `ASTContext *` argument is
unnecessary when the context could simply be commented out, as it is always
passed to `run` from `VerifyMatcher::run`.
This patch r
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 4da7732ebb70e76a2a604e04ee75d93395a92bd8
8124411b5b3489425a164b53e4ec9189b8eb293b --e
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
4da7732ebb70e76a2a604e04ee75d93395a92bd8...8124411b5b3489425a164b53e4ec9189b8eb293b
clang
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/105947
Part of #95250.
>From 9102fa25642700778b027ea5017a6367771c9e7e Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Sat, 24 Aug 2024 18:02:51 +0200
Subject: [PATCH] [libc][math][c23] Add sinhf16 and coshf16 C23 m
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: OverMighty (overmighty)
Changes
Part of #95250.
---
Patch is 35.19 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/105947.diff
17 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105967
Backport 6bc225e0630f28e83290a43c3d9b25b057fc815a
Requested by: @owenca
>From 77a258ec5b53f68ec3aa5c88019b09f4aba1801d Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 24 Aug 2024 19:12:15 -0700
Subject: [PA
llvmbot wrote:
@rymiel What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105967
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105967
___
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 6bc225e0630f28e83290a43c3d9b25b057fc815a
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/105967.diff
2 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.c
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/105971
Backport 0916ae49b89db6eb9eee9f6fee4f1a65fd9cdb74
Requested by: @owenca
>From b47ecb10e524b298213750a23a594638b6a8d52e Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 24 Aug 2024 20:10:03 -0700
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/105971
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@rymiel What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/105971
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 0916ae49b89db6eb9eee9f6fee4f1a65fd9cdb74
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/105971.diff
2 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.c
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Nathan Ridge (HighCommander4)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/105975.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+35)
``diff
diff --git a/clang-to
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/106006
Part of #95250.
>From eadda81a46d6b3bdf44574467deb3d94add102ac Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Sun, 25 Aug 2024 22:02:09 +0200
Subject: [PATCH] [libc][math][c23] Add tanhf16 C23 math function
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: OverMighty (overmighty)
Changes
Part of #95250.
---
Full diff: https://github.com/llvm/llvm-project/pull/106006.diff
12 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (+1)
- (modified) libc/config/linux/x86_64/entrypoints.
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Alex Rønne Petersen (alexrp)
Changes
Manual backport of #104723.
---
Full diff: https://github.com/llvm/llvm-project/pull/106008.diff
4 Files Affected:
- (modified) llvm/include/llvm/MC/MCELFObjectWriter.h (+3-8)
- (modified) llvm/lib/MC/
@@ -606,6 +606,8 @@ def StdC : StandardSpec<"stdc"> {
FunctionSpec<"exp10f", RetValSpec, [ArgSpec]>,
GuardedFunctionSpec<"exp10f16", RetValSpec,
[ArgSpec], "LIBC_TYPES_HAS_FLOAT16">,
+ GuardedFunctionSpec<"exp10m1f16", RetValSpec,
[ArgSpec], "LIB
@@ -0,0 +1,162 @@
+//===-- Half-precision 10^x - 1 function
--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106043
Backport e6974daa
Requested by: @zyn0217
>From f40c547eb78c91a9b35ae4ccefbf00c2983038e7 Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Mon, 26 Aug 2024 14:30:26 +0800
Subject: [PATCH] [Clang][Concepts] Fix
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106043
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@zyn0217 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106043
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport e6974daa
Requested by: @zyn0217
---
Full diff: https://github.com/llvm/llvm-project/pull/106043.diff
2 Files Affected:
- (modified) clang/lib/Sema/SemaConcept.cpp (+24-2)
- (modified) clang/test/SemaTem
github-actions[bot] wrote:
@rorth (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
github-actions[bot] wrote:
@ian-twilightcoder (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 th
4101 - 4200 of 62457 matches
Mail list logo