@@ -500,7 +500,10 @@ void PPCPassConfig::addIRPasses() {
}
bool PPCPassConfig::addPreISel() {
- if (EnableGlobalMerge)
+ if ((EnableGlobalMerge.getNumOccurrences() > 0)
+ ? EnableGlobalMerge
+ : (TM->getTargetTriple().isOSAIX() &&
+ getOptLevel(
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/101905
>From 6a01c4cb0b55f7ba98341e3d19c2bf4926696d59 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Sun, 4 Aug 2024 13:48:22 -0700
Subject: [PATCH] ReleaseNotes: lld/ELF: mention CREL
---
lld/docs/ReleaseNotes.rs
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/101905
>From 1bc0172317f37ff4433e97e9b1d38e1b76e7d5a9 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Sun, 4 Aug 2024 13:48:22 -0700
Subject: [PATCH] ReleaseNotes: lld/ELF: mention CREL
---
lld/docs/ReleaseNotes.rs
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: Fangrui Song (MaskRay)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/101905.diff
1 Files Affected:
- (modified) lld/docs/ReleaseNotes.rst (+6)
``diff
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/Release
https://github.com/MaskRay edited
https://github.com/llvm/llvm-project/pull/101905
___
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/MaskRay milestoned
https://github.com/llvm/llvm-project/pull/101905
___
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/MaskRay created
https://github.com/llvm/llvm-project/pull/101905
None
>From 6bb9a6f3e39019bc5cef3284dd77a4bcaa59193a Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Sun, 4 Aug 2024 13:48:22 -0700
Subject: [PATCH] ReleaseNotes: lld/ELF: mention CREL
---
lld/docs/ReleaseNo
https://github.com/cjacek approved this pull request.
https://github.com/llvm/llvm-project/pull/101904
___
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-backend-arm
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport 8dd065d5bc81b0c8ab57f365bb169a5d92928f25
Requested by: @mstorsjo
---
Full diff: https://github.com/llvm/llvm-project/pull/101904.diff
3 Files Affected:
- (modified) llvm/lib
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/101904
Backport 8dd065d5bc81b0c8ab57f365bb169a5d92928f25
Requested by: @mstorsjo
>From 975ac7383d9c1f62d3b7fd464f5570ad5bc52778 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Sun, 4 Aug 2024 2
llvmbot wrote:
@cjacek What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/101904
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/101904
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
nico wrote:
FYI, this seems to break building on Android, see comment on original PR. Maybe
worth waiting with the cherry pick until that's resolved.
https://github.com/llvm/llvm-project/pull/101888
___
llvm-branch-commits mailing list
llvm-branch-com
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/101888
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
PiotrZSL wrote:
I'm fine with updating release notes, but would prefer to do that in separate
PR. Will do that tomorrow.
https://github.com/llvm/llvm-project/pull/101878
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://l
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
Investigating #96612 shows our implementation was different from the
Standard and could cause UB. Testing the codegen showed quite a bit of assembly
generated for these functions. The functions have been
mordante wrote:
This is the cherry-pick of https://github.com/llvm/llvm-project/pull/98032
https://github.com/llvm/llvm-project/pull/101892
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
https://github.com/mordante edited
https://github.com/llvm/llvm-project/pull/101892
___
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/mordante created
https://github.com/llvm/llvm-project/pull/101892
Investigating #96612 shows our implementation was different from the Standard
and could cause UB. Testing the codegen showed quite a bit of assembly
generated for these functions. The functions have been writt
https://github.com/mordante milestoned
https://github.com/llvm/llvm-project/pull/101892
___
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/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101445
>From 0287ff3626883d09e364210e83a652a6328835dd Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:12:34 +0900
Subject: [PATCH 1/3] [flang] Introduce ws loop nest generation for HLFI
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101444
>From 1ecd832151fab1cd9b977f0e4b960294cfdc2d12 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:11:47 +0900
Subject: [PATCH 1/2] [flang][omp] Emit omp.workshare in frontend
---
llvmbot wrote:
@llvm/pr-subscribers-libunwind
Author: None (llvmbot)
Changes
Backport b32aac4358c1f6639de7c453656cd74fbab75d71
Requested by: @john-brawn-arm
---
Full diff: https://github.com/llvm/llvm-project/pull/101888.diff
10 Files Affected:
- (modified) libunwind/CMakeLists.txt (+
llvmbot wrote:
@jinge90 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/101888
___
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/101888
Backport b32aac4358c1f6639de7c453656cd74fbab75d71
Requested by: @john-brawn-arm
>From 121ef309cf10ded8538f050c9e4b769c7026cc9d Mon Sep 17 00:00:00 2001
From: John Brawn
Date: Sun, 4 Aug 2024 13:27:12 +0100
Sub
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/101888
___
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/cor3ntin approved this pull request.
Given that we are very early in the cycle, i think it makes sense to reland
that and see if it stick.
Can you add a release note though ?
https://github.com/llvm/llvm-project/pull/101858
___
llvm
https://github.com/jhuber6 approved this pull request.
https://github.com/llvm/llvm-project/pull/101887
___
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-backend-amdgpu
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 3c483b887e5a32a0ddc0a52a467b31f74aad25bb
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/101887.diff
2 Files Affected:
- (mod
nikic wrote:
That would be a question for @PiotrZSL.
https://github.com/llvm/llvm-project/pull/101878
___
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/101887
Backport 3c483b887e5a32a0ddc0a52a467b31f74aad25bb
Requested by: @jhuber6
>From 26b1b963ba3b4d386a871c603243028e04d7b1f9 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Sun, 4 Aug 2024 16:36:00 +0400
Subjec
llvmbot wrote:
@jhuber6 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/101887
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/101887
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
njames93 wrote:
@nikic Do you mind updating the release notes to document the fix
https://github.com/llvm/llvm-project/pull/101878
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
ivanradanov wrote:
@kiranchandramohan @tblah
I think this warrants another look if you have some time.
I have reiterated a bit and opted to have a omp loop nest wrapper op which
signals to the workshare lowering which specific loops need to be parallelized
(i.e. converted to wsloop { loop_ne
chapuni wrote:
@tru Thanks!
https://github.com/llvm/llvm-project/pull/101102
___
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,259 @@
+//===- LowerWorkshare.cpp - special cases for bufferization ---===//
+//
+// 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: Apache-2.0
@@ -0,0 +1,259 @@
+//===- LowerWorkshare.cpp - special cases for bufferization ---===//
+//
+// 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: Apache-2.0
@@ -792,7 +793,8 @@ struct ElementalOpConversion
// Generate a loop nest looping around the fir.elemental shape and clone
// fir.elemental region inside the inner loop.
hlfir::LoopNest loopNest =
-hlfir::genLoopNest(loc, builder, extents, !elemental.isOrdere
@@ -0,0 +1,259 @@
+//===- LowerWorkshare.cpp - special cases for bufferization ---===//
+//
+// 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: Apache-2.0
@@ -0,0 +1,259 @@
+//===- LowerWorkshare.cpp - special cases for bufferization ---===//
+//
+// 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: Apache-2.0
@@ -4751,19 +4743,16 @@ TemplateDeductionResult Sema::DeduceTemplateArguments(
TemplateDeductionResult Sema::DeduceTemplateArguments(
FunctionTemplateDecl *ConversionTemplate, QualType ObjectType,
-Expr::Classification ObjectClassification, QualType ToType,
+Expr::
https://github.com/cor3ntin approved this pull request.
LGTM modulo nit
https://github.com/llvm/llvm-project/pull/101594
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/101594
___
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-clang-tidy
Author: None (llvmbot)
Changes
Backport a27f816fe56af9cc7f4f296ad6c577f6ea64349f
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/101878.diff
2 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/readab
llvmbot wrote:
@njames93 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/101878
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/101878
___
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/101878
Backport a27f816fe56af9cc7f4f296ad6c577f6ea64349f
Requested by: @nikic
>From 77c55eea4706369a4ba8f1219d0076194da75610 Mon Sep 17 00:00:00 2001
From: Piotr Zegar
Date: Thu, 25 Jul 2024 17:26:01 +0200
Subject: [
https://github.com/nikic approved this pull request.
@tru This is a bug fix to prevent emission of invalid IR.
https://github.com/llvm/llvm-project/pull/101875
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.o
https://github.com/mordante updated
https://github.com/llvm/llvm-project/pull/101876
>From ab3ed920539794cae7ade2b4ae91f21e547517dc Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 30 Mar 2024 17:35:56 +0100
Subject: [PATCH] [libc++][format][7/7] Cleans up the buffer code.
The internal
github-actions[bot] wrote:
@rorth (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:
@Endilll (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:
@thesamesam (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:
@qiongsiwu (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:
@mgorny (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
https://github.com/tru approved this pull request.
https://github.com/llvm/llvm-project/pull/101793
___
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/101791
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@steakhal (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.
tru wrote:
Is this a important fix to backport? It looks a bit more like a feature than a
bugfix, but I am not that well versed with this code.
https://github.com/llvm/llvm-project/pull/101875
___
llvm-branch-commits mailing list
llvm-branch-commits@
github-actions[bot] wrote:
@sdesmalen-arm (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 P
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101848
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Rainer Orth
Date: 2024-08-04T11:30:14+02:00
New Revision: 69555e03241e9b1d20e6272f569a9a4a113cadd4
URL:
https://github.com/llvm/llvm-project/commit/69555e03241e9b1d20e6272f569a9a4a113cadd4
DIFF:
https://github.com/llvm/llvm-project/commit/69555e03241e9b1d20e6272f569a9a4a113cadd4.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101848
>From 69555e03241e9b1d20e6272f569a9a4a113cadd4 Mon Sep 17 00:00:00 2001
From: Rainer Orth
Date: Sat, 3 Aug 2024 22:19:44 +0200
Subject: [PATCH] [sanitizer_common] Fix UnwindFast on SPARC (#101634)
```
UBSan-Standa
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101824
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jannick Kremer
Date: 2024-08-04T11:29:40+02:00
New Revision: 4a211acad1e37f2b7c2bd3dc6d09575d630b55a3
URL:
https://github.com/llvm/llvm-project/commit/4a211acad1e37f2b7c2bd3dc6d09575d630b55a3
DIFF:
https://github.com/llvm/llvm-project/commit/4a211acad1e37f2b7c2bd3dc6d09575d630b55a3.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101824
>From 4a211acad1e37f2b7c2bd3dc6d09575d630b55a3 Mon Sep 17 00:00:00 2001
From: Jannick Kremer <51118500+deinalptr...@users.noreply.github.com>
Date: Sat, 3 Aug 2024 14:56:54 +0100
Subject: [PATCH] [libclang] Fix symbol
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101796
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sam James
Date: 2024-08-04T11:28:56+02:00
New Revision: 51b4c6643ab38c64683f8150f82f468d4b679225
URL:
https://github.com/llvm/llvm-project/commit/51b4c6643ab38c64683f8150f82f468d4b679225
DIFF:
https://github.com/llvm/llvm-project/commit/51b4c6643ab38c64683f8150f82f468d4b679225.diff
LOG
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101796
>From 51b4c6643ab38c64683f8150f82f468d4b679225 Mon Sep 17 00:00:00 2001
From: Sam James
Date: Sat, 3 Aug 2024 06:36:43 +0100
Subject: [PATCH] [AMDGPU] Include `` in AMDGPUMCTargetDesc (#101766)
(cherry picked from c
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101737
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Qiongsi Wu
Date: 2024-08-04T11:28:02+02:00
New Revision: 9be2c0e00bae94a9e8ddc475e762d8297a409faf
URL:
https://github.com/llvm/llvm-project/commit/9be2c0e00bae94a9e8ddc475e762d8297a409faf
DIFF:
https://github.com/llvm/llvm-project/commit/9be2c0e00bae94a9e8ddc475e762d8297a409faf.diff
LO
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101737
>From 9be2c0e00bae94a9e8ddc475e762d8297a409faf Mon Sep 17 00:00:00 2001
From: Qiongsi Wu
Date: Fri, 2 Aug 2024 15:01:15 -0400
Subject: [PATCH] Revert "[AIX] Turn on `#pragma mc_func` check by default
(#101336)"
Thi
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101728
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Fangrui Song
Date: 2024-08-04T11:27:13+02:00
New Revision: ba80cdd27874284077c2c79e54e867d9af1b956e
URL:
https://github.com/llvm/llvm-project/commit/ba80cdd27874284077c2c79e54e867d9af1b956e
DIFF:
https://github.com/llvm/llvm-project/commit/ba80cdd27874284077c2c79e54e867d9af1b956e.diff
github-actions[bot] wrote:
@stefanp-ibm (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.
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101728
>From ba80cdd27874284077c2c79e54e867d9af1b956e Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Fri, 2 Aug 2024 10:10:15 -0700
Subject: [PATCH] [asan,test] Disable _FORTIFY_SOURCE test incompatible with
glibc 2.40
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101684
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Pavel Skripkin
Date: 2024-08-04T11:26:29+02:00
New Revision: 56fa0195ed952dfa53f36890759f4b0ac3556e01
URL:
https://github.com/llvm/llvm-project/commit/56fa0195ed952dfa53f36890759f4b0ac3556e01
DIFF:
https://github.com/llvm/llvm-project/commit/56fa0195ed952dfa53f36890759f4b0ac3556e01.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101684
>From 56fa0195ed952dfa53f36890759f4b0ac3556e01 Mon Sep 17 00:00:00 2001
From: Pavel Skripkin
Date: Fri, 2 Aug 2024 18:04:57 +0300
Subject: [PATCH] [analyzer] Fix crash on using `bitcast(, )` as
array subscript (#101
github-actions[bot] wrote:
@Endilll (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
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101498
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Mital Ashok
Date: 2024-08-04T11:23:47+02:00
New Revision: 56f4adeee36560b839d0d04d4a5a8d8935006f63
URL:
https://github.com/llvm/llvm-project/commit/56f4adeee36560b839d0d04d4a5a8d8935006f63
DIFF:
https://github.com/llvm/llvm-project/commit/56f4adeee36560b839d0d04d4a5a8d8935006f63.diff
L
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101491
___
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/101491
>From 56f4adeee36560b839d0d04d4a5a8d8935006f63 Mon Sep 17 00:00:00 2001
From: Mital Ashok
Date: Thu, 1 Aug 2024 15:05:46 +0100
Subject: [PATCH] [Clang] Fix definition of layout-compatible to ignore empty
classes (#9
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101303
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sander de Smalen
Date: 2024-08-04T11:23:06+02:00
New Revision: 7bfc4abb54db7ba2fc6ddf53f30bed752af57626
URL:
https://github.com/llvm/llvm-project/commit/7bfc4abb54db7ba2fc6ddf53f30bed752af57626
DIFF:
https://github.com/llvm/llvm-project/commit/7bfc4abb54db7ba2fc6ddf53f30bed752af57626.di
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101303
>From 7bfc4abb54db7ba2fc6ddf53f30bed752af57626 Mon Sep 17 00:00:00 2001
From: Sander de Smalen
Date: Mon, 29 Jul 2024 11:23:25 +0100
Subject: [PATCH] Reland: "[Clang] Demote always_inline error to warning for
mismat
github-actions[bot] wrote:
@rorth (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
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 1c25f2cd470c2882e422b66d0482f5a120960394
Requested by: @rorth
---
Full diff: https://github.com/llvm/llvm-project/pull/101142.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101142
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Rainer Orth
Date: 2024-08-04T11:21:57+02:00
New Revision: 7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5
URL:
https://github.com/llvm/llvm-project/commit/7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5
DIFF:
https://github.com/llvm/llvm-project/commit/7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5.diff
L
github-actions[bot] wrote:
@rorth (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
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101142
>From 7fc0bae294aa174ca5c1f85bb2955ededdfd6eb5 Mon Sep 17 00:00:00 2001
From: Rainer Orth
Date: Tue, 30 Jul 2024 09:02:05 +0200
Subject: [PATCH] =?UTF-8?q?[sanitizer=5Fcommon][test]=20Fix=20InternalMmap?=
=?UTF-8?q?
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 94394ca980f8ecbd845155d2170cfd865e4d62dc
Requested by: @rorth
---
Full diff: https://github.com/llvm/llvm-project/pull/101140.diff
1 Files Affected:
- (modified) compiler-rt/test/sanitize
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101140
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Rainer Orth
Date: 2024-08-04T11:21:07+02:00
New Revision: 2213bdeb0077d6e89344950568bb321fdef50a86
URL:
https://github.com/llvm/llvm-project/commit/2213bdeb0077d6e89344950568bb321fdef50a86
DIFF:
https://github.com/llvm/llvm-project/commit/2213bdeb0077d6e89344950568bb321fdef50a86.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101140
>From 2213bdeb0077d6e89344950568bb321fdef50a86 Mon Sep 17 00:00:00 2001
From: Rainer Orth
Date: Tue, 30 Jul 2024 08:59:12 +0200
Subject: [PATCH] [sanitizer_common] Fix signal_line.cpp on SPARC (#100535)
```
Saniti
github-actions[bot] wrote:
@h-vetinari @chapuni (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
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101102
___
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/101102
>From 4bf04b2eda0cc011f6b6461812a17b50c9b4231a Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Sun, 28 Jul 2024 16:48:23 +0900
Subject: [PATCH 1/3] [Bazel] Use PACKAGE_VERSION for version string.
This enables "
1 - 100 of 113 matches
Mail list logo