github-actions[bot] wrote:
@s-barannikov (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
github-actions[bot] wrote:
@amy-kwan (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.
github-actions[bot] wrote:
@brycekahle Congratulations on having your first Pull Request (PR) merged into
the LLVM Project!
Your changes will be combined with recent changes from other authors, then
tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a
problem with a bui
github-actions[bot] wrote:
@brycekahle (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.
github-actions[bot] wrote:
@perlfu (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:
@nikic (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:
@RKSimon (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:
@owenca (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:
@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:
@RKSimon (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:
@sunfishcode (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.
Author: Alexey Bataev
Date: 2024-08-26T08:09:35-04:00
New Revision: 5153817e36dbaaf6800a5befb8c7a54363840e81
URL:
https://github.com/llvm/llvm-project/commit/5153817e36dbaaf6800a5befb8c7a54363840e81
DIFF:
https://github.com/llvm/llvm-project/commit/5153817e36dbaaf6800a5befb8c7a54363840e81.diff
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Sergio Afonso (skatrak)
Changes
This patch moves the creation of `DataSharingProcessor` instances for loop
constructs out of `genOMPDispatch()` and into their corresponding codegen
functions. This is a necessary first step to en
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/106072
Part of #95250.
>From efc9ccab9373b3dcc31b520873eaf2fff40b8b58 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 15:30:54 +0200
Subject: [PATCH] [libc][math][c23] Add logf16 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/106072.diff
14 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/106084
Part of #95250.
>From 2f0d352e311301b0853346587cf03d5137b22d76 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 16:36:19 +0200
Subject: [PATCH] [libc][math][c23] Add log2f16 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/106084.diff
13 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (+1)
- (modified) libc/config/linux/x86_64/entrypoints.
https://github.com/overmighty updated
https://github.com/llvm/llvm-project/pull/106072
>From efc9ccab9373b3dcc31b520873eaf2fff40b8b58 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 15:30:54 +0200
Subject: [PATCH 1/2] [libc][math][c23] Add logf16 C23 math function
Part of #952
@@ -287,6 +287,34 @@ template LIBC_INLINE float16
eval_sinh_or_cosh(float16 x) {
lo, half_p_odd * exp2_hi_mid_diff, half_p_even * exp2_hi_mid_sum));
}
+// Generated by Sollya with the following commands:
+// > display = hexadecimal;
+// > for i from 0 to 31 do prin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106085
Backport 327edbe07ab4370ceb20ea7c805f64950871d835
Requested by: @syzaara
>From 18efd919f5a0408d95b70510d201ab0d7a7a3aa4 Mon Sep 17 00:00:00 2001
From: Zaara Syeda
Date: Thu, 22 Aug 2024 09:55:46 -0400
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106085
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: None (llvmbot)
Changes
Backport 327edbe07ab4370ceb20ea7c805f64950871d835
Requested by: @syzaara
---
Full diff: https://github.com/llvm/llvm-project/pull/106085.diff
4 Files Affected:
- (modified) llvm/lib/Target/PowerPC/PPCIn
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/106091
Part of #95250.
>From 57972717618c3d4ccc836c81fdbf3a66c6da53fa Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 17:23:01 +0200
Subject: [PATCH] [libc][math][c23] Add log10f16 C23 math functio
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: OverMighty (overmighty)
Changes
Part of #95250.
---
Full diff: https://github.com/llvm/llvm-project/pull/106091.diff
13 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (+1)
- (modified) libc/config/linux/x86_64/entrypoints.
https://github.com/overmighty updated
https://github.com/llvm/llvm-project/pull/106084
>From 2f0d352e311301b0853346587cf03d5137b22d76 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 16:36:19 +0200
Subject: [PATCH 1/2] [libc][math][c23] Add log2f16 C23 math function
Part of #95
https://github.com/overmighty updated
https://github.com/llvm/llvm-project/pull/106072
>From efc9ccab9373b3dcc31b520873eaf2fff40b8b58 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 15:30:54 +0200
Subject: [PATCH 1/3] [libc][math][c23] Add logf16 C23 math function
Part of #952
https://github.com/overmighty created
https://github.com/llvm/llvm-project/pull/106102
Part of #95250.
>From 681fcf579c010e1f45e396114930355a6a28d403 Mon Sep 17 00:00:00 2001
From: OverMighty
Date: Mon, 26 Aug 2024 18:43:12 +0200
Subject: [PATCH] [libc][math][c23] Add sqrtf16 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/106102.diff
14 Files Affected:
- (modified) libc/config/gpu/entrypoints.txt (+1)
- (modified) libc/config/linux/aarch64/entrypoints
Sirraide wrote:
> This pr was actually part of a stack,
Oh yeah, my bad, I didn’t notice that the target branch wasn’t main.
https://github.com/llvm/llvm-project/pull/94244
___
llvm-branch-commits mailing list
[email protected]
https:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106135
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@sdesmalen-arm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106135
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106135
Backport 2617023923175b0fd2a8cb94ad677c061c01627f
Requested by: @sdesmalen-arm
>From 8eb8aa328a788447b69ea5f76b8b22f6c10ad518 Mon Sep 17 00:00:00 2001
From: SpencerAbson
Date: Fri, 23 Aug 2024 14:27:49 +0100
S
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-backend-aarch64
Author: None (llvmbot)
Changes
Backport 2617023923175b0fd2a8cb94ad677c061c01627f
Requested by: @sdesmalen-arm
---
Full diff: https://github.com/llvm/llvm-project/pull/106135.diff
3 Files Affected:
- (modifi
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
e288141b33c763e22329e74af1e2cf1d3e7f2912...5e4d38daffa93fa758a13faffdbeefa21ddec6c8
compi
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
e288141b33c763e22329e74af1e2cf1d3e7f2912...5e4d38daffa93fa758a13faffdbeefa21ddec6c8
compi
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 44201f1b7d371f156a8ae02b329f2321cad503d2
eda80fe012239f907df3ee3c4d6d94c93d9d4df2 --e
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106166
Backport b412ec5d3
Requested by: @zyn0217
>From 15cb29a22778896436136c08337a3562b14a3544 Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Tue, 27 Aug 2024 09:25:53 +0800
Subject: [PATCH] [Clang][Sema] Revisit
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106166
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mizvekov What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106166
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport b412ec5d3
Requested by: @zyn0217
---
Full diff: https://github.com/llvm/llvm-project/pull/106166.diff
2 Files Affected:
- (modified) clang/lib/Sema/SemaTemplateInstantiate.cpp (+38-35)
- (modified) clan
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch adds PFT to MLIR lowering support for `distribute parallel do`
composite constructs.
---
Patch is 23.47 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-proj
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch adds PFT to MLIR lowering support for `distribute parallel do simd`
composite constructs.
---
Patch is 21.97 KiB, truncated to 20.00 KiB below, full v
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106265
Backport 0df78123fdaed39d5135c2e4f4628f515e6d549d
Requested by: @ldionne
>From 2a3e4a7be6da67ee72e1175d11202c9b4989d307 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 27 Aug 2024 14:22:25 -0400
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106265
___
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 0df78123fdaed39d5135c2e4f4628f515e6d549d
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/106265.diff
1 Files Affected:
- (modified) libcxx/include/__algorithm/three_way_c
Author: Harini0924
Date: 2024-08-27T11:32:49-07:00
New Revision: d0128083cb32c771bda266e73d265e7ffbb79866
URL:
https://github.com/llvm/llvm-project/commit/d0128083cb32c771bda266e73d265e7ffbb79866
DIFF:
https://github.com/llvm/llvm-project/commit/d0128083cb32c771bda266e73d265e7ffbb79866.diff
LO
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106303
___
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/106303
Backport bb27dd853a713866c025a94ead8f03a1e25d1b6e
Requested by: @arichardson
>From 65e8639e6f2139a39c14476a87aad41944f005ac Mon Sep 17 00:00:00 2001
From: Alexander Richardson
Date: Tue, 27 Aug 2024 15:37:24 -
llvmbot wrote:
@mstorsjo What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106303
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport bb27dd853a713866c025a94ead8f03a1e25d1b6e
Requested by: @arichardson
---
Full diff: https://github.com/llvm/llvm-project/pull/106303.diff
1 Files Affected:
- (modified) compiler-rt/lib/san
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/106303
>From 42aaa9a06f0f4cea42c865661a54762a8dbdceaf Mon Sep 17 00:00:00 2001
From: Alexander Richardson
Date: Tue, 27 Aug 2024 15:37:24 -0700
Subject: [PATCH] [compiler-rt] Fix definition of `usize` on 32-bit Windows
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/106303
>From b596f061b4ab9d5ee4d6c907404e2d57ba9fb6f2 Mon Sep 17 00:00:00 2001
From: Alexander Richardson
Date: Tue, 27 Aug 2024 15:37:24 -0700
Subject: [PATCH] [compiler-rt] Fix definition of `usize` on 32-bit Windows
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 bb27dd853a713866c025a94ead8f03a1e25d1b6e
153d70a4c158e3096caf6a7fcbb8d71fd2a507cd --e
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106326
Backport 656d5aa95825515a55ded61f19d41053c850c82d
Requested by: @owenca
>From e6894cb3d41d145cf69754b27dbeb0064685934d Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 27 Aug 2024 19:13:27 -0700
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106326
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@HazardyKnusperkeks What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/106326
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/m
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 656d5aa95825515a55ded61f19d41053c850c82d
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/106326.diff
2 Files Affected:
- (modified) clang/lib/Format/WhitespaceManage
https://github.com/wangleiat created
https://github.com/llvm/llvm-project/pull/106332
None
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-loongarch
@llvm/pr-subscribers-mc
Author: wanglei (wangleiat)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/106332.diff
10 Files Affected:
- (modified) llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp (+24-6)
-
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
@@ -41,11 +43,82 @@ LoongArchMatInt::InstSeq
LoongArchMatInt::generateInstSeq(int64_t Val) {
Insts.push_back(Inst(LoongArch::ORI, Lo12));
}
+ // hi32
+ // Higher20
if (SignExtend32<1>(Hi20 >> 19) != SignExtend32<20>(Higher20))
Insts.push_back(Inst(LoongArch:
@@ -41,11 +43,82 @@ LoongArchMatInt::InstSeq
LoongArchMatInt::generateInstSeq(int64_t Val) {
Insts.push_back(Inst(LoongArch::ORI, Lo12));
}
+ // hi32
+ // Higher20
if (SignExtend32<1>(Hi20 >> 19) != SignExtend32<20>(Higher20))
Insts.push_back(Inst(LoongArch:
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
@@ -41,11 +43,82 @@ LoongArchMatInt::InstSeq
LoongArchMatInt::generateInstSeq(int64_t Val) {
Insts.push_back(Inst(LoongArch::ORI, Lo12));
}
+ // hi32
+ // Higher20
if (SignExtend32<1>(Hi20 >> 19) != SignExtend32<20>(Higher20))
Insts.push_back(Inst(LoongArch:
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/106364.diff
5 Files Affected:
- (modified) bolt/lib/Profile/DataAggregator.cpp (+2-2)
- (modified) bolt/lib/Profile/YAMLProfileReader.cpp (-5)
- (mo
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/106365.diff
1 Files Affected:
- (modified) bolt/lib/Rewrite/PseudoProbeRewriter.cpp (+7-3)
``diff
diff --git a/bolt/lib/Rewrite/PseudoProbe
Author: Teresa Johnson
Date: 2024-08-28T11:44:54-07:00
New Revision: 5a00383d7f192a2951e3add4d8ab1f918e7d58f8
URL:
https://github.com/llvm/llvm-project/commit/5a00383d7f192a2951e3add4d8ab1f918e7d58f8
DIFF:
https://github.com/llvm/llvm-project/commit/5a00383d7f192a2951e3add4d8ab1f918e7d58f8.diff
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Artem Dergachev (haoNoQ)
Changes
This reverts commit 90ccf2187332ff900d46a58a27cb0353577d37cb.
Cherry picked from commit 030ee841a9c9fbbd6e7c001e751737381da01f7b.
Conflicts:
clang/test/Driver/linker-wrapper-passes.c
---
Fu
Author: Vitaly Buka
Date: 2024-08-28T13:35:28-07:00
New Revision: 1740035264c3326d7dabee0682dd3802bc4384d7
URL:
https://github.com/llvm/llvm-project/commit/1740035264c3326d7dabee0682dd3802bc4384d7
DIFF:
https://github.com/llvm/llvm-project/commit/1740035264c3326d7dabee0682dd3802bc4384d7.diff
L
Author: Jakub Kuderski
Date: 2024-08-28T17:25:55-04:00
New Revision: 77e8b2fe44d540e23f395789644ccc2d597a956a
URL:
https://github.com/llvm/llvm-project/commit/77e8b2fe44d540e23f395789644ccc2d597a956a
DIFF:
https://github.com/llvm/llvm-project/commit/77e8b2fe44d540e23f395789644ccc2d597a956a.diff
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 e2a6027dd2af62f4fbfa92795873f0489fd35cfd
d6f2e78230c0907db95568e5b920d574ce6b4758 --e
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 e2a6027dd2af62f4fbfa92795873f0489fd35cfd
d6f2e78230c0907db95568e5b920d574ce6b4758 --e
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106480
Backport 8927576b8f6442bb6129bda597efee46176f8aec
Requested by: @tstellar
>From b3eb0c3dfe85b18ed4ef8e3f804970680c0e94ca Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 28 Aug 2024 18:22:57 -0700
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106480
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@tstellar What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106480
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 8927576b8f6442bb6129bda597efee46176f8aec
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/106480.diff
2 Files Affected:
- (modified) .github/workflows/release-binaries.yml
Author: William Junda Huang
Date: 2024-08-28T21:33:24-04:00
New Revision: 92885bbeab632875929827a09841237cd59405fb
URL:
https://github.com/llvm/llvm-project/commit/92885bbeab632875929827a09841237cd59405fb
DIFF:
https://github.com/llvm/llvm-project/commit/92885bbeab632875929827a09841237cd59405fb
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
…… (#105923)
…519)"
This reverts commit e00d32afb9d33a1eca48e2b041c9688436706c5b and adds a test
for lambda arrow SplitPenalty.
Fixes #105480.
---
Full diff: https://github.com/llvm/llvm-project/pull/10
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106332
>From b2e3659d23ff3a576e2967576d501b24d6466e87 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Wed, 28 Aug 2024 12:16:47 +0800
Subject: [PATCH] update test sextw-removal.ll
Created using spr 1.3.5-bogner
---
ll
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106491
Backport 9d81e7e36e33aecdee05fef551c0652abafaa052
Requested by: @tstellar
>From c3beefa91b9e50c97a4ab7c32b40771d9fd0f97e Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 28 Aug 2024 22:18:08 -0700
Subjec
llvmbot wrote:
@tru What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106491
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106491
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 9d81e7e36e33aecdee05fef551c0652abafaa052
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/106491.diff
4 Files Affected:
- (modified) .github/workflows/release-do
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106504
Backport 47615ff2347a8be429404285de3b1c03b411e7af
Requested by: @ChuanqiXu9
>From ec7bd37889f110c01a2445d1086c82c0e65d89a7 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Thu, 29 Aug 2024 15:42:57 +0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106504
___
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 47615ff2347a8be429404285de3b1c03b411e7af
Requested by: @ChuanqiXu9
---
Full diff: https://github.com/llvm/llvm-project/pull/106504.diff
3 Files Affected:
- (modified) clang/include/clang/Serialization/AS
https://github.com/cor3ntin milestoned
https://github.com/llvm/llvm-project/pull/106516
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/cor3ntin created
https://github.com/llvm/llvm-project/pull/106516
This reverts commit 2e1ad93961a3f444659c5d02d800e3144acccdb4.
Reverting #95202 in the 19.x branch
Fixes #106182
The change in #95202 causes code to crash and there is no good way to backport
a fix for that a
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/106516
___
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: cor3ntin (cor3ntin)
Changes
This reverts commit 2e1ad93961a3f444659c5d02d800e3144acccdb4.
Reverting #95202 in the 19.x branch
Fixes #106182
The change in #95202 causes code to crash and there is no good way to
backport a fix for that as
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106518
___
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/106518
Backport 5ea9dd8c7076270695a1d90b9c73718e7d95e0bf
Requested by: @mstorsjo
>From e5da34a3558d149d86b720135cb26f840f2b721f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Thu, 8 Aug 2024 1
llvmbot wrote:
@vitalybuka What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/106518
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 5ea9dd8c7076270695a1d90b9c73718e7d95e0bf
Requested by: @mstorsjo
---
Full diff: https://github.com/llvm/llvm-project/pull/106518.diff
3 Files Affected:
- (modified) compiler-rt/cmake/Modu
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/106525
Backport fcb3a048
Requested by: @tamird
>From 6c9ea06ea23c369eee40dc88ebe677c462fcbe19 Mon Sep 17 00:00:00 2001
From: Luke Shingles
Date: Thu, 29 Aug 2024 11:09:07 +0100
Subject: [PATCH] [analyzer] Add missing
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/106525
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
4201 - 4300 of 62519 matches
Mail list logo