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
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
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
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
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/brad0 milestoned
https://github.com/llvm/llvm-project/pull/106008
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -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
@@ -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
alexrp wrote:
cc @MaskRay @brad0
https://github.com/llvm/llvm-project/pull/106008
___
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-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/
https://github.com/alexrp created
https://github.com/llvm/llvm-project/pull/106008
Manual backport of #104723.
From 9a72d8b12202d27c4229ff9ccab0f0cdb6b6f583 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Sun, 18 Aug 2024 11:24:44 -0700
Subject: [PATCH 1/3] [MIPS] Remove expensive LLVM_DEBUG
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.
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
12 matches
Mail list logo