https://github.com/ChipsSpectre updated
https://github.com/llvm/llvm-project/pull/74926
>From 8a3e710de9122ac74ab886f8878e01893c19ee87 Mon Sep 17 00:00:00 2001
From: ChipsSpectre
Date: Sun, 17 Dec 2023 10:01:39 +0100
Subject: [PATCH] [clang][Parse] `TryAnnotateCXXScopeToken` to be called only
https://github.com/ChipsSpectre updated
https://github.com/llvm/llvm-project/pull/74926
>From 8a3e710de9122ac74ab886f8878e01893c19ee87 Mon Sep 17 00:00:00 2001
From: ChipsSpectre
Date: Sun, 17 Dec 2023 10:01:39 +0100
Subject: [PATCH 1/2] [clang][Parse] `TryAnnotateCXXScopeToken` to be called
o
https://github.com/ChipsSpectre updated
https://github.com/llvm/llvm-project/pull/74926
>From 8a3e710de9122ac74ab886f8878e01893c19ee87 Mon Sep 17 00:00:00 2001
From: ChipsSpectre
Date: Sun, 17 Dec 2023 10:01:39 +0100
Subject: [PATCH 1/3] [clang][Parse] `TryAnnotateCXXScopeToken` to be called
o
https://github.com/ChipsSpectre updated
https://github.com/llvm/llvm-project/pull/74926
>From 8a3e710de9122ac74ab886f8878e01893c19ee87 Mon Sep 17 00:00:00 2001
From: ChipsSpectre
Date: Sun, 17 Dec 2023 10:01:39 +0100
Subject: [PATCH 1/4] [clang][Parse] `TryAnnotateCXXScopeToken` to be called
o
https://github.com/ChipsSpectre updated
https://github.com/llvm/llvm-project/pull/74926
>From f5029be3d1dc8714cd4ccb42efe4c1f07c1c7dd0 Mon Sep 17 00:00:00 2001
From: ChipsSpectre
Date: Sun, 17 Dec 2023 10:09:16 +0100
Subject: [PATCH] [clang][Parse] `TryAnnotateCXXScopeToken` to be called only
ChipsSpectre wrote:
The changes are squashed into one commit now.
Sorry for the force push, it was needed to rebase on main.
Do you think it can be merged now?
https://github.com/llvm/llvm-project/pull/74926
___
cfe-commits mailing list
cfe-commits@l
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: Dinar Temirbulatov (dtemirbulatov)
Changes
Add SME2 DOT builtins.
---
Patch is 156.21 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/75737.diff
5 Files Affe
https://github.com/SunilKuravinakop converted_to_draft
https://github.com/llvm/llvm-project/pull/75709
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-flang-driver
Author: Kareem Ergawy (ergawy)
Changes
Adds `-pthread` option to flang. Since the GNU toolchain already adds the
required linker flag, we only need to declare `FlangOption` as one of the
supported options for `-p
https://github.com/lipracer updated
https://github.com/llvm/llvm-project/pull/75279
>From b4113714159824b517779a3635f4d24d21dd338f Mon Sep 17 00:00:00 2001
From: lipracer
Date: Wed, 13 Dec 2023 11:37:12 +0800
Subject: [PATCH] [NFC][clang] add a clang tool for mlir refactor
---
clang-tools-ext
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 18959c46e3ced1f7ad12a82e9f30bafe9d1f1733
b4113714159824b517779a3635f4d24d21dd338f --
https://github.com/lipracer converted_to_draft
https://github.com/llvm/llvm-project/pull/75279
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: Dmitry Polukhin (dmpolukhin)
Changes
Summary:
After https://reviews.llvm.org/D143436 response files stopped working with CDB
interpolation. It has happened because interpolation removes all unknwn flags
and extra input files. Response f
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff a418be96de7872f6058207c695ef4698cb1dbb93
957951483dab19b0982a5dbe7d5370bd9061d931 --
Author: Owen Pan
Date: 2023-12-17T15:07:11-08:00
New Revision: 401f0396c3070567ce1ad0b12be7e48713ec0c65
URL:
https://github.com/llvm/llvm-project/commit/401f0396c3070567ce1ad0b12be7e48713ec0c65
DIFF:
https://github.com/llvm/llvm-project/commit/401f0396c3070567ce1ad0b12be7e48713ec0c65.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-driver
Author: Joseph Huber (jhuber6)
Changes
Summary:
The CPU target currently inherits all the libraries from the normal link
job to ensure that it has access to the same envrionment that the host
does. However, this pr
Author: Akira Hatanaka
Date: 2023-12-17T18:22:44-08:00
New Revision: 31429e7a89590f88034920edd3e997aeabff8124
URL:
https://github.com/llvm/llvm-project/commit/31429e7a89590f88034920edd3e997aeabff8124
DIFF:
https://github.com/llvm/llvm-project/commit/31429e7a89590f88034920edd3e997aeabff8124.diff
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
@llvm/pr-subscribers-clang
Author: Craig Topper (topperc)
Changes
This is an out of order core with no vector unit. More information:
https://www.sifive.com/cores/performance-p450-470
Scheduler model and other tuning will come in separat
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Brandon Wu (4vtomat)
Changes
The
spec(https://sifive.cdn.prismic.io/sifive/60d5a660-3af0-49a3-a904-d2bbb1a21517_int8-matmul-spec.pdf)
is updated.
---
Patch is 121.73 KiB, truncated to 20.00 KiB below, full version:
https://gith
Author: Brandon Wu
Date: 2023-12-18T15:52:14+08:00
New Revision: 111a2290650743b27f70f9b24618411e54493b59
URL:
https://github.com/llvm/llvm-project/commit/111a2290650743b27f70f9b24618411e54493b59
DIFF:
https://github.com/llvm/llvm-project/commit/111a2290650743b27f70f9b24618411e54493b59.diff
LO
Author: martinboehme
Date: 2023-12-18T09:10:03+01:00
New Revision: ca1034341cfec226c09ff0e473c6ecbcc2a1194c
URL:
https://github.com/llvm/llvm-project/commit/ca1034341cfec226c09ff0e473c6ecbcc2a1194c
DIFF:
https://github.com/llvm/llvm-project/commit/ca1034341cfec226c09ff0e473c6ecbcc2a1194c.diff
https://github.com/martinboehme closed
https://github.com/llvm/llvm-project/pull/75483
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/UmeshKalappa0 updated
https://github.com/llvm/llvm-project/pull/75564
>From 4125e4a709c594562fa6c52f045ba7442e3cb523 Mon Sep 17 00:00:00 2001
From: Umesh Kalappa
Date: Fri, 15 Dec 2023 11:52:52 +0530
Subject: [PATCH 1/2] Problem :For Kernel Modules ,emitting the relocs like
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Haojian Wu (hokein)
Changes
Fixes https://github.com/llvm/llvm-project/issues/64347
---
Full diff: https://github.com/llvm/llvm-project/pull/75779.diff
4 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
- (modified) clang/
gendalph wrote:
`
enum class test
{
err1,
err2,
ok
};
int check_err (test v)
{
switch (v)
{
case test::err1:
return 1;
case test::err2:
return 2;
case test::ok:
break;
}
return 0;
}
`
https://github.com/llvm/llvm-project/pull/73077
___
@@ -10804,9 +10804,12 @@ QualType
Sema::DeduceTemplateSpecializationFromInitializer(
if (getLangOpts().CPlusPlus20 && !HasAnyDeductionGuide) {
if (ListInit && ListInit->getNumInits()) {
SynthesizeAggrGuide(ListInit);
- } else if (PL && PL->getNumExprs())
https://github.com/cor3ntin commented:
Why remove the support for ParenListExpr entirely?
Could you not fallback on looking at the init list expression only when
ParenListExpr is null?
https://github.com/llvm/llvm-project/pull/75779
___
cfe-commits ma
@@ -353,6 +353,10 @@ static ExprResult calculateConstraintSatisfaction(
if (Inst.isInvalid())
return ExprError();
+ // An empty expression for substitution failure messages.
+ if (Template && Template->isInvalidDecl())
+retur
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/75590
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/75590
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -283,6 +283,28 @@ bool ByteCodeExprGen::VisitCastExpr(const
CastExpr *CE) {
case CK_ToVoid:
return discard(SubExpr);
+ case CK_IntegralRealToComplex:
+ case CK_FloatingRealToComplex: {
+// We're creating a complex value here, so need to
cor3nti
https://github.com/cor3ntin approved this pull request.
LGTM, thanks
https://github.com/llvm/llvm-project/pull/75569
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -2761,6 +2761,8 @@ bool ByteCodeExprGen::VisitUnaryOperator(const
UnaryOperator *E) {
return false;
return DiscardResult ? this->emitPop(*T, E) : this->emitComp(*T, E);
case UO_Real: { // __real x
+if (T)
+ return this->delegate(SubExpr);
assert(!T
@@ -2776,6 +2778,11 @@ bool ByteCodeExprGen::VisitUnaryOperator(const
UnaryOperator *E) {
return true;
}
case UO_Imag: { // __imag x
+if (T) {
+ if (!this->discard(SubExpr))
+return false;
+ return this->visitZeroInitializer(*T, SubExpr->getType()
@@ -69,6 +69,29 @@ OpenACCDirectiveKindEx getOpenACCDirectiveKind(Token Tok) {
.Default(OpenACCDirectiveKindEx::Invalid);
}
+// Translate single-token string representations to the OpenCC Clause Kind.
+OpenACCClauseKind getOpenACCClauseKind(Token Tok) {
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/75052
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/75052
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -262,12 +291,52 @@ OpenACCDirectiveKind ParseOpenACCDirectiveKind(Parser &P)
{
return DirKind;
}
+bool ParseOpenACCClause(Parser &P) {
cor3ntin wrote:
Thanks
https://github.com/llvm/llvm-project/pull/75052
__
Author: Momchil Velikov
Date: 2023-12-18T11:03:39Z
New Revision: 1faa1cd02d569c1e58303ab4bd9d082aecda2a52
URL:
https://github.com/llvm/llvm-project/commit/1faa1cd02d569c1e58303ab4bd9d082aecda2a52
DIFF:
https://github.com/llvm/llvm-project/commit/1faa1cd02d569c1e58303ab4bd9d082aecda2a52.diff
LO
https://github.com/lipracer updated
https://github.com/llvm/llvm-project/pull/75279
>From 71ae35b1538201790e5fc7a25d1d7aba7df7913d Mon Sep 17 00:00:00 2001
From: lipracer
Date: Wed, 13 Dec 2023 11:37:12 +0800
Subject: [PATCH] [NFC][clang] add a clang tool for mlir refactor
---
clang-tools-ext
Author: Haojian Wu
Date: 2023-12-18T12:37:29+01:00
New Revision: 42239d2e96c5683a2973c39ea7ea20b616218b66
URL:
https://github.com/llvm/llvm-project/commit/42239d2e96c5683a2973c39ea7ea20b616218b66
DIFF:
https://github.com/llvm/llvm-project/commit/42239d2e96c5683a2973c39ea7ea20b616218b66.diff
LO
Author: Paul Walker
Date: 2023-12-18T11:58:42Z
New Revision: dea16ebd2613a4a218c53045270fc4fcc9b427ad
URL:
https://github.com/llvm/llvm-project/commit/dea16ebd2613a4a218c53045270fc4fcc9b427ad
DIFF:
https://github.com/llvm/llvm-project/commit/dea16ebd2613a4a218c53045270fc4fcc9b427ad.diff
LOG: [
CarolineConcatto wrote:
Hey Dinar,
I will leave the same comments Kerry left in the other one
Can you add check for the immediate in acle_sme2_imm.cpp
https://github.com/llvm/llvm-project/pull/75737
___
cfe-commits mailing list
cfe-commits@lists.llvm.
https://github.com/lipracer ready_for_review
https://github.com/llvm/llvm-project/pull/75279
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: antoine moynault (antmox)
Changes
…toolchain (#73765)"
This reverts commit 111a2290650743b27f70f9b24618411e54493b59,
as it broke several bots
https://lab.llvm.org/buildbot/#/builders/245/builds/18162
https://lab.llvm.org/buildb
https://github.com/cor3ntin approved this pull request.
Thanks!
https://github.com/llvm/llvm-project/pull/75789
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: antoine moynault
Date: 2023-12-18T13:52:21+01:00
New Revision: 9727919a2e35d2114d52f33a7751696ae1595581
URL:
https://github.com/llvm/llvm-project/commit/9727919a2e35d2114d52f33a7751696ae1595581
DIFF:
https://github.com/llvm/llvm-project/commit/9727919a2e35d2114d52f33a7751696ae1595581.di
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sander de Smalen (sdesmalen-arm)
Changes
This includes:
* __arm_in_streaming_mode()
* __arm_has_sme()
* __arm_za_disable()
* __svundef_za()
---
Full diff: https://github.com/llvm/llvm-project/pull/75791.diff
4 Files Affected:
- (modifie
mikaelholmen wrote:
Hi again @Fznamznon
the following also started causing warnings after this patch (also with the fix)
```
struct S3 {
long int l;
struct { int a, b; } d1[2];
};
struct S3 s32 = { .d1[0].a = 1 };
```
We get
```
foo.c:6:30: warning: missing field 'b' initializer
[-Wmissin
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Haojian Wu (hokein)
Changes
This fixes tooling (clangd, include-cleaner) bugs where we miss functionalities
on concept AST nodes.
---
Full diff: https://github.com/llvm/llvm-project/pull/75795.diff
2 Files Affected:
- (modified) clang/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
The attached test case would cause an assertion failure in Pointer.h when
operating on a null pointer.
---
Full diff: https://github.com/llvm/llvm-project/pull/75798.diff
3 Files Affected:
- (modified) cl
mikaelholmen wrote:
@Fznamznon : Thank you!
I wider discussion about how clang should behave sounds good.
https://github.com/llvm/llvm-project/pull/70829
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
Author: Gheorghe-Teodor Bercea
Date: 2023-12-18T09:47:59-05:00
New Revision: 4ef6587715bec4520332528c4a71fe5a9ac10477
URL:
https://github.com/llvm/llvm-project/commit/4ef6587715bec4520332528c4a71fe5a9ac10477
DIFF:
https://github.com/llvm/llvm-project/commit/4ef6587715bec4520332528c4a71fe5a9ac10
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Piyou Chen (BeMg)
Changes
Address question from https://github.com/llvm/llvm-project/pull/74889
---
The target-cpu will infer its target-feature during backend codegen, it will
make TargetAttr doesn't work.
This patch implement
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sam Tebbs (SamTebbs33)
Changes
This patch adds a warning that's emitted when a builtin call uses ZA state but
the calling function doesn't provide any.
Patch by David Sherwood .
---
Patch is 186.65 KiB, truncated
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff d777504355dac9a2a8a7bbba6001d05b936868b2
a1840e028ef8b412ffb13b9d105e34fee54dfaed --
Author: Podchishchaeva, Mariya
Date: 2023-12-18T07:08:27-08:00
New Revision: 5cda366221236a43fdd89bca59e153b4384eaba8
URL:
https://github.com/llvm/llvm-project/commit/5cda366221236a43fdd89bca59e153b4384eaba8
DIFF:
https://github.com/llvm/llvm-project/commit/5cda366221236a43fdd89bca59e153b4384ea
Author: Shilei Tian
Date: 2023-12-18T10:29:26-05:00
New Revision: 0f5eef1fb3e3f6491fb27dfb69b230946ffea69c
URL:
https://github.com/llvm/llvm-project/commit/0f5eef1fb3e3f6491fb27dfb69b230946ffea69c
DIFF:
https://github.com/llvm/llvm-project/commit/0f5eef1fb3e3f6491fb27dfb69b230946ffea69c.diff
L
Author: Abhina Sree
Date: 2023-12-18T10:33:23-05:00
New Revision: 8a233d8cfde4cd026b5dd12b56ea029749a02329
URL:
https://github.com/llvm/llvm-project/commit/8a233d8cfde4cd026b5dd12b56ea029749a02329
DIFF:
https://github.com/llvm/llvm-project/commit/8a233d8cfde4cd026b5dd12b56ea029749a02329.diff
L
sethp wrote:
Thanks for the feedback! I've definitely found it helpful trying to puzzle out
why one of my static_asserts is failing, though it's certainly a far less
complete solution than the document @tahonermann shared.
The output from `printPretty` will definitely fall apart for a complex
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
@llvm/pr-subscribers-clang
Author: Michael Klemm (mjklemm)
Changes
At present, when building static or shared libraries, Flang adds
`-lFortran_main.a` (or `/WHOLEARCHIVE:Fortran.*.lib` pon Windows) to the link
line. This leads to the prob
Author: Momchil Velikov
Date: 2023-12-18T15:52:28Z
New Revision: fd527def7edef8f8754b9e7812ed77f486bb144f
URL:
https://github.com/llvm/llvm-project/commit/fd527def7edef8f8754b9e7812ed77f486bb144f
DIFF:
https://github.com/llvm/llvm-project/commit/fd527def7edef8f8754b9e7812ed77f486bb144f.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: Kerry McLaughlin (kmclaughlin-arm)
Changes
This patch enables the following builtins for SME2:
- svld1, svld1_vnum
- svldnt1, svldnt1_vnum
- svst1, svst1_vnum
- svstnt1, svstnt1_vnum
---
Full diff: ht
@@ -434,8 +429,21 @@ FailureOr
linalg::lowerUnPack(RewriterBase &rewriter,
RankedTensorType::Builder(packedTensorType).setShape(stripMinedShape);
RankedTensorType collapsedType = tensor::CollapseShapeOp::inferCollapsedType(
stripMinedTensorType, packingMetadata.r
bd1976bris wrote:
Noting previous discussions w.r.t. -fvisibility-global-new-delete-hidden on
https://reviews.llvm.org/D133266. I have added reviewers from that phab review
in case they are interested in this.
https://github.com/llvm/llvm-project/pull/75364
Author: Momchil Velikov
Date: 2023-12-18T16:49:59Z
New Revision: 35a77fc13ce62f4bc21b65c130801cb5f42fb228
URL:
https://github.com/llvm/llvm-project/commit/35a77fc13ce62f4bc21b65c130801cb5f42fb228
DIFF:
https://github.com/llvm/llvm-project/commit/35a77fc13ce62f4bc21b65c130801cb5f42fb228.diff
LO
Author: Sam Tebbs
Date: 2023-12-18T16:51:10Z
New Revision: fade67565e1a3d7447335f9b5dfbf85dccb5773b
URL:
https://github.com/llvm/llvm-project/commit/fade67565e1a3d7447335f9b5dfbf85dccb5773b
DIFF:
https://github.com/llvm/llvm-project/commit/fade67565e1a3d7447335f9b5dfbf85dccb5773b.diff
LOG: [AA
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Walter Lee (googlewalt)
Changes
…ules
We use this to verify properties of our build graph, even when modules are off.
Xcode 14.3.1 seems to have dropped these flags so we are creating a unit test
to reproduce the issue.
---
Full
https://github.com/srcarroll updated
https://github.com/llvm/llvm-project/pull/75494
>From 3879e633f4e4ba36ca24e6a870942b695ac935e0 Mon Sep 17 00:00:00 2001
From: Sam
Date: Wed, 13 Dec 2023 15:25:31 -0600
Subject: [PATCH 1/7] [MLIR][Linalg] Support dynamic sizes in `lower_unpack`
---
.../Dial
Author: Joseph Huber
Date: 2023-12-18T11:16:49-06:00
New Revision: 8e2cc19e2e60d348859c0967a2707bcc8cb9936a
URL:
https://github.com/llvm/llvm-project/commit/8e2cc19e2e60d348859c0967a2707bcc8cb9936a
DIFF:
https://github.com/llvm/llvm-project/commit/8e2cc19e2e60d348859c0967a2707bcc8cb9936a.diff
https://github.com/srcarroll updated
https://github.com/llvm/llvm-project/pull/75494
>From 3879e633f4e4ba36ca24e6a870942b695ac935e0 Mon Sep 17 00:00:00 2001
From: Sam
Date: Wed, 13 Dec 2023 15:25:31 -0600
Subject: [PATCH 1/8] [MLIR][Linalg] Support dynamic sizes in `lower_unpack`
---
.../Dial
Author: Fangrui Song
Date: 2023-12-18T09:46:58-08:00
New Revision: 96aca7c51701f9b3c5dd8567fcddf29492008e6d
URL:
https://github.com/llvm/llvm-project/commit/96aca7c51701f9b3c5dd8567fcddf29492008e6d
DIFF:
https://github.com/llvm/llvm-project/commit/96aca7c51701f9b3c5dd8567fcddf29492008e6d.diff
Author: Ziqing Luo
Date: 2023-12-18T10:39:15-08:00
New Revision: 4123b95949727cb171bfcac6fcec89ea8cb76ef2
URL:
https://github.com/llvm/llvm-project/commit/4123b95949727cb171bfcac6fcec89ea8cb76ef2
DIFF:
https://github.com/llvm/llvm-project/commit/4123b95949727cb171bfcac6fcec89ea8cb76ef2.diff
LO
Author: Justin Bogner
Date: 2023-12-18T11:43:52-07:00
New Revision: 4f54d71501815877898aaa6d764b8468d0708ed6
URL:
https://github.com/llvm/llvm-project/commit/4f54d71501815877898aaa6d764b8468d0708ed6
DIFF:
https://github.com/llvm/llvm-project/commit/4f54d71501815877898aaa6d764b8468d0708ed6.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Louis Dionne (ldionne)
Changes
This removes a long standing piece of technical debt. Most other platforms have
moved all their header search path logic to the driver, but Darwin still had
some logic for setting framework search paths pres
https://github.com/searlmc1 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/75249
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Jan Svoboda
Date: 2023-12-18T12:11:27-08:00
New Revision: f0691bcdf90bc44d0737e3395423e84b075ab84a
URL:
https://github.com/llvm/llvm-project/commit/f0691bcdf90bc44d0737e3395423e84b075ab84a
DIFF:
https://github.com/llvm/llvm-project/commit/f0691bcdf90bc44d0737e3395423e84b075ab84a.diff
L
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff bf2e05c7fbc739cd9b9086163303f846ee2806d2
89b78a0af5547fc4c0c85368698c1bd2b0151993 --
bd1976bris wrote:
> From a UI perspective, "add a visibility attribute" doesn't seem all that
> descriptive. What visibility does it add? Therefore, I suggest
> `-fvisibility-global-new-delete[=]` so the user can ask for what
> they want, and `-fvisibility-global-new-delete-hidden` equals
> `
Author: Paul Kirth
Date: 2023-12-18T13:03:13-08:00
New Revision: d1e2b96b606e5bf8329ab5821f7a614163a56e16
URL:
https://github.com/llvm/llvm-project/commit/d1e2b96b606e5bf8329ab5821f7a614163a56e16
DIFF:
https://github.com/llvm/llvm-project/commit/d1e2b96b606e5bf8329ab5821f7a614163a56e16.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Bill Wendling (bwendling)
Changes
There are many issues that popped up with the counted_by feature. The patch has
grown too large and approval is blocking Linux testing.
Includes reverts of:
commit 769bc11f684d ("[Clang] Implement
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Bill Wendling (bwendling)
Changes
There are many issues that popped up with the counted_by feature. The patch has
grown too large and approval is blocking Linux testing.
Includes reverts of:
commit 769bc11f684d ("[Clang] Implement the 'co
@@ -0,0 +1,303 @@
+//===--===//
+//
+// 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
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 33d5f4314f4fd83be21e22054e662220a62fe40b
6296613d1d3f3e8b63e1af1d12d28f2000facc0e --
Author: Bill Wendling
Date: 2023-12-18T15:16:09-08:00
New Revision: cca4d6cfd2a3780bb432e4f8234704d920dcce50
URL:
https://github.com/llvm/llvm-project/commit/cca4d6cfd2a3780bb432e4f8234704d920dcce50
DIFF:
https://github.com/llvm/llvm-project/commit/cca4d6cfd2a3780bb432e4f8234704d920dcce50.diff
h-vetinari wrote:
> #75857 has been merged in. This PR is no longer valid.
Couldn't you just rebase it like:
- base: `main`
- pick revert of #75857
- all the commits of this PR
It's a bit of a matter of taste obviously how to deal with such situations. I
tend to prefer not to split the contex
https://github.com/hstk30-hw edited
https://github.com/llvm/llvm-project/pull/75440
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/hstk30-hw updated
https://github.com/llvm/llvm-project/pull/75440
>From fdb2b45298ef5282897297c913a195af07aec64b Mon Sep 17 00:00:00 2001
From: hstk30-hw
Date: Thu, 14 Dec 2023 15:40:03 +0800
Subject: [PATCH] feat: arm_acle.h add Coprocessor Instrinsics
---
clang/lib/Header
Author: Colin Cross
Date: 2023-12-18T17:15:41-08:00
New Revision: d9d20bd81f2f95c9b7510725fb76975e8123a542
URL:
https://github.com/llvm/llvm-project/commit/d9d20bd81f2f95c9b7510725fb76975e8123a542
DIFF:
https://github.com/llvm/llvm-project/commit/d9d20bd81f2f95c9b7510725fb76975e8123a542.diff
L
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 12cbccc3125725fad00022a9b3a52ed9be69c3a3
141be9754313d239d5a0df61fa18935cd276b0b5 --
h-vetinari wrote:
It appears this PR now has conflicts that need resolving...
https://github.com/llvm/llvm-project/pull/74377
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Sirraide created
https://github.com/llvm/llvm-project/pull/75883
It seems we were forgetting to call `checkArgsForPlaceholders` on the placement
arguments of new-expressions in Sema. I don't think that was intended—at least
doing so doesn't seem to break anything—so this pr
Sirraide wrote:
CC @AaronBallman
https://github.com/llvm/llvm-project/pull/75883
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (Sirraide)
Changes
It seems we were forgetting to call `checkArgsForPlaceholders` on the placement
arguments of new-expressions in Sema. I don't think that was intended—at least
doing so doesn't seem to break anything—so this pr adds
koachan wrote:
Ping?
https://github.com/llvm/llvm-project/pull/74927
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Erich Keane
Date: 2023-12-18T18:53:37-08:00
New Revision: fdee0a35d9da1febfab20ead8565cf6167103b51
URL:
https://github.com/llvm/llvm-project/commit/fdee0a35d9da1febfab20ead8565cf6167103b51
DIFF:
https://github.com/llvm/llvm-project/commit/fdee0a35d9da1febfab20ead8565cf6167103b51.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Fangrui Song (MaskRay)
Changes
In LLVMContext::diagnose, set `HasErrors` for `DS_Error` so that all
derived `DiagnosticHandler` have correct `HasErrors` information.
An alternative is to set `HasErrors` in
`DiagnosticHandler::handl
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Fangrui Song (MaskRay)
Changes
In LLVMContext::diagnose, set `HasErrors` for `DS_Error` so that all
derived `DiagnosticHandler` have correct `HasErrors` information.
An alternative is to set `HasErrors` in
`DiagnosticHandler::handleDiagnos
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Fangrui Song (MaskRay)
Changes
In LLVMContext::diagnose, set `HasErrors` for `DS_Error` so that all
derived `DiagnosticHandler` have correct `HasErrors` information.
An alternative is to set `HasErrors` in
`DiagnosticHandler::handleDiagn
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Brandon Wu (4vtomat)
Changes
Extend the multi-lib re-use selection mechanism for RISC-V.
This funciton will try to re-use multi-lib if they are compatible.
Definition of compatible:
- ABI must be the same.
- multi-lib is a subs
3301 - 3400 of 429052 matches
Mail list logo