https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117968
>From 97a1cb9a3fc4c23cfa62c5a47b3c6a59d0dbb857 Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Mon, 25 Nov 2024 11:35:45 -0600
Subject: [PATCH] [clang] hexagon: fix link order for libc/builtins (#117057)
When linkin
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117968
___
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/tru closed https://github.com/llvm/llvm-project/pull/119503
___
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/tru updated https://github.com/llvm/llvm-project/pull/119503
>From 1414560a9c16039a2037de3e9d7dde8003f2b591 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 10 Dec 2024 16:47:21 -0800
Subject: [PATCH] [clang-format] Fix idempotent format of hash in macro body
(#118513)
Fix
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120296
>From 9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2 Mon Sep 17 00:00:00 2001
From: Philipp van Kempen
Date: Tue, 17 Dec 2024 21:20:17 +0100
Subject: [PATCH] [RISCV] Fix typo in CV_SH_rr_inc pattern (#120246)
This typo in
tru wrote:
Sorry - usually I am looking for a review not by the same person that requests
it. It just makes it a bit more sensible to me. Merging it for .7 now.
https://github.com/llvm/llvm-project/pull/119503
___
llvm-branch-commits mailing list
llvm
Author: Philipp van Kempen
Date: 2025-01-13T11:50:27+01:00
New Revision: 9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2
URL:
https://github.com/llvm/llvm-project/commit/9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2
DIFF:
https://github.com/llvm/llvm-project/commit/9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2.
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120296
___
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/tru updated https://github.com/llvm/llvm-project/pull/121061
>From be46324c97a263c5c6a837317b91d818bf469266 Mon Sep 17 00:00:00 2001
From: Ikhlas Ajbar
Date: Fri, 20 Dec 2024 09:41:30 -0600
Subject: [PATCH] [Hexagon] Only handle simple types memory accesses (#120654)
The code
Author: Ikhlas Ajbar
Date: 2025-01-13T11:52:22+01:00
New Revision: be46324c97a263c5c6a837317b91d818bf469266
URL:
https://github.com/llvm/llvm-project/commit/be46324c97a263c5c6a837317b91d818bf469266
DIFF:
https://github.com/llvm/llvm-project/commit/be46324c97a263c5c6a837317b91d818bf469266.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121061
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Owen Pan
Date: 2025-01-13T11:51:26+01:00
New Revision: 1414560a9c16039a2037de3e9d7dde8003f2b591
URL:
https://github.com/llvm/llvm-project/commit/1414560a9c16039a2037de3e9d7dde8003f2b591
DIFF:
https://github.com/llvm/llvm-project/commit/1414560a9c16039a2037de3e9d7dde8003f2b591.diff
LOG:
Author: Nikita Popov
Date: 2025-01-13T11:51:53+01:00
New Revision: 5998cd3b38dc45717f4aac8fe6e568d1b6facef7
URL:
https://github.com/llvm/llvm-project/commit/5998cd3b38dc45717f4aac8fe6e568d1b6facef7
DIFF:
https://github.com/llvm/llvm-project/commit/5998cd3b38dc45717f4aac8fe6e568d1b6facef7.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121035
>From 5998cd3b38dc45717f4aac8fe6e568d1b6facef7 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 22 Aug 2024 09:48:05 +0200
Subject: [PATCH] Build SanitizerCommon if ctx_profile enabled (#105495)
ctx_profile ha
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121035
___
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/tru updated https://github.com/llvm/llvm-project/pull/122617
>From 6d1f0e603cbe88188704ad84c6bff9a7208136cf Mon Sep 17 00:00:00 2001
From: David Green
Date: Sat, 11 Jan 2025 16:29:06 +
Subject: [PATCH] [DAG] Allow AssertZExt to scalarize. (#122463)
With range and undef me
=?utf-8?q?Michał_Górny?=
Message-ID:
In-Reply-To:
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121755
>From ed93afd1619982d9a22b169cac8094e3ba2f6c3d Mon Sep 17 00:00:00 2001
From: Vassil Vassilev
Date: Thu, 22 Aug 2024 13:04:33 +0200
Subject: [PATCH 1/2] [cmake] In
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/122814
___
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/tru updated https://github.com/llvm/llvm-project/pull/121739
>From f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36 Mon Sep 17 00:00:00 2001
From: Artsiom Drapun
Date: Sat, 7 Dec 2024 19:24:29 +0300
Subject: [PATCH] Fix std::initializer_list recognition if it's exported out of
a modu
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120505
>From 75d46f6a30f8c9f34111332a2fe63d539548a2c8 Mon Sep 17 00:00:00 2001
From: DianQK
Date: Thu, 19 Dec 2024 06:21:57 +0800
Subject: [PATCH] [SLP] Check if instructions exist after vectorization
(#120434)
Fixes #120
Author: David Green
Date: 2025-01-14T10:39:41+01:00
New Revision: 3bf9b25b1627ea8610c04b1ca8de4ba9ce432050
URL:
https://github.com/llvm/llvm-project/commit/3bf9b25b1627ea8610c04b1ca8de4ba9ce432050
DIFF:
https://github.com/llvm/llvm-project/commit/3bf9b25b1627ea8610c04b1ca8de4ba9ce432050.diff
L
Author: DianQK
Date: 2025-01-14T10:39:18+01:00
New Revision: 8fa5dffc865a9c9239ec0aceb3fbc801895147b7
URL:
https://github.com/llvm/llvm-project/commit/8fa5dffc865a9c9239ec0aceb3fbc801895147b7
DIFF:
https://github.com/llvm/llvm-project/commit/8fa5dffc865a9c9239ec0aceb3fbc801895147b7.diff
LOG: [
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120505
>From 8fa5dffc865a9c9239ec0aceb3fbc801895147b7 Mon Sep 17 00:00:00 2001
From: DianQK
Date: Thu, 19 Dec 2024 06:21:57 +0800
Subject: [PATCH] [SLP] Check if instructions exist after vectorization
(#120434)
Fixes #120
Author: Artsiom Drapun
Date: 2025-01-14T07:24:48+01:00
New Revision: f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36
URL:
https://github.com/llvm/llvm-project/commit/f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36
DIFF:
https://github.com/llvm/llvm-project/commit/f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120505
___
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/tru closed https://github.com/llvm/llvm-project/pull/121739
___
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/tru updated https://github.com/llvm/llvm-project/pull/149100
>From 6ee4eedc2a5b9c52008651ebd8aaf240adc23fcb Mon Sep 17 00:00:00 2001
From: Sirraide
Date: Wed, 16 Jul 2025 15:48:53 +0200
Subject: [PATCH] [Clang] Reintroduce obsolete libclang symbols to avoid an ABI
break (#149
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149100
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
> @tru The plan is to use the new premerge CI to test changes to the release
> branch, right?
>
> We're planning on backporting any changes that we're making in `main` to make
> sure the release branch CI still works, assuming that is actually the plan.
Yes please.
https://github.
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149128
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@nikic can you approve?
https://github.com/llvm/llvm-project/pull/149126
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@topperc how about merging this to the release branch?
https://github.com/llvm/llvm-project/pull/148907
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149128
>From 46c566f579f2ebe8abe8871c3527979dbc558e70 Mon Sep 17 00:00:00 2001
From: Aiden Grossman
Date: Tue, 15 Jul 2025 08:10:47 -0700
Subject: [PATCH] [CI][Github] Switch windows to server 2022 (#148743)
This patch swi
Author: Matt Arsenault
Date: 2025-07-17T10:29:47+02:00
New Revision: 7c2c20dd9c3e90772b06973fdc235971c31f3955
URL:
https://github.com/llvm/llvm-project/commit/7c2c20dd9c3e90772b06973fdc235971c31f3955
DIFF:
https://github.com/llvm/llvm-project/commit/7c2c20dd9c3e90772b06973fdc235971c31f3955.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149246
___
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/tru updated https://github.com/llvm/llvm-project/pull/149246
>From 7c2c20dd9c3e90772b06973fdc235971c31f3955 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 17 Jul 2025 08:29:09 +0900
Subject: [PATCH] RuntimeLibcalls: Fix calling conv of win32 div libcalls
(#149098)
Author: Sirraide
Date: 2025-07-17T10:29:12+02:00
New Revision: 6ee4eedc2a5b9c52008651ebd8aaf240adc23fcb
URL:
https://github.com/llvm/llvm-project/commit/6ee4eedc2a5b9c52008651ebd8aaf240adc23fcb
DIFF:
https://github.com/llvm/llvm-project/commit/6ee4eedc2a5b9c52008651ebd8aaf240adc23fcb.diff
LOG:
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/148933
>From b71c9a43664101ff46fa0a46041a238d369a7784 Mon Sep 17 00:00:00 2001
From: Sudharsan Veeravalli
Date: Wed, 16 Jul 2025 00:31:33 +0530
Subject: [PATCH] [RISCV] Fix issues in ORI to QC.INSBI transformation
(#148809
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/148913
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Craig Topper
Date: 2025-07-17T10:26:45+02:00
New Revision: 49722f1df1ef62de3b1b671c2d4a11c08be11774
URL:
https://github.com/llvm/llvm-project/commit/49722f1df1ef62de3b1b671c2d4a11c08be11774
DIFF:
https://github.com/llvm/llvm-project/commit/49722f1df1ef62de3b1b671c2d4a11c08be11774.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/148913
>From 49722f1df1ef62de3b1b671c2d4a11c08be11774 Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Tue, 15 Jul 2025 10:49:23 -0700
Subject: [PATCH] [RISCV] Remove incorrect and untested FrameIndex support from
SelectA
Author: Eli Friedman
Date: 2025-07-17T10:27:47+02:00
New Revision: 04d4be501dc83fe411193a46c10e898898552731
URL:
https://github.com/llvm/llvm-project/commit/04d4be501dc83fe411193a46c10e898898552731
DIFF:
https://github.com/llvm/llvm-project/commit/04d4be501dc83fe411193a46c10e898898552731.diff
Author: Jordan Rupprecht
Date: 2025-07-17T10:28:09+02:00
New Revision: adb453c8a615abbb9890fa412f964980c82f40bc
URL:
https://github.com/llvm/llvm-project/commit/adb453c8a615abbb9890fa412f964980c82f40bc
DIFF:
https://github.com/llvm/llvm-project/commit/adb453c8a615abbb9890fa412f964980c82f40bc.di
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/148980
>From 04d4be501dc83fe411193a46c10e898898552731 Mon Sep 17 00:00:00 2001
From: Eli Friedman
Date: Tue, 15 Jul 2025 15:39:51 -0700
Subject: [PATCH] [libclang] Fix version for symbol clang_visitCXXMethods
(#148958)
Ha
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149048
>From adb453c8a615abbb9890fa412f964980c82f40bc Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht
Date: Wed, 16 Jul 2025 04:31:48 -0500
Subject: [PATCH] [Support][BLAKE3] Prefix more blake3 methods (#149007)
Added by #
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149048
___
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/tru closed https://github.com/llvm/llvm-project/pull/148980
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sudharsan Veeravalli
Date: 2025-07-17T10:27:16+02:00
New Revision: b71c9a43664101ff46fa0a46041a238d369a7784
URL:
https://github.com/llvm/llvm-project/commit/b71c9a43664101ff46fa0a46041a238d369a7784
DIFF:
https://github.com/llvm/llvm-project/commit/b71c9a43664101ff46fa0a46041a238d369a778
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/148933
___
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/tru updated https://github.com/llvm/llvm-project/pull/149126
>From 194dd6679f8369ee343ba3eaf945f49b4e6f6211 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Wed, 16 Jul 2025 17:49:19 +0200
Subject: [PATCH] [Support][BLAKE3] Restore static on blake3_hash4_neon
(#149046)
This
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149126
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@zygoloid how about merging this to the release branch?
https://github.com/llvm/llvm-project/pull/148907
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm
Author: Nikita Popov
Date: 2025-07-17T12:26:26+02:00
New Revision: 194dd6679f8369ee343ba3eaf945f49b4e6f6211
URL:
https://github.com/llvm/llvm-project/commit/194dd6679f8369ee343ba3eaf945f49b4e6f6211
DIFF:
https://github.com/llvm/llvm-project/commit/194dd6679f8369ee343ba3eaf945f49b4e6f6211.diff
Author: Jonas Devlieghere
Date: 2025-07-17T12:35:56+02:00
New Revision: 68e17aec8f9fe1dea2ee10066a55e79eeab571a0
URL:
https://github.com/llvm/llvm-project/commit/68e17aec8f9fe1dea2ee10066a55e79eeab571a0
DIFF:
https://github.com/llvm/llvm-project/commit/68e17aec8f9fe1dea2ee10066a55e79eeab571a0.d
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149143
>From 68e17aec8f9fe1dea2ee10066a55e79eeab571a0 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Wed, 16 Jul 2025 10:05:05 -0700
Subject: [PATCH] [lldb] Add a release note for MCP support
---
llvm/docs/Release
Author: Martin Erhart
Date: 2025-07-16T16:16:59+02:00
New Revision: 18624ae54bc979e47ad990721eb20eb9ca982a2f
URL:
https://github.com/llvm/llvm-project/commit/18624ae54bc979e47ad990721eb20eb9ca982a2f
DIFF:
https://github.com/llvm/llvm-project/commit/18624ae54bc979e47ad990721eb20eb9ca982a2f.diff
Author: Sander de Smalen
Date: 2025-07-16T16:17:00+02:00
New Revision: 588b8130794f7ce53fe30237f6bf5614b7122f45
URL:
https://github.com/llvm/llvm-project/commit/588b8130794f7ce53fe30237f6bf5614b7122f45
DIFF:
https://github.com/llvm/llvm-project/commit/588b8130794f7ce53fe30237f6bf5614b7122f45.di
Author: Sander de Smalen
Date: 2025-07-16T16:17:00+02:00
New Revision: d1517ec6584304951fcf63ce35d8fd0942f2
URL:
https://github.com/llvm/llvm-project/commit/d1517ec6584304951fcf63ce35d8fd0942f2
DIFF:
https://github.com/llvm/llvm-project/commit/d1517ec6584304951fcf63ce35d8fd0942f2.di
Author: Krzysztof Parzyszek
Date: 2025-07-16T16:17:00+02:00
New Revision: a0895b4581bac8634596263b42d49c7f2e2d957f
URL:
https://github.com/llvm/llvm-project/commit/a0895b4581bac8634596263b42d49c7f2e2d957f
DIFF:
https://github.com/llvm/llvm-project/commit/a0895b4581bac8634596263b42d49c7f2e2d957f
Author: Sjoerd Meijer
Date: 2025-07-16T16:17:00+02:00
New Revision: 7d803c868ab96dabbd4cb47d0b3e60a78057e1b0
URL:
https://github.com/llvm/llvm-project/commit/7d803c868ab96dabbd4cb47d0b3e60a78057e1b0
DIFF:
https://github.com/llvm/llvm-project/commit/7d803c868ab96dabbd4cb47d0b3e60a78057e1b0.diff
Author: Eli Friedman
Date: 2025-07-17T17:56:24+02:00
New Revision: 2067574f54dd076fec4a5397bb2de7ad813e7e93
URL:
https://github.com/llvm/llvm-project/commit/2067574f54dd076fec4a5397bb2de7ad813e7e93
DIFF:
https://github.com/llvm/llvm-project/commit/2067574f54dd076fec4a5397bb2de7ad813e7e93.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/148907
>From 2067574f54dd076fec4a5397bb2de7ad813e7e93 Mon Sep 17 00:00:00 2001
From: Eli Friedman
Date: Tue, 15 Jul 2025 10:01:27 -0700
Subject: [PATCH] [clang] Fix pointer comparisons between pointers to
constexpr-unknown
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/148907
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Yuxuan Chen
Date: 2025-07-17T17:56:53+02:00
New Revision: ad9051049d4360a8409eb4c552ba92524a41c13b
URL:
https://github.com/llvm/llvm-project/commit/ad9051049d4360a8409eb4c552ba92524a41c13b
DIFF:
https://github.com/llvm/llvm-project/commit/ad9051049d4360a8409eb4c552ba92524a41c13b.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149013
>From ad9051049d4360a8409eb4c552ba92524a41c13b Mon Sep 17 00:00:00 2001
From: Yuxuan Chen
Date: Tue, 15 Jul 2025 15:02:32 -0700
Subject: [PATCH] [Clang] Fix FE crash during CGCoroutine GRO Alloca Emission
(#148962)
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149013
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sirraide
Date: 2025-07-17T17:59:42+02:00
New Revision: dd7710b7fda80f718f84ec7bb3ef69ec28e92614
URL:
https://github.com/llvm/llvm-project/commit/dd7710b7fda80f718f84ec7bb3ef69ec28e92614
DIFF:
https://github.com/llvm/llvm-project/commit/dd7710b7fda80f718f84ec7bb3ef69ec28e92614.diff
LOG:
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149287
>From dd7710b7fda80f718f84ec7bb3ef69ec28e92614 Mon Sep 17 00:00:00 2001
From: Sirraide
Date: Thu, 17 Jul 2025 01:30:50 +0200
Subject: [PATCH] [Clang] Reintroduce obsolete symbols in libclang.map
(#149190)
This is a
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149287
___
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/tru closed https://github.com/llvm/llvm-project/pull/149328
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Corentin Jabot
Date: 2025-07-17T18:00:22+02:00
New Revision: 7ac3c6228233980e154cdbc294def0cc66063bc1
URL:
https://github.com/llvm/llvm-project/commit/7ac3c6228233980e154cdbc294def0cc66063bc1
DIFF:
https://github.com/llvm/llvm-project/commit/7ac3c6228233980e154cdbc294def0cc66063bc1.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149328
>From 7ac3c6228233980e154cdbc294def0cc66063bc1 Mon Sep 17 00:00:00 2001
From: Corentin Jabot
Date: Thu, 17 Jul 2025 12:32:49 +0300
Subject: [PATCH] Revert "[Clang] Do not treat Foo -> const Foo conversion
sequences
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149143
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
The original commit seems to have failed a bunch of runners. Can we check if
that needs to be fixed before a backport?
https://github.com/llvm/llvm-project/pull/149053
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
tru wrote:
@bcardosolopes can you review this for inclusion in the release branch?
https://github.com/llvm/llvm-project/pull/149013
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
tru wrote:
I am always happy to merge release notes and documentation :)
https://github.com/llvm/llvm-project/pull/149146
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc
Author: Jonas Devlieghere
Date: 2025-07-17T12:40:58+02:00
New Revision: 38158a93d8d9598fb3b827b8513f67771b8fcbfd
URL:
https://github.com/llvm/llvm-project/commit/38158a93d8d9598fb3b827b8513f67771b8fcbfd
DIFF:
https://github.com/llvm/llvm-project/commit/38158a93d8d9598fb3b827b8513f67771b8fcbfd.d
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/149146
___
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/tru updated https://github.com/llvm/llvm-project/pull/149146
>From 38158a93d8d9598fb3b827b8513f67771b8fcbfd Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Wed, 16 Jul 2025 09:31:43 -0700
Subject: [PATCH] [lldb] Document MCP tools & resources (#148708)
Add documentatio
https://github.com/tru approved this pull request.
LGTM! Thanks
https://github.com/llvm/llvm-project/pull/149385
___
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/tru approved this pull request.
https://github.com/llvm/llvm-project/pull/148643
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
1901 - 1981 of 1981 matches
Mail list logo