https://github.com/bogner edited
https://github.com/llvm/llvm-project/pull/100699
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -331,6 +336,249 @@ std::pair
ResourceInfo::getAnnotateProps() const {
return {Word0, Word1};
}
+void ResourceInfo::print(raw_ostream &OS) const {
+ OS << " Symbol: ";
+ Symbol->printAsOperand(OS);
+ OS << "\n";
+
+ OS << " Name: \"" << Name << "\"\n"
+ << " Bi
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/101270
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/101270
___
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/yuxuanchen1997 updated
https://github.com/llvm/llvm-project/pull/99285
>From 30f8875990935c24b7a3e3111a46d05bc9b902ab Mon Sep 17 00:00:00 2001
From: Yuxuan Chen
Date: Mon, 15 Jul 2024 15:01:39 -0700
Subject: [PATCH] add CoroAnnotationElidePass
Summary:
Test Plan:
Reviewers
https://github.com/yuxuanchen1997 updated
https://github.com/llvm/llvm-project/pull/99283
>From dcd98a941d3edb3e5b96d7feeca50f99ea8309d2 Mon Sep 17 00:00:00 2001
From: Yuxuan Chen
Date: Mon, 15 Jul 2024 15:01:39 -0700
Subject: [PATCH] Implement noalloc in CoroSplit
---
llvm/lib/Transforms/Cor
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101446
>From 26d0051179dec85eb6aee2b48db54964bf042a87 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:44:31 +0900
Subject: [PATCH] [flang] Lower omp.workshare to other omp constructs
-
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101445
>From 4da93bb2a99ac1d59d4924c518503c94ec81c659 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:12:34 +0900
Subject: [PATCH] [flang] Introduce ws loop nest generation for HLFIR lo
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101446
>From 9a51b404ab47c5dd0b27c3f957ee6cefd1470c25 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:44:31 +0900
Subject: [PATCH] [flang] Lower omp.workshare to other omp constructs
-
ivanradanov wrote:
I am debating introducing a new operation workshare_loop_container which exists
only to "contain" a omp.loop_nest between lowering an elemental to lowering the
omp.workshare it is contained in.
so we would have this state:
```
omp.workshare {
omp.workshare_loop_container
https://github.com/ivanradanov edited
https://github.com/llvm/llvm-project/pull/101445
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ivanradanov wrote:
Should we have a `-use-experimental-workshare` or similar flag to facilitate
some temporary in-tree development as this may require more moving pieces.
https://github.com/llvm/llvm-project/pull/101444
___
llvm-branch-commits mailing
https://github.com/ivanradanov edited
https://github.com/llvm/llvm-project/pull/101444
___
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 edited
https://github.com/llvm/llvm-project/pull/101445
___
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 edited
https://github.com/llvm/llvm-project/pull/101446
___
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 edited
https://github.com/llvm/llvm-project/pull/101446
___
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 edited
https://github.com/llvm/llvm-project/pull/101445
___
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 edited
https://github.com/llvm/llvm-project/pull/101444
___
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 created
https://github.com/llvm/llvm-project/pull/101446
4/4
There are two points which need some discussion in this PR:
1. We need to make a value computed in a omp.single accessible in all threads
of the omp.parallel region. This is achieved by allocating tem
https://github.com/ivanradanov created
https://github.com/llvm/llvm-project/pull/101445
3/4
>From c2cbd7779dc118c6bad507b6babeb7200262caff Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:12:34 +0900
Subject: [PATCH] [flang] Introduce ws loop nest generation for HLF
https://github.com/ivanradanov created
https://github.com/llvm/llvm-project/pull/101444
2/4
>From 8068d6036fe84f6c0f22f2c877366eef184292e3 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:11:47 +0900
Subject: [PATCH] [flang][omp] Emit omp.workshare in frontend
---
ChuanqiXu9 wrote:
> > > @ilya-biryukov, could we have another try of this PR on your end?
> >
> >
> > Sorry for missing this, we will rerun the testing and get back to you.
>
> In the meantime, could you rebase the patch on top of current ToT?
Are you saying to rebase on your local branch? Si
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 3a4c7cc
Requested by: @aemerson
---
Full diff: https://github.com/llvm/llvm-project/pull/101432.diff
1 Files Affected:
- (modified) compiler-rt/lib/rtsan/rtsan_interceptors.cpp (+12)
`
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/101432
___
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/101432
Backport 3a4c7cc
Requested by: @aemerson
>From 7942172be3fd6fa77a73c08a3f5459feaa7572ab Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Wed, 31 Jul 2024 16:51:45 -0700
Subject: [PATCH] Forward declare OSSpi
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/101270
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/101270
___
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,44 @@
+// Test that missing-annotations detects branches that are hot, but not
annotated
+
+// test diagnostics are issued when profiling data mis-matches annotations
+// RUN: llvm-profdata merge %S/Inputs/missing-annotations-branch.proftext -o
%t.profdata
---
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/101150
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
vitalybuka wrote:
We usually do cherry-picks this way
https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches
https://github.com/llvm/llvm-project/pull/101236
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://github.com/jdoerfert approved this pull request.
Looks simple and good to me.
https://github.com/llvm/llvm-project/pull/101407
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/shiltian edited
https://github.com/llvm/llvm-project/pull/101407
___
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/shiltian edited
https://github.com/llvm/llvm-project/pull/101407
___
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-codegen
Author: Shilei Tian (shiltian)
Changes
---
Patch is 228.66 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/101407.diff
4 Files Affected:
- (modified) clang/lib/CodeGen/CGOpenMPRuntime.cpp (+
https://github.com/shiltian ready_for_review
https://github.com/llvm/llvm-project/pull/101407
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -331,6 +336,249 @@ std::pair
ResourceInfo::getAnnotateProps() const {
return {Word0, Word1};
}
+void ResourceInfo::print(raw_ostream &OS) const {
+ OS << " Symbol: ";
+ Symbol->printAsOperand(OS);
+ OS << "\n";
+
+ OS << " Name: \"" << Name << "\"\n"
+ << " Bi
overmighty wrote:
The only difference I see between your PR and
be8b2d1ea54f964603b89ab9d4dfad26afebb347 is that you moved the `static_cast`s
into new variables instead of having them inside the `FEnv` function calls
directly. It should be functionally identical.
https://github.com/llvm/llvm-
alexfh wrote:
I'm getting this error when trying to bootstrap Clang:
```
In file included from clang/lib/Serialization/ASTReaderDecl.cpp:15:
clang/lib/Serialization/ASTReaderInternals.h:160:19: error: ISO C++20 considers
use of overloaded operator '==' (with operand types
'clang::serialization:
catull wrote:
@overmighty I am not so sure @MosheBerman's fix does it.
You need both values for `large_value` and `small_value` further down, this is
line 164 and 165.
As for the other change, don't you need to preserve the control and status
words ?
https://github.com/llvm/llvm-project/pul
bogner wrote:
Turns out I was wrong and this *does not* effectively avoid the naming
collisions. Tried again here: #101393
https://github.com/llvm/llvm-project/pull/100698
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:/
https://github.com/bogner closed
https://github.com/llvm/llvm-project/pull/100698
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/100699
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/100699
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/100700
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/100700
___
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/bharadwajy approved this pull request.
https://github.com/llvm/llvm-project/pull/101250
___
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,44 @@
+// Test that missing-annotations detects branches that are hot, but not
annotated
+
+// test diagnostics are issued when profiling data mis-matches annotations
+// RUN: llvm-profdata merge %S/Inputs/missing-annotations-branch.proftext -o
%t.profdata
---
@@ -0,0 +1,44 @@
+// Test that missing-annotations detects branches that are hot, but not
annotated
+
+// test diagnostics are issued when profiling data mis-matches annotations
+// RUN: llvm-profdata merge %S/Inputs/missing-annotations-branch.proftext -o
%t.profdata
+// RUN: %c
@@ -331,6 +336,249 @@ std::pair
ResourceInfo::getAnnotateProps() const {
return {Word0, Word1};
}
+void ResourceInfo::print(raw_ostream &OS) const {
+ OS << " Symbol: ";
+ Symbol->printAsOperand(OS);
+ OS << "\n";
+
+ OS << " Name: \"" << Name << "\"\n"
+ << " Bi
https://github.com/bogner updated
https://github.com/llvm/llvm-project/pull/100699
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/100699
___
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/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/101320
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
bogner wrote:
> I do not see the invocation of any of the newly created functions in `class
> DXILOpbuilder` specific to DXIL Ops `create##Name##Op(...)` or
> `tryCreate##Name##Op(...)` (for example `createSinSin13()` or
> `tryCreateSin13()` when lowering `llvm.sin.*`). Are these in preparatio
https://github.com/shiltian updated
https://github.com/llvm/llvm-project/pull/100953
>From 913f6a7cc866d133fe4c97e31fc03cfefb4f5eeb Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Sun, 28 Jul 2024 15:28:09 -0400
Subject: [PATCH] [LLVM][PassBuilder] Extend the function signature of callback
fo
https://github.com/bharadwajy edited
https://github.com/llvm/llvm-project/pull/101250
___
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/bharadwajy edited
https://github.com/llvm/llvm-project/pull/101250
___
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/shiltian updated
https://github.com/llvm/llvm-project/pull/100953
>From 8df9dec35f80419fc4d6692d47e9df59d35fcf90 Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Sun, 28 Jul 2024 15:28:09 -0400
Subject: [PATCH] [LLVM][PassBuilder] Extend the function signature of callback
fo
Author: ChiaHungDuan
Date: 2024-07-31T11:01:07-07:00
New Revision: f78c1afddb70ba5b803c6f279a28c56534a1a081
URL:
https://github.com/llvm/llvm-project/commit/f78c1afddb70ba5b803c6f279a28c56534a1a081
DIFF:
https://github.com/llvm/llvm-project/commit/f78c1afddb70ba5b803c6f279a28c56534a1a081.diff
https://github.com/shiltian updated
https://github.com/llvm/llvm-project/pull/100953
>From 6e26b390631fdc6ed844e04279db3857a4c15ab0 Mon Sep 17 00:00:00 2001
From: Shilei Tian
Date: Sun, 28 Jul 2024 15:28:09 -0400
Subject: [PATCH] [LLVM][PassBuilder] Extend the function signature of callback
fo
https://github.com/dcci approved this pull request.
Thanks.
https://github.com/llvm/llvm-project/pull/101270
___
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/bharadwajy commented:
I do not see the invocation of any of the newly created functions in `class
DXILOpbuilder` specific to DXIL Ops `create##Name##Op(...)` or
`tryCreate##Name##Op(...)` (for example `createSinSin13()` or
`tryCreateSin13()` when lowering `llvm.sin.*`). Are
ilya-biryukov wrote:
> In the meantime, could you rebase the patch on top of current ToT?
I thought that it should not have any merge conflicts and it turned out to be
almost true, the only conflict I encountered was in `CMakeLists.txt`, feel free
to use this squashed and rebased commit for te
https://github.com/sdesmalen-arm approved this pull request.
It would be good if this could make it into the LLVM 19 release.
https://github.com/llvm/llvm-project/pull/101007
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https
overmighty wrote:
I'm not familiar with backporting fixes to release branches. I think LLVM has
some special infrastructure for this where we can make a bot account open a PR
for us.
https://github.com/llvm/llvm-project/pull/101358
___
llvm-branch-co
overmighty wrote:
We could just cherry-pick commit be8b2d1ea54f964603b89ab9d4dfad26afebb347
instead.
https://github.com/llvm/llvm-project/pull/101358
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
https://github.com/lntue approved this pull request.
https://github.com/llvm/llvm-project/pull/101358
___
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-libc
Author: catull (catull)
Changes
Ran into the same problem reported in the mailing list at
https://www.mail-archive.com/llvm-bugs@lists.llvm.org/msg73342.html.
The PR fixes the build.
---
Full diff: https://github.com/llvm/llvm-project/pull/101358
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/catull created
https://github.com/llvm/llvm-project/pull/101358
Ran into the same problem reported in the mailing list at
https://www.mail-archive.com/llvm-bugs@lists.llvm.org/msg73342.html.
The PR fixes the build.
>From 4996721848c2e8118542d85c988661adae8c8045 Mon Sep 17 0
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/96023
>From be948d566e5e7cd1932d3c81c5500ae83f085f7a Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 17 Jun 2024 21:39:08 -0300
Subject: [PATCH] [clang] Finish implementation of P0522
This finishes the clan
https://github.com/compnerd approved this pull request.
This should be safe to backport. As long as it passes CI, this should not cause
issues as it just uses a `void *` cast to strip the calling convention before
re-applying it.
https://github.com/llvm/llvm-project/pull/101266
___
Author: Petr Hosek
Date: 2024-07-31T07:26:19-07:00
New Revision: 33647147cc824557560cbb31e2e09cc99ea6e940
URL:
https://github.com/llvm/llvm-project/commit/33647147cc824557560cbb31e2e09cc99ea6e940
DIFF:
https://github.com/llvm/llvm-project/commit/33647147cc824557560cbb31e2e09cc99ea6e940.diff
LO
alexfh wrote:
> > @ilya-biryukov, could we have another try of this PR on your end?
>
> Sorry for missing this, we will rerun the testing and get back to you.
In the meantime, could you rebase the patch on top of current ToT?
https://github.com/llvm/llvm-project/pull/83237
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/96023
>From 7e9832053a2dab0cae464a087f61378c8f3ab509 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 17 Jun 2024 21:39:08 -0300
Subject: [PATCH] [clang] Finish implementation of P0522
This finishes the clan
https://github.com/AaronBallman approved this pull request.
The changes LGTM -- the precommit CI failures seem to be unrelated, but it
would be good to get a second opinion.
After the pick lands, please be sure to add a release note so users know about
the fix.
https://github.com/llvm/llvm-pr
AaronBallman wrote:
Ah thank you for the explanation -- what was tripping me up was the changes in
`clang/test/Sema/aarch64-sme-func-attrs.c` where we used to issue diagnostics.
Okay, this makes more sense as to why we'd want to backport it then, so I
retract my objection.
https://github.com/
@@ -7053,13 +7053,30 @@ OpenMPIRBuilder::InsertPointTy
OpenMPIRBuilder::emitTargetTask(
<< "\n");
return Builder.saveIP();
}
+
static void emitTargetCall(
OpenMPIRBuilder &OMPBuilder, IRBuilderBase &Builder,
OpenMPIRBuilder::InsertPointTy Alloc
https://github.com/BeMg edited https://github.com/llvm/llvm-project/pull/101320
___
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/BeMg created https://github.com/llvm/llvm-project/pull/101320
…790)"
This reverts commit a41a4ac78294c728fb70a51623c602ea7f3e308a.
After discussing with @preames, we have determined that RISC-V function
multi-versioning is not supported in release/19.x. This patch reverts th
https://github.com/BeMg milestoned
https://github.com/llvm/llvm-project/pull/101320
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ilya-biryukov wrote:
> @ilya-biryukov, could we have another try of this PR on your end?
Sorry for missing this, we will rerun the testing and get back to you.
https://github.com/llvm/llvm-project/pull/83237
___
llvm-branch-commits mailing list
llvm-b
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 389679d5f9055bffe8bbd25ae41f084a8d08e0f8
Requested by: @sdesmalen-arm
---
Full diff: https://github.com/llvm/llvm-project/pull/101303.diff
3 Files Affected:
- (modified
https://github.com/tblah approved this pull request.
LGTM, thanks again!
https://github.com/llvm/llvm-project/pull/101194
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc
https://github.com/llvmbot milestoned
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
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/101303
Backport 389679d5f9055bffe8bbd25ae41f084a8d08e0f8
Requested by: @sdesmalen-arm
>From df673e54fdf47b0490d27a618b840f06e2ee579b Mon Sep 17 00:00:00 2001
From: Sander de Smalen
Date: Mon, 29 Jul 2024 11:23:25 +01
https://github.com/Meinersbur approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/101194
___
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/101251
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Hubert Tong
Date: 2024-07-31T09:05:03+02:00
New Revision: 7f1cd7866ef858bbdb2a4238c81462a0efce5562
URL:
https://github.com/llvm/llvm-project/commit/7f1cd7866ef858bbdb2a4238c81462a0efce5562
DIFF:
https://github.com/llvm/llvm-project/commit/7f1cd7866ef858bbdb2a4238c81462a0efce5562.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101251
>From 7f1cd7866ef858bbdb2a4238c81462a0efce5562 Mon Sep 17 00:00:00 2001
From: Hubert Tong
Date: Tue, 30 Jul 2024 17:56:55 -0400
Subject: [PATCH] ReleaseNotes.rst: Fix typo "my" for "may"
Replace typo for "may" with
89 matches
Mail list logo