Meinersbur wrote:
> * buildkite/github-pull-requests/linux-linux-x64 and /windows-windows-x64:
> Linux reports failing to create the directory `flang/include`. The Windows
> error is `ninja: error: FindFirstFileExA(include/flang): The directory name
> is invalid.`. This seems to be an instance
https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/121782
>From b05c9a033158aea459d51ff34b8ec47e72f85740 Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Fri, 24 Jan 2025 16:51:27 +0100
Subject: [PATCH 1/2] [Flang-RT] Build libflang_rt.so
---
flang-rt/CMakeLists
https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/124126
>From c515d13f0ad684763e6d76a87a610801482c15f4 Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Fri, 24 Jan 2025 16:52:46 +0100
Subject: [PATCH 1/2] [Flang] Remove FLANG_INCLUDE_RUNTIME
---
flang/CMakeLis
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
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
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
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
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
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
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 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
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/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
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/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
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
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
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. #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
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
@@ -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");
@@ -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
https://github.com/SixWeining approved this pull request.
https://github.com/llvm/llvm-project/pull/123600
___
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
Author: Mariya Podchishchaeva (Fznamznon)
Changes
When bytes with negative signed char values appear in the data, make sure to
use raw bytes from the data string when preprocessing, not char values.
Fixes https://github.com/llvm/llvm-project/issu
https://github.com/Fznamznon created
https://github.com/llvm/llvm-project/pull/127222
When bytes with negative signed char values appear in the data, make sure to
use raw bytes from the data string when preprocessing, not char values.
Fixes https://github.com/llvm/llvm-project/issues/102798
>
https://github.com/Fznamznon milestoned
https://github.com/llvm/llvm-project/pull/127222
___
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/Fznamznon edited
https://github.com/llvm/llvm-project/pull/127222
___
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/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
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
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
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.
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
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
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-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
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
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]
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/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
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:
@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/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
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/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
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
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/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)
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/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
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
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/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
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/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
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/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
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
@@ -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
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
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:
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
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/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
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
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
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
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:
@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
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
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
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
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
@@ -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
@@ -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/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/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/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/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
1 - 100 of 130 matches
Mail list logo