Author: Mehdi Amini
Date: 2023-08-25T09:42:01+02:00
New Revision: 0d8fd074b7a5426541edd91774e5cee63dbe805d
URL:
https://github.com/llvm/llvm-project/commit/0d8fd074b7a5426541edd91774e5cee63dbe805d
DIFF:
https://github.com/llvm/llvm-project/commit/0d8fd074b7a5426541edd91774e5cee63dbe805d.diff
L
Author: Mehdi Amini
Date: 2023-08-25T09:42:01+02:00
New Revision: c5f0c32da7778e6e712b746dac35a628c86af265
URL:
https://github.com/llvm/llvm-project/commit/c5f0c32da7778e6e712b746dac35a628c86af265
DIFF:
https://github.com/llvm/llvm-project/commit/c5f0c32da7778e6e712b746dac35a628c86af265.diff
L
Author: Mehdi Amini
Date: 2023-08-25T09:42:01+02:00
New Revision: 69946c8c9ce76f3bf6fbac789ef426a468d6eb5a
URL:
https://github.com/llvm/llvm-project/commit/69946c8c9ce76f3bf6fbac789ef426a468d6eb5a
DIFF:
https://github.com/llvm/llvm-project/commit/69946c8c9ce76f3bf6fbac789ef426a468d6eb5a.diff
L
https://github.com/tru closed 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/tru updated https://github.com/llvm/llvm-project/pull/110677
>From c36d7fd568a5da5b9ea5b0e6f60b1210ecc512d0 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 1 Oct 2024 09:39:44 -0400
Subject: [PATCH] [libc++] Avoid re-exporting a few specific symbols from
libc++abi (#10
Author: Louis Dionne
Date: 2024-10-15T08:50:13+02:00
New Revision: c36d7fd568a5da5b9ea5b0e6f60b1210ecc512d0
URL:
https://github.com/llvm/llvm-project/commit/c36d7fd568a5da5b9ea5b0e6f60b1210ecc512d0
DIFF:
https://github.com/llvm/llvm-project/commit/c36d7fd568a5da5b9ea5b0e6f60b1210ecc512d0.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
Can someone post this as a breaking change to the discourse so that I can link
it from the release notes?
https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists
Author: Matt Arsenault
Date: 2024-10-15T08:50:50+02:00
New Revision: f12830aac9040b03d3d53c66d65528bd26a6e47a
URL:
https://github.com/llvm/llvm-project/commit/f12830aac9040b03d3d53c66d65528bd26a6e47a
DIFF:
https://github.com/llvm/llvm-project/commit/f12830aac9040b03d3d53c66d65528bd26a6e47a.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/110827
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Matt Arsenault
Date: 2024-10-15T08:50:50+02:00
New Revision: 139d737ae04cea31232e8b0c83d8687d0234af3d
URL:
https://github.com/llvm/llvm-project/commit/139d737ae04cea31232e8b0c83d8687d0234af3d
DIFF:
https://github.com/llvm/llvm-project/commit/139d737ae04cea31232e8b0c83d8687d0234af3d.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110827
>From f12830aac9040b03d3d53c66d65528bd26a6e47a Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 30 Sep 2024 13:43:53 +0400
Subject: [PATCH 1/2] FastISel: Fix incorrectly using getPointerTy (#110465)
This was
Author: Simon Pilgrim
Date: 2024-10-15T08:51:57+02:00
New Revision: 92f4a2bf0a9d3962a25d15c1df5b6824950c74dc
URL:
https://github.com/llvm/llvm-project/commit/92f4a2bf0a9d3962a25d15c1df5b6824950c74dc
DIFF:
https://github.com/llvm/llvm-project/commit/92f4a2bf0a9d3962a25d15c1df5b6824950c74dc.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111246
>From 92f4a2bf0a9d3962a25d15c1df5b6824950c74dc Mon Sep 17 00:00:00 2001
From: Simon Pilgrim
Date: Fri, 4 Oct 2024 18:09:53 +0100
Subject: [PATCH] [x86] combineMUL - when looking for a vector multiply by
splat consta
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111246
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: David Green
Date: 2024-10-15T08:53:11+02:00
New Revision: 8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671
URL:
https://github.com/llvm/llvm-project/commit/8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671
DIFF:
https://github.com/llvm/llvm-project/commit/8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111796
>From 8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671 Mon Sep 17 00:00:00 2001
From: David Green
Date: Wed, 9 Oct 2024 16:20:03 +0100
Subject: [PATCH 1/2] [VectorCombine] Do not try to operate on OperandBundles.
(#111635)
Author: David Green
Date: 2024-10-15T08:53:11+02:00
New Revision: 04199538e3a293303514d93346ddd02bbf1c0314
URL:
https://github.com/llvm/llvm-project/commit/04199538e3a293303514d93346ddd02bbf1c0314
DIFF:
https://github.com/llvm/llvm-project/commit/04199538e3a293303514d93346ddd02bbf1c0314.diff
L
Author: cor3ntin
Date: 2024-10-15T08:52:34+02:00
New Revision: dedbdfb70daf06fc07bb4dfbec1d18af8fcef28f
URL:
https://github.com/llvm/llvm-project/commit/dedbdfb70daf06fc07bb4dfbec1d18af8fcef28f
DIFF:
https://github.com/llvm/llvm-project/commit/dedbdfb70daf06fc07bb4dfbec1d18af8fcef28f.diff
LOG:
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111660
___
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/111660
>From dedbdfb70daf06fc07bb4dfbec1d18af8fcef28f Mon Sep 17 00:00:00 2001
From: cor3ntin
Date: Tue, 8 Oct 2024 23:03:32 +0200
Subject: [PATCH] [Clang] Improve type traits recognition in `__has_builtin`
(#111516)
`__h
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111796
___
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/111954
>From 16c2aae4f6163c1eb7321afd1cd3cdb781fe1727 Mon Sep 17 00:00:00 2001
From: David CARLIER
Date: Wed, 9 Oct 2024 05:47:00 +0100
Subject: [PATCH] [compiler-rt] Remove SHA2 interceptions for NetBSD/FreeBSD.
(#110246)
Author: David CARLIER
Date: 2024-10-15T08:54:46+02:00
New Revision: 16c2aae4f6163c1eb7321afd1cd3cdb781fe1727
URL:
https://github.com/llvm/llvm-project/commit/16c2aae4f6163c1eb7321afd1cd3cdb781fe1727
DIFF:
https://github.com/llvm/llvm-project/commit/16c2aae4f6163c1eb7321afd1cd3cdb781fe1727.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111954
___
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 Are you worried about this one at all? It seems fine from Eli's comments
and the abi checker.
https://github.com/llvm/llvm-project/pull/111953
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111984
___
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: 2024-10-15T08:55:16+02:00
New Revision: 96839b6f16a063c3f15cac5d9b6a0e5912f6341e
URL:
https://github.com/llvm/llvm-project/commit/96839b6f16a063c3f15cac5d9b6a0e5912f6341e
DIFF:
https://github.com/llvm/llvm-project/commit/96839b6f16a063c3f15cac5d9b6a0e5912f6341e.diff
LOG:
Author: Yingwei Zheng
Date: 2024-10-15T08:55:36+02:00
New Revision: 35bd5ff4ca7095baeb1f157491e81e3277a0ae34
URL:
https://github.com/llvm/llvm-project/commit/35bd5ff4ca7095baeb1f157491e81e3277a0ae34
DIFF:
https://github.com/llvm/llvm-project/commit/35bd5ff4ca7095baeb1f157491e81e3277a0ae34.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111958
___
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/111984
>From 35bd5ff4ca7095baeb1f157491e81e3277a0ae34 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Fri, 11 Oct 2024 18:19:21 +0800
Subject: [PATCH] [InstCombine] Drop range attributes in `foldIsPowerOf2`
(#111946)
F
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111958
>From 96839b6f16a063c3f15cac5d9b6a0e5912f6341e Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Fri, 4 Oct 2024 18:18:03 -0700
Subject: [PATCH] [clang-format] Handle template closer followed by braces
(#110971)
Fixes
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112040
>From f8cf339563e2f38487de15ce11eddc4ea6c883af Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Fri, 11 Oct 2024 14:31:41 -0500
Subject: [PATCH] [lld][Hexagon] Support predicated-add GOT_16_X mask lookup
(#111896)
W
Author: Vassil Vassilev
Date: 2024-10-15T10:17:37+02:00
New Revision: 7ba7d8e2f7b6445b60679da826210cdde29eaf8b
URL:
https://github.com/llvm/llvm-project/commit/7ba7d8e2f7b6445b60679da826210cdde29eaf8b
DIFF:
https://github.com/llvm/llvm-project/commit/7ba7d8e2f7b6445b60679da826210cdde29eaf8b.dif
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111953
___
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/111953
>From 7ba7d8e2f7b6445b60679da826210cdde29eaf8b Mon Sep 17 00:00:00 2001
From: Vassil Vassilev
Date: Wed, 21 Aug 2024 07:22:31 +0200
Subject: [PATCH] [clang-repl] [codegen] Reduce the state in TBAA. NFC for
static co
tru wrote:
Thanks, I have accepted it and linked it from the release post.
https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bra
https://github.com/tru approved this pull request.
https://github.com/llvm/llvm-project/pull/110665
___
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/110664
___
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/110664
>From a59c3470b01c1e65a3b741a1ef0b5911585a386e Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:11:15 -0700
Subject: [PATCH] workflow/release-binaries: Checkout sources before
downloading artifac
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110665
>From f959fb0dcb85d06f462b7e8fbaf879e4da9e41a6 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:12:03 -0700
Subject: [PATCH] workflows/release-documentation: Submit a pull request with
changes (#
tru wrote:
I will merge this. I think we need to maybe have a note in the forums to
announce this change.
https://github.com/llvm/llvm-project/pull/110677
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/c
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110677
>From 0faf262a9cee9dea4ae761ba339df9c792bf7577 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 1 Oct 2024 09:39:44 -0400
Subject: [PATCH] [libc++] Avoid re-exporting a few specific symbols from
libc++abi (#10
tru wrote:
@nikic with this change it should be ok to merge now right?
https://github.com/llvm/llvm-project/pull/110827
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110663
>From 34744a118a808fd2711edbe1c412f9a405b64363 Mon Sep 17 00:00:00 2001
From: Zentrik
Date: Tue, 24 Sep 2024 21:33:57 +0100
Subject: [PATCH] Fix libFuzzer not building with pthreads on Windows (#109525)
Fixes https:
tru wrote:
@phoebewang @nikic ok to merge to 19.x?
https://github.com/llvm/llvm-project/pull/111246
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@RKSimon @phoebewang ok to backport?
https://github.com/llvm/llvm-project/pull/111796
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@AaronBallman ok to backport?
https://github.com/llvm/llvm-project/pull/111660
___
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/109291
>From 4f844b265d8b023983df99138b5bb355a027794c Mon Sep 17 00:00:00 2001
From: Jakub Mazurkiewicz
Date: Wed, 10 Apr 2024 23:12:22 +0200
Subject: [PATCH] [libc++] Follow-up to "Poison Pills are Too Toxic"
* Update rel
Author: Zentrik
Date: 2024-10-11T07:56:48+02:00
New Revision: bfa99ebbc3092324e80fa1cab5045bdd2f16d48d
URL:
https://github.com/llvm/llvm-project/commit/bfa99ebbc3092324e80fa1cab5045bdd2f16d48d
DIFF:
https://github.com/llvm/llvm-project/commit/bfa99ebbc3092324e80fa1cab5045bdd2f16d48d.diff
LOG:
Author: Jakub Mazurkiewicz
Date: 2024-10-11T07:54:27+02:00
New Revision: 4f844b265d8b023983df99138b5bb355a027794c
URL:
https://github.com/llvm/llvm-project/commit/4f844b265d8b023983df99138b5bb355a027794c
DIFF:
https://github.com/llvm/llvm-project/commit/4f844b265d8b023983df99138b5bb355a027794c.
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/110663
___
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/110663
>From bfa99ebbc3092324e80fa1cab5045bdd2f16d48d Mon Sep 17 00:00:00 2001
From: Zentrik
Date: Tue, 24 Sep 2024 21:33:57 +0100
Subject: [PATCH] Fix libFuzzer not building with pthreads on Windows (#109525)
Fixes https:
https://github.com/tru closed 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/tru updated https://github.com/llvm/llvm-project/pull/110664
>From 7b2756484bc5ccabcaac11d8e48c93ec4026941f Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:11:15 -0700
Subject: [PATCH] workflow/release-binaries: Checkout sources before
downloading artifac
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110665
>From c3c1b047ed3cfe663f6ffde91223ef73516b5fb3 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 1 Oct 2024 06:12:03 -0700
Subject: [PATCH] workflows/release-documentation: Submit a pull request with
changes (#
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/110664
___
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/110701
>From 7b591d7fce6d9958fec08b01f348b73a307b29f1 Mon Sep 17 00:00:00 2001
From: Keith Smiley
Date: Tue, 1 Oct 2024 10:02:20 -0700
Subject: [PATCH] workflows/release-binaries: Use static ZSTD on macOS
On macOS the shar
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/110838
>From b0b36c00f50fe88d95fe16b29b0fba501c1fb533 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Wed, 2 Oct 2024 08:54:25 -0400
Subject: [PATCH] [libc++] Fix name of is_always_lock_free test which was never
being ru
Author: Louis Dionne
Date: 2024-10-11T07:59:25+02:00
New Revision: b0b36c00f50fe88d95fe16b29b0fba501c1fb533
URL:
https://github.com/llvm/llvm-project/commit/b0b36c00f50fe88d95fe16b29b0fba501c1fb533
DIFF:
https://github.com/llvm/llvm-project/commit/b0b36c00f50fe88d95fe16b29b0fba501c1fb533.diff
Author: Keith Smiley
Date: 2024-10-11T07:59:58+02:00
New Revision: 7b591d7fce6d9958fec08b01f348b73a307b29f1
URL:
https://github.com/llvm/llvm-project/commit/7b591d7fce6d9958fec08b01f348b73a307b29f1
DIFF:
https://github.com/llvm/llvm-project/commit/7b591d7fce6d9958fec08b01f348b73a307b29f1.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/110701
___
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/110665
___
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/110838
___
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: 2024-10-11T08:01:09+02:00
New Revision: 1515e63864ec781c7d751fe66144923a923df1a9
URL:
https://github.com/llvm/llvm-project/commit/1515e63864ec781c7d751fe66144923a923df1a9
DIFF:
https://github.com/llvm/llvm-project/commit/1515e63864ec781c7d751fe66144923a923df1a9.diff
LOG:
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111245
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Farzon Lotfi
Date: 2024-10-11T08:00:33+02:00
New Revision: 3e6207eb818a33e1adb2083b646fa1cc3145ab34
URL:
https://github.com/llvm/llvm-project/commit/3e6207eb818a33e1adb2083b646fa1cc3145ab34
DIFF:
https://github.com/llvm/llvm-project/commit/3e6207eb818a33e1adb2083b646fa1cc3145ab34.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111218
___
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/111245
>From 1515e63864ec781c7d751fe66144923a923df1a9 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Wed, 2 Oct 2024 19:06:56 -0700
Subject: [PATCH] [clang-format] Handle template closer followed by empty
paretheses (#11040
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111218
>From 3e6207eb818a33e1adb2083b646fa1cc3145ab34 Mon Sep 17 00:00:00 2001
From: Farzon Lotfi
Date: Tue, 30 Jul 2024 19:53:07 -0400
Subject: [PATCH] [x86][Windows] Fix chromium build break Windows does not
support floa
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111318
>From 33a5c88572875d2470aa0ad459493264974cdc2e Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Sun, 6 Oct 2024 18:13:36 -0400
Subject: [PATCH] [clang-tidy] Avoid capturing a local variable in a static
lambda in Us
Author: Younan Zhang
Date: 2024-10-11T08:02:12+02:00
New Revision: f3f49528c419e4d7be9df8eeafa57dea2701ac47
URL:
https://github.com/llvm/llvm-project/commit/f3f49528c419e4d7be9df8eeafa57dea2701ac47
DIFF:
https://github.com/llvm/llvm-project/commit/f3f49528c419e4d7be9df8eeafa57dea2701ac47.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/111324
>From f3f49528c419e4d7be9df8eeafa57dea2701ac47 Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Mon, 7 Oct 2024 09:38:19 +0800
Subject: [PATCH] [Clang] Remove the special-casing for RequiresExprBodyDecl in
BuildRes
Author: Nathan Ridge
Date: 2024-10-11T08:01:40+02:00
New Revision: 33a5c88572875d2470aa0ad459493264974cdc2e
URL:
https://github.com/llvm/llvm-project/commit/33a5c88572875d2470aa0ad459493264974cdc2e
DIFF:
https://github.com/llvm/llvm-project/commit/33a5c88572875d2470aa0ad459493264974cdc2e.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/111318
___
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 I'm unable to merge this even with approval. Perhaps this has been made
> against the wrong branch or 19.x now closed?
No it's correct. Only the release manager can merge to the release branch, I
will do that before the next release.
https://github.com/llvm/llvm-project/pull
tru wrote:
I will merge it before then next release. Only the release managers can merge
to the release branch.
https://github.com/llvm/llvm-project/pull/111218
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112365
>From 74b2743bd5b89c8184c1b3c1dd7ba49f41a5ba3f Mon Sep 17 00:00:00 2001
From: goldsteinn <35538541+goldste...@users.noreply.github.com>
Date: Tue, 15 Oct 2024 10:25:16 -0400
Subject: [PATCH] [Inliner] Don't propagate
Author: goldsteinn
Date: 2024-10-29T09:48:10+01:00
New Revision: 74b2743bd5b89c8184c1b3c1dd7ba49f41a5ba3f
URL:
https://github.com/llvm/llvm-project/commit/74b2743bd5b89c8184c1b3c1dd7ba49f41a5ba3f
DIFF:
https://github.com/llvm/llvm-project/commit/74b2743bd5b89c8184c1b3c1dd7ba49f41a5ba3f.diff
LO
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112365
___
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/112293
>From 2717eeb2584005e08bc0b2c1b77954ff156a5bab Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Fri, 11 Oct 2024 10:31:27 +0800
Subject: [PATCH] [Clang] Instantiate Typedefs referenced by type alias
deduction guide
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112293
>From 19c571a631d962f05264c539f035f5e7fc5c166b Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Fri, 11 Oct 2024 10:31:27 +0800
Subject: [PATCH] [Clang] Instantiate Typedefs referenced by type alias
deduction guide
Author: Younan Zhang
Date: 2024-10-29T09:52:13+01:00
New Revision: 19c571a631d962f05264c539f035f5e7fc5c166b
URL:
https://github.com/llvm/llvm-project/commit/19c571a631d962f05264c539f035f5e7fc5c166b
DIFF:
https://github.com/llvm/llvm-project/commit/19c571a631d962f05264c539f035f5e7fc5c166b.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112293
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Michał Górny
Date: 2024-10-29T09:53:58+01:00
New Revision: 21ed37e3e725a7f58c2eb347519e500ebddb57ee
URL:
https://github.com/llvm/llvm-project/commit/21ed37e3e725a7f58c2eb347519e500ebddb57ee
DIFF:
https://github.com/llvm/llvm-project/commit/21ed37e3e725a7f58c2eb347519e500ebddb57ee.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112431
>From 8a4228f571d5d94f50abca91353d4c14a1439208 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 15 Oct 2024 09:34:55 +0200
Subject: [PATCH] [WebAssembly] Fix feature coalescing (#110647)
This fixes a problem i
Author: Nikita Popov
Date: 2024-10-29T09:58:06+01:00
New Revision: 6e006e11f3509f0f3eeac9f3b092176cf7c1832f
URL:
https://github.com/llvm/llvm-project/commit/6e006e11f3509f0f3eeac9f3b092176cf7c1832f
DIFF:
https://github.com/llvm/llvm-project/commit/6e006e11f3509f0f3eeac9f3b092176cf7c1832f.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112431
>From 6e006e11f3509f0f3eeac9f3b092176cf7c1832f Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 15 Oct 2024 09:34:55 +0200
Subject: [PATCH] [WebAssembly] Fix feature coalescing (#110647)
This fixes a problem i
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112431
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Tobias Hieta
Date: 2024-10-29T09:57:40+01:00
New Revision: 17365dfd21011cbd5972a88dd5dd45575f2c81ec
URL:
https://github.com/llvm/llvm-project/commit/17365dfd21011cbd5972a88dd5dd45575f2c81ec
DIFF:
https://github.com/llvm/llvm-project/commit/17365dfd21011cbd5972a88dd5dd45575f2c81ec.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/113969
>From 936710a0a18bdf8ac1655f6e3bb518b20bb41aea Mon Sep 17 00:00:00 2001
From: Ben Shi <2283975...@qq.com>
Date: Fri, 20 Sep 2024 11:40:07 +0800
Subject: [PATCH] [AVR][MC] Fix incorrect range of relative jumps (#109124
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112364
>From 21ed37e3e725a7f58c2eb347519e500ebddb57ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
Date: Mon, 14 Oct 2024 13:18:04 +0200
Subject: [PATCH] [LLVM] [Clang] Backport "Support for Gentoo `*
Author: Florian Albrechtskirchinger
Date: 2024-10-29T11:09:39+01:00
New Revision: ab51eccf88f5321e7c60591c5546b254b6afab99
URL:
https://github.com/llvm/llvm-project/commit/ab51eccf88f5321e7c60591c5546b254b6afab99
DIFF:
https://github.com/llvm/llvm-project/commit/ab51eccf88f5321e7c60591c5546b254
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/113182
>From ab51eccf88f5321e7c60591c5546b254b6afab99 Mon Sep 17 00:00:00 2001
From: Florian Albrechtskirchinger
Date: Mon, 21 Oct 2024 12:24:58 +0200
Subject: [PATCH] [Serialization] Handle uninitialized type constraints
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113182
___
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/112786
>From 108ab46cf57d769795c8310cebcf73e3a0c189ad Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Thu, 17 Oct 2024 21:52:40 +
Subject: [PATCH] [Clang] Disable use of the counted_by attribute for whole
struct poi
Author: Bill Wendling
Date: 2024-10-29T10:00:45+01:00
New Revision: 108ab46cf57d769795c8310cebcf73e3a0c189ad
URL:
https://github.com/llvm/llvm-project/commit/108ab46cf57d769795c8310cebcf73e3a0c189ad
DIFF:
https://github.com/llvm/llvm-project/commit/108ab46cf57d769795c8310cebcf73e3a0c189ad.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112551
>From 6ee49080e4bb43efe7ede10bed15935853bbd434 Mon Sep 17 00:00:00 2001
From: Chen Zheng
Date: Tue, 30 Jul 2024 09:02:07 +0800
Subject: [PATCH] [NFC] fix build failure (#100993)
Fix the build failure caused by
https
Author: Chen Zheng
Date: 2024-10-29T09:58:55+01:00
New Revision: 6ee49080e4bb43efe7ede10bed15935853bbd434
URL:
https://github.com/llvm/llvm-project/commit/6ee49080e4bb43efe7ede10bed15935853bbd434
DIFF:
https://github.com/llvm/llvm-project/commit/6ee49080e4bb43efe7ede10bed15935853bbd434.diff
LO
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112551
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
1501 - 1600 of 2088 matches
Mail list logo