Author: prabhukr
Date: 2024-09-19T20:17:02-07:00
New Revision: 651d669269a938b3777b7a68054b188ab02ef7a5
URL:
https://github.com/llvm/llvm-project/commit/651d669269a938b3777b7a68054b188ab02ef7a5
DIFF:
https://github.com/llvm/llvm-project/commit/651d669269a938b3777b7a68054b188ab02ef7a5.diff
LOG:
Author: Prabhuk
Date: 2024-09-19T20:15:47-07:00
New Revision: 5686cf3c8b4f2c9d92528d3d8b2d47e831600488
URL:
https://github.com/llvm/llvm-project/commit/5686cf3c8b4f2c9d92528d3d8b2d47e831600488
DIFF:
https://github.com/llvm/llvm-project/commit/5686cf3c8b4f2c9d92528d3d8b2d47e831600488.diff
LOG:
Author: prabhukr
Date: 2024-09-19T19:59:26-07:00
New Revision: 6806606a55a9c1c6cc1280f88130999cbf2036ac
URL:
https://github.com/llvm/llvm-project/commit/6806606a55a9c1c6cc1280f88130999cbf2036ac
DIFF:
https://github.com/llvm/llvm-project/commit/6806606a55a9c1c6cc1280f88130999cbf2036ac.diff
LOG:
Author: Prabhuk
Date: 2024-09-19T19:53:59-07:00
New Revision: b83aea6a5853a5a532d9203cc90ee96dfedc418f
URL:
https://github.com/llvm/llvm-project/commit/b83aea6a5853a5a532d9203cc90ee96dfedc418f
DIFF:
https://github.com/llvm/llvm-project/commit/b83aea6a5853a5a532d9203cc90ee96dfedc418f.diff
LOG:
https://github.com/owenca approved this pull request.
https://github.com/llvm/llvm-project/pull/109170
___
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 milestoned
https://github.com/llvm/llvm-project/pull/109355
___
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/109355
Backport 7034ec491251e598d2867199f89fefa3eb16a1a0
Requested by: @lhames
>From ac0aff430e7e15c1102b1e0e255194b26778fde2 Mon Sep 17 00:00:00 2001
From: Lang Hames
Date: Tue, 10 Sep 2024 13:47:17 +1000
Subject: [
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/109351
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Prabhuk
Date: 2024-09-19T14:53:55-07:00
New Revision: 7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed
URL:
https://github.com/llvm/llvm-project/commit/7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed
DIFF:
https://github.com/llvm/llvm-project/commit/7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
This is a (very partial) cherry-pick of #101715 to fix this oversight
in the LLVM 19 release.
---
Full diff: https://github.com/llvm/llvm-project/pull/109324.diff
9 Files Affected:
- (modified) libcxx/do
https://github.com/ldionne edited
https://github.com/llvm/llvm-project/pull/109291
___
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/ldionne milestoned
https://github.com/llvm/llvm-project/pull/109324
___
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/ldionne created
https://github.com/llvm/llvm-project/pull/109324
This is a (very partial) cherry-pick of #101715 to fix this oversight in the
LLVM 19 release.
>From f94aed192c413fc174d353c9f8f27766497a8c56 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 19 Sep 2024 1
@@ -992,6 +992,7 @@ def add_version_header(tc):
"name": "__cpp_lib_ranges",
"values": {
"c++20": 202207,
+"c++23": 202211, # P2602R2 Poison Pills are Too Toxic
ldionne wrote:
Ack, we can fix that in a fo
https://github.com/frederick-vs-ja edited
https://github.com/llvm/llvm-project/pull/109291
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -992,6 +992,7 @@ def add_version_header(tc):
"name": "__cpp_lib_ranges",
"values": {
"c++20": 202207,
+"c++23": 202211, # P2602R2 Poison Pills are Too Toxic
frederick-vs-ja wrote:
(Not strictly relate
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/109309
>From 235eb6b8cd6fc7bfbda079ce1ab0339c8452dafe Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Wed, 18 Sep 2024 23:06:12 -0700
Subject: [PATCH] [ELF] --icf: don't fold a section without relocation and a
secti
llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: None (llvmbot)
Changes
Backport e82f0838ae88ad69515ebec234765e3e2607bebf
Requested by: @MaskRay
---
Full diff: https://github.com/llvm/llvm-project/pull/109309.diff
4 Files Affected:
- (modified) lld/ELF/ICF.cpp (+2-2)
- (modified)
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109309
___
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/109309
Backport e82f0838ae88ad69515ebec234765e3e2607bebf
Requested by: @MaskRay
>From 119843a88fc06832df46a423d0d0de6e28a60b43 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Wed, 18 Sep 2024 23:06:12 -0700
Subject
https://github.com/ldionne milestoned
https://github.com/llvm/llvm-project/pull/109291
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ldionne wrote:
CC @JMazurkiewicz @frederick-vs-ja
@frederick-vs-ja Does the FTM change seem correct to you? IIUC this should have
been done before the LLVM 19 branch but it slipped through the cracks, so this
ought to be correct?
https://github.com/llvm/llvm-project/pull/109291
_
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
* Update release notes and `Cxx23.html`
* Update `__cpp_lib_ranges` feature test macro
Cherry-pick of #88383 for LLVM 19.
---
Full diff: https://github.com/llvm/llvm-project/pull/109291.diff
12 Files Affe
https://github.com/ldionne created
https://github.com/llvm/llvm-project/pull/109291
* Update release notes and `Cxx23.html`
* Update `__cpp_lib_ranges` feature test macro
Cherry-pick of #88383 for LLVM 19.
>From 9558a97c93be4fb957a82476f5fc1861aff1ed5d Mon Sep 17 00:00:00 2001
From: Jakub Mazu
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 bba25fe832489086d6a0b63c399c82057e1d3cfc
915fe94064e727d3e75127ab4cb1786226297250 --e
25 matches
Mail list logo