https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/wlei-llvm updated
https://github.com/llvm/llvm-project/pull/124334
___
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/wlei-llvm updated
https://github.com/llvm/llvm-project/pull/124334
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: dyung
Date: 2025-02-14T22:57:16-05:00
New Revision: 8b59f1236250039df01041dd306a7932333cece0
URL:
https://github.com/llvm/llvm-project/commit/8b59f1236250039df01041dd306a7932333cece0
DIFF:
https://github.com/llvm/llvm-project/commit/8b59f1236250039df01041dd306a7932333cece0.diff
LOG: Re
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/hekota updated
https://github.com/llvm/llvm-project/pull/125807
>From 42bb34f66f0030f55e1055c4ee0b362511b7f45b Mon Sep 17 00:00:00 2001
From: Helena Kotas
Date: Tue, 4 Feb 2025 22:01:49 -0800
Subject: [PATCH 1/4] [HLSL] Implement default constant buffer `$Globals`
All variab
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127275
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127279
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127276
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/127275
___
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,39 @@
+//===- HLSLTargetInfo.h
---===//
+//
+// 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: Apa
tstellar wrote:
> /pull-request #127294
This pull request is for re-applying the patch, we can discuss it further on
that PR.
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
htt
@@ -0,0 +1,49 @@
+; ModuleID =
'C:\llvm-project\clang\test\CodeGenHLSL\cbuffer_and_namespaces.hlsl'
hekota wrote:
This file should not be here at all ;).
https://github.com/llvm/llvm-project/pull/124886
___
llvm-bran
https://github.com/lnihlen approved this pull request.
https://github.com/llvm/llvm-project/pull/127276
___
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/lnihlen approved this pull request.
https://github.com/llvm/llvm-project/pull/127279
___
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/lnihlen approved this pull request.
https://github.com/llvm/llvm-project/pull/127275
___
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,201 @@
+//===-
HLSLTargetInto.cpp--===//
+//
+// 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: Ap
@@ -0,0 +1,201 @@
+//===-
HLSLTargetInto.cpp--===//
+//
+// 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: Ap
@@ -56,9 +75,18 @@ llvm::Type
*DirectXTargetCodeGenInfo::getHLSLType(CodeGenModule &CGM,
return llvm::TargetExtType::get(Ctx, TypeName, {ElemType}, Ints);
}
- case llvm::dxil::ResourceClass::CBuffer:
-llvm_unreachable("dx.CBuffer handles are not implemented yet");
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/127294.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/Vectorize/SL
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/127294.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/Vectoriz
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127294
___
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/127294
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
>From a426b578f8c51dc1f645a901dc6eedb33462fa22 Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subje
llvmbot wrote:
/pull-request llvm/llvm-project#127294
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tstellar wrote:
/cherry-pick ac217ee389d63124432e5e6890851a678f7a676b
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c
Author: Tom Stellard
Date: 2025-02-14T17:28:02-08:00
New Revision: d90afbca9367ef98273e1b3dae7fa26766e0335d
URL:
https://github.com/llvm/llvm-project/commit/d90afbca9367ef98273e1b3dae7fa26766e0335d
DIFF:
https://github.com/llvm/llvm-project/commit/d90afbca9367ef98273e1b3dae7fa26766e0335d.diff
tstellar wrote:
This was my mistake, I merged it without checking the results of the CI. I
will revert this.
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.o
Author: Arthur Eubanks
Date: 2025-02-14T16:41:44-08:00
New Revision: 929d268d3c76307f900962b87470cb6cef52de68
URL:
https://github.com/llvm/llvm-project/commit/929d268d3c76307f900962b87470cb6cef52de68
DIFF:
https://github.com/llvm/llvm-project/commit/929d268d3c76307f900962b87470cb6cef52de68.diff
dyung wrote:
This change seems to be causing the LLVM test
`Transforms/SLPVectorizer/X86/perfect-matched-reused-bv.ll` to fail on two of
my release build bots:
- https://lab.llvm.org/buildbot/#/builders/102/builds/118
- https://lab.llvm.org/buildbot/#/builders/74/builds/123
Can someone take a
boomanaiden154 wrote:
This is a stacked PR on top of:
1. #127276
2. #127275
3. #127274
https://github.com/llvm/llvm-project/pull/127279
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/127279
This patch makes it so that skipped steps do not cause a job to be
considered failed. The windows premerge jobs currently skip the
build/test step if there are no projects to build/test. These show up as
f
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/127275
This patch removes an extra heartbeat metric in the metrics python file. Before
it was performed twice, once in the main function, and once in the
get_sampled_workflow_metrics function. We only need one to
boomanaiden154 wrote:
This is a stacked PR on top of:
1. #127275
2. #127274
https://github.com/llvm/llvm-project/pull/127276
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-b
boomanaiden154 wrote:
This is a stack PR on top of:
1. #127274
https://github.com/llvm/llvm-project/pull/127275
___
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/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/127276
Currently the metrics container is crashing reasonably often with
incomplete read/connection broken errors. Try moving the creation of the
Github Object into the main loop to see if recreating the object t
https://github.com/inbelic updated
https://github.com/llvm/llvm-project/pull/122982
error: too big or took too long to generate
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm
github-actions[bot] wrote:
@hokein (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
mehdi2021mp wrote:
Creating a private key for the address I gave and returning the balance to the
wallet you created
https://github.com/llvm/llvm-project/pull/88818
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.
https://github.com/nikic edited https://github.com/llvm/llvm-project/pull/127101
___
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:
@owenca (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
tstellar wrote:
@lhames did you decide not to backport this one?
https://github.com/llvm/llvm-project/pull/126825
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
github-actions[bot] wrote:
@Zentrik (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/tstellar closed
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Alexey Bataev
Date: 2025-02-14T14:32:31-08:00
New Revision: 2eb558c99d967af093340def231c9a1ba228571b
URL:
https://github.com/llvm/llvm-project/commit/2eb558c99d967af093340def231c9a1ba228571b
DIFF:
https://github.com/llvm/llvm-project/commit/2eb558c99d967af093340def231c9a1ba228571b.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127267
>From 2eb558c99d967af093340def231c9a1ba228571b Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subject: [PATCH] [SLP] Check for PHI nodes (potentially cycles!) when checking
d
Author: Owen Pan
Date: 2025-02-14T14:29:57-08:00
New Revision: 94b97d19b7fa0fd1b5959e788bac104a017e6755
URL:
https://github.com/llvm/llvm-project/commit/94b97d19b7fa0fd1b5959e788bac104a017e6755
DIFF:
https://github.com/llvm/llvm-project/commit/94b97d19b7fa0fd1b5959e788bac104a017e6755.diff
LOG:
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126866
___
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-02-14T14:29:57-08:00
New Revision: 6d3b034f8f7d47909309b9869f43397b64e99f91
URL:
https://github.com/llvm/llvm-project/commit/6d3b034f8f7d47909309b9869f43397b64e99f91
DIFF:
https://github.com/llvm/llvm-project/commit/6d3b034f8f7d47909309b9869f43397b64e99f91.diff
LOG:
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126866
>From 94b97d19b7fa0fd1b5959e788bac104a017e6755 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 30 Jan 2025 18:03:42 -0800
Subject: [PATCH 1/2] [clang-format] Fix annotation of Java/JavaScript keyword
extends
https://github.com/nikic milestoned
https://github.com/llvm/llvm-project/pull/127101
___
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/tstellar closed
https://github.com/llvm/llvm-project/pull/127215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Haojian Wu
Date: 2025-02-14T14:15:23-08:00
New Revision: 37f7f151e586d3e3e5339286aeb4aac6ad7561ea
URL:
https://github.com/llvm/llvm-project/commit/37f7f151e586d3e3e5339286aeb4aac6ad7561ea
DIFF:
https://github.com/llvm/llvm-project/commit/37f7f151e586d3e3e5339286aeb4aac6ad7561ea.diff
LO
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127215
>From 37f7f151e586d3e3e5339286aeb4aac6ad7561ea Mon Sep 17 00:00:00 2001
From: Haojian Wu
Date: Fri, 14 Feb 2025 16:21:53 +0100
Subject: [PATCH] Diagnose the code with trailing comma in the function call.
(#1252
https://github.com/alexey-bataev approved this pull request.
LG
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Zentrik wrote:
@alexey-bataev
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -306,4 +307,254 @@ TEST_F(ParseHLSLRootSignatureTest,
InvalidLexRegNumberTest) {
ASSERT_FALSE(Consumer->IsSatisfied());
}
+// Valid Parser Tests
+
+TEST_F(ParseHLSLRootSignatureTest, ValidParseEmptyTest) {
+ const llvm::StringLiteral Source = R"cc()cc";
+
+ TrivialModu
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @Zentrik
---
Full diff: https://github.com/llvm/llvm-project/pull/127267.diff
4 Files Affected:
- (modifi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127267
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @Zentrik
>From bf2215585cb3c2f73521b42fc94052db8844b1b1 Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127267
___
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:
@petrhosek (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/tstellar closed
https://github.com/llvm/llvm-project/pull/126960
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Petr Hosek
Date: 2025-02-14T13:43:12-08:00
New Revision: 2a358bac7874baed5d05221e8ae6c75266c407b7
URL:
https://github.com/llvm/llvm-project/commit/2a358bac7874baed5d05221e8ae6c75266c407b7
DIFF:
https://github.com/llvm/llvm-project/commit/2a358bac7874baed5d05221e8ae6c75266c407b7.diff
LO
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126960
>From 2a358bac7874baed5d05221e8ae6c75266c407b7 Mon Sep 17 00:00:00 2001
From: Petr Hosek
Date: Wed, 12 Feb 2025 11:37:07 -0800
Subject: [PATCH] [libc] Move __LLVM_LIBC__ define to __llvm-libc-common.h
(#126877)
HighCommander4 wrote:
> @HighCommander4 (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 thi
https://github.com/inbelic deleted
https://github.com/llvm/llvm-project/pull/122982
___
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/inbelic edited
https://github.com/llvm/llvm-project/pull/122982
___
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:
@hvdijk (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/tstellar closed
https://github.com/llvm/llvm-project/pull/127124
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Harald van Dijk
Date: 2025-02-14T13:35:16-08:00
New Revision: 4f10d6d3ae1a812c4c3e918d68797c1689fb1bef
URL:
https://github.com/llvm/llvm-project/commit/4f10d6d3ae1a812c4c3e918d68797c1689fb1bef
DIFF:
https://github.com/llvm/llvm-project/commit/4f10d6d3ae1a812c4c3e918d68797c1689fb1bef.dif
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127124
>From 4f10d6d3ae1a812c4c3e918d68797c1689fb1bef Mon Sep 17 00:00:00 2001
From: Harald van Dijk
Date: Thu, 13 Feb 2025 10:46:42 +
Subject: [PATCH] [reland][DebugInfo] Update DIBuilder insertion to take
Insert
github-actions[bot] wrote:
@jhuber6 (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/tstellar closed
https://github.com/llvm/llvm-project/pull/127099
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sylvestre Ledru
Date: 2025-02-14T13:28:18-08:00
New Revision: 17dd52ca6b0e83f6ce5214b65056e462cf6a7ccd
URL:
https://github.com/llvm/llvm-project/commit/17dd52ca6b0e83f6ce5214b65056e462cf6a7ccd
DIFF:
https://github.com/llvm/llvm-project/commit/17dd52ca6b0e83f6ce5214b65056e462cf6a7ccd.dif
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127099
>From 17dd52ca6b0e83f6ce5214b65056e462cf6a7ccd Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru
Date: Thu, 13 Feb 2025 18:42:28 +0100
Subject: [PATCH] libc/cmake: don't fail if LLVM_VERSION_SUFFIX isn't defined
(
github-actions[bot] wrote:
@HighCommander4 (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
Author: Nathan Ridge
Date: 2025-02-14T13:18:28-08:00
New Revision: 79da30bceea05b3096096ce613faf9a39f9cae2c
URL:
https://github.com/llvm/llvm-project/commit/79da30bceea05b3096096ce613faf9a39f9cae2c
DIFF:
https://github.com/llvm/llvm-project/commit/79da30bceea05b3096096ce613faf9a39f9cae2c.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127148
___
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 updated
https://github.com/llvm/llvm-project/pull/127148
>From 79da30bceea05b3096096ce613faf9a39f9cae2c Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Thu, 13 Feb 2025 18:32:12 -0500
Subject: [PATCH] [clang][AST] Handle dependent representation of call to
function
github-actions[bot] wrote:
@RossComputerGuy (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
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127144
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Tristan Ross
Date: 2025-02-14T12:25:56-08:00
New Revision: a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b
URL:
https://github.com/llvm/llvm-project/commit/a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b
DIFF:
https://github.com/llvm/llvm-project/commit/a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127144
>From a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b Mon Sep 17 00:00:00 2001
From: Tristan Ross
Date: Thu, 13 Feb 2025 14:56:55 -0800
Subject: [PATCH] [ORC][unittests] Remove hard coded 16k page size (#127115)
Fixes
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127252
>From 075dcd406323b17d6a526013d566131d9bc0b53c Mon Sep 17 00:00:00 2001
From: Zixu Wang <9819235+zix...@users.noreply.github.com>
Date: Thu, 13 Feb 2025 16:12:22 -0800
Subject: [PATCH] =?UTF-8?q?Revert=20"[C++20]
github-actions[bot] wrote:
⚠️ We detected that you are using a GitHub private e-mail address to contribute
to the repo. Please turn off [Keep my email addresses
private](https://github.com/settings/emails) setting in your account. See
[LLVM
Discourse](https://discourse.llvm.org/t/hidden-email
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 912b154f3a3f8c3cebf5cc5731fd8b0749762da5
Requested by: @zixu-w
---
Full diff: https://github.com/llvm/llvm-project/pull/127252.diff
2 Files Affected:
- (modified) clang/lib/Serialization/ASTReade
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127252
___
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/127252
Backport 912b154f3a3f8c3cebf5cc5731fd8b0749762da5
Requested by: @zixu-w
>From 7e472db441461bc1e62b799981c725cb83fa36af Mon Sep 17 00:00:00 2001
From: Zixu Wang <9819235+zix...@users.noreply.github.com>
Date: Th
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Stanislav Mekhanoshin (rampitec)
Changes
Both methods are equally inaccurate, we need to switch to MCExpr
for better results in the future.
---
Full diff: https://github.com/llvm/llvm-project/pull/127246.diff
3 Files Affected:
rampitec wrote:
> There is also MF.estimateFunctionSizeInBytes(), probably should use that as a
> stop gap until MC computes this
https://github.com/llvm/llvm-project/pull/127246
For some reason it is not const and also can overestimate code size.
https://github.com/llvm/llvm-project/pull/127
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/127246
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
1 - 100 of 130 matches
Mail list logo