https://github.com/muneebkhan85 edited
https://github.com/llvm/llvm-project/pull/71555
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/CarolineConcatto updated
https://github.com/llvm/llvm-project/pull/75454
>From 3508b4fbd9b4b9b51553a590b237e443fb58e098 Mon Sep 17 00:00:00 2001
From: Caroline Concatto
Date: Thu, 14 Dec 2023 09:50:36 +
Subject: [PATCH 1/2] [Clang][AArch64]Add QCVTN builtin to SVE2.1
``
muneebkhan85 wrote:
ping @matthias-springer
https://github.com/llvm/llvm-project/pull/71555
___
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: Jan Patrick Lehr (jplehr)
Changes
This adds a basic test to check the correct generation of double indirect
access to declare target globals in USM mode vs non-USM mode.
I am a bit unhappy with the way this test is set up, but could not fi
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Jan Patrick Lehr (jplehr)
Changes
The new flag implements logic to include `#pragma omp requires
unified_shared_memory` in every translation unit.
This enables a straightforward way to enable USM for an application without the
ne
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Jan Patrick Lehr (jplehr)
Changes
The new flag implements logic to include `#pragma omp requires
unified_shared_memory` in every translation unit.
This enables a straightforward way to enable USM for an application without the
need
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Jan Patrick Lehr (jplehr)
Changes
The new flag implements logic to include `#pragma omp requires
unified_shared_memory` in every translation unit.
This enables a straightforward way to enable USM for an application without the
need
https://github.com/muneebkhan85 edited
https://github.com/llvm/llvm-project/pull/71555
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pwprzybyla updated
https://github.com/llvm/llvm-project/pull/75031
>From 536e2f694f662d688cdbb8a0c5487a5a0d8d3aaf Mon Sep 17 00:00:00 2001
From: Piotr Przybyla
Date: Wed, 29 Nov 2023 14:05:00 +
Subject: [PATCH] Multilib support for libraries with exceptions
---
clang/in
https://github.com/muneebkhan85 edited
https://github.com/llvm/llvm-project/pull/71555
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
XChy wrote:
> Optimization pipeline is doing simplifications and canonicalizations. If you
> for example use `-target amdcgn`, then I think you will see that the codegen
> is impacted negatively when not simplifying the control flow. So it depends
> on the backend if one form is profitable or
https://github.com/ronlieb approved this pull request.
https://github.com/llvm/llvm-project/pull/75467
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/knightXun updated
https://github.com/llvm/llvm-project/pull/70496
>From e0ce1bab37de863d32d5d2e9b97f8bc345ef9ad9 Mon Sep 17 00:00:00 2001
From: xuknight
Date: Sat, 28 Oct 2023 02:52:43 +0800
Subject: [PATCH 1/2] [clang][wasm] Resolve assertion errors caused by
converting Com
https://github.com/wenpen created
https://github.com/llvm/llvm-project/pull/75472
Resolve https://github.com/llvm/llvm-project/issues/43453
>From 98d34426d47ca57873532855fa761b9e5aa2e193 Mon Sep 17 00:00:00 2001
From: wenpen <645124...@qq.com>
Date: Thu, 14 Dec 2023 21:14:44 +0800
Subject: [PAT
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: axp (wenpen)
Changes
Resolve https://github.com/llvm/llvm-project/issues/43453
---
Full diff: https://github.com/llvm/llvm-project/pull/75472.diff
2 Files Affected:
- (modified) clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp (+103
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: axp (wenpen)
Changes
Resolve https://github.com/llvm/llvm-project/issues/43453
---
Full diff: https://github.com/llvm/llvm-project/pull/75472.diff
2 Files Affected:
- (modified) clang/lib/StaticAnalyzer/Checkers/UnixAP
martinboehme wrote:
Heads up: I'm holding off on merging this patch because it makes some tests in
the [Crubit nullability
analysis](https://github.com/google/crubit/tree/main/nullability) fail. I'm
still investigating exactly why this is.
https://github.com/llvm/llvm-project/pull/75170
_
https://github.com/CarolineConcatto approved this pull request.
https://github.com/llvm/llvm-project/pull/75107
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/CarolineConcatto approved this pull request.
https://github.com/llvm/llvm-project/pull/75200
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/CarolineConcatto updated
https://github.com/llvm/llvm-project/pull/75454
>From 3508b4fbd9b4b9b51553a590b237e443fb58e098 Mon Sep 17 00:00:00 2001
From: Caroline Concatto
Date: Thu, 14 Dec 2023 09:50:36 +
Subject: [PATCH 1/3] [Clang][AArch64]Add QCVTN builtin to SVE2.1
``
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mariusz Sikora (mariusz-sikora-at-amd)
Changes
---
Patch is 75.67 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/75475.diff
19 Files Affected:
- (modified) clang/include/clang/Basic/Builtin
llvmbot wrote:
@llvm/pr-subscribers-mc
@llvm/pr-subscribers-llvm-analysis
Author: Mariusz Sikora (mariusz-sikora-at-amd)
Changes
---
Patch is 75.67 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/75475.diff
19 Files Affected:
- (modified) c
https://github.com/knightXun updated
https://github.com/llvm/llvm-project/pull/70496
>From e09d1b428f0c3836e2b92df3c994375f4c946302 Mon Sep 17 00:00:00 2001
From: xuknight
Date: Sat, 28 Oct 2023 02:52:43 +0800
Subject: [PATCH] [clang][wasm] Resolve assertion errors caused by converting
Complex
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-codegen
Author: Axel Lundberg (Zonotora)
Changes
This patch implements the implicit truncation and implicit sign change checks
for bitfields using UBSan. E.g.,
`-fsanitize=implicit-integer-truncation` and
`-fsanitize=im
kkwli wrote:
I build and `check-flang` on `arm64-apple-darwin22.6.0`.
`Driver/no-duplicate-main.f90` fails in the 3rd RUN. The test passes with HEAD.
```
kelvin@neutrino2 build % /Users/kelvin/wrk/llvm/tmp/build/bin/flang-new -o
/Users/kelvin/wrk/llvm/tmp/build/tools/flang/test/Driver/Output/n
https://github.com/martinboehme created
https://github.com/llvm/llvm-project/pull/75483
So far, if there was a chain of record type prvalues,
`getResultObjectLocation()` would assign a different result object location to
each one. This makes no sense, of course, as all of these prvalues end up
i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (martinboehme)
Changes
So far, if there was a chain of record type prvalues,
`getResultObjectLocation()` would assign a different result object location to
each one. This makes no sense, of course, as all of these prvalues end up
initi
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/75485.diff
2 Files Affected:
- (modified) clang/lib/AST/Interp/ByteCodeExprGen.cpp (+7)
- (modified) clang/test/AST/Interp/complex.cpp (+6)
```
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
@llvm/pr-subscribers-clang
Author: John Brawn (john-brawn-arm)
Changes
-mbranch-protection=gcs (enabled by -mbranch-protection=standard) causes
generated objects to be marked with the gcs feature. This is done via the
guarded-control-stack
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: John Brawn (john-brawn-arm)
Changes
-mbranch-protection=gcs (enabled by -mbranch-protection=standard) causes
generated objects to be marked with the gcs feature. This is done via the
guarded-control-stack module flag, in a simil
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sam Tebbs (SamTebbs33)
Changes
This PR adds a warning that's emitted when a non-streaming or
non-streaming-compatible builtin is called in an unsuitable function.
Uses work by Kerry McLaughlin.
This is a re-upload of #74064 and fixes a c
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 2952bc3384412ca67fd1dcd2eac595088d692802
6dc8fa2c89159d234d9477358dd1ce1cbf059865 --
https://github.com/muneebkhan85 edited
https://github.com/llvm/llvm-project/pull/71555
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
JasonWoodArm wrote:
I tested this with our build on Mac and we are working again so it fixed the
issue we were having. Thanks.
https://github.com/llvm/llvm-project/pull/75393
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.o
Author: Juergen Ributzka
Date: 2023-12-14T09:21:18-08:00
New Revision: e007551b10bda9584223e8583591155070a3de4f
URL:
https://github.com/llvm/llvm-project/commit/e007551b10bda9584223e8583591155070a3de4f
DIFF:
https://github.com/llvm/llvm-project/commit/e007551b10bda9584223e8583591155070a3de4f.di
kkwli wrote:
> > I build and `check-flang` on `arm64-apple-darwin22.6.0`.
> > `Driver/no-duplicate-main.f90` fails in the 3rd RUN. The test passes with
> > HEAD.
> > ```
> > kelvin@neutrino2 build % /Users/kelvin/wrk/llvm/tmp/build/bin/flang-new -o
> > /Users/kelvin/wrk/llvm/tmp/build/tools/fl
kkwli wrote:
> > Unrelated to this PR, but may I ask how do you configure flang, to make it
> > link without errors and without extra flags? I need to add
> > `-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib`.
>
> AFAIK, what you really want is this: `-isysroot $(xcrun --sdk-path
Author: Fangrui Song
Date: 2023-12-14T11:03:28-08:00
New Revision: fed564432cef76f8b303c19ab1dfc0a14878fbc3
URL:
https://github.com/llvm/llvm-project/commit/fed564432cef76f8b303c19ab1dfc0a14878fbc3
DIFF:
https://github.com/llvm/llvm-project/commit/fed564432cef76f8b303c19ab1dfc0a14878fbc3.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-backend-aarch64
Author: Qi Hu (Qi-Hu)
Changes
We define AEK_JSCVT and AEK_FCMA for CPU features FEAT_JSCVT and FEAT_FCMA
respectively, and add them to the CpuInfo of tsv110.
---
Full diff: https://github.com/llvm/llvm-project
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 fed564432cef76f8b303c19ab1dfc0a14878fbc3
6a1ac6f738459658690e7436820292fc28397ee4 --
Author: Zequan Wu
Date: 2023-12-14T14:16:38-05:00
New Revision: ab3430f891cf508e2b5c4796789998561d543df4
URL:
https://github.com/llvm/llvm-project/commit/ab3430f891cf508e2b5c4796789998561d543df4
DIFF:
https://github.com/llvm/llvm-project/commit/ab3430f891cf508e2b5c4796789998561d543df4.diff
LOG
https://github.com/fel-cab created
https://github.com/llvm/llvm-project/pull/75528
This reverts commit 47d9fbc04b91fb03b6da294e82c2fb4bca6b6343.
It creates a segmentation falt on SPEChpc soma on Frontier on a GPU for the
kernel generate_new_beads
>From 1bb65bb3fd3aed4aa2776d4f370f5718412d1f27
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (fel-cab)
Changes
This reverts commit 47d9fbc04b91fb03b6da294e82c2fb4bca6b6343.
It creates a segmentation falt on SPEChpc soma on Frontier on a GPU for the
kernel generate_new_beads
---
Full diff: https://github.com/llvm/llvm-projec
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Juergen Ributzka (ributzka)
Changes
This change moves all debug options out of the CodeGenOptions and creates a
dedicated top-level DebugOptions data struture. All uses of the debug options
are updated to reference the new location. No func
Author: Andrzej Warzyński
Date: 2023-12-14T21:11:25Z
New Revision: 1b6c8280b9a672a9c6f5c22d18b1cdaa2320d4ed
URL:
https://github.com/llvm/llvm-project/commit/1b6c8280b9a672a9c6f5c22d18b1cdaa2320d4ed
DIFF:
https://github.com/llvm/llvm-project/commit/1b6c8280b9a672a9c6f5c22d18b1cdaa2320d4ed.diff
Author: Craig Hesling
Date: 2023-12-14T16:25:03-05:00
New Revision: 29e043cb5c2efaad7fb203fb8240a91b77ca0c5b
URL:
https://github.com/llvm/llvm-project/commit/29e043cb5c2efaad7fb203fb8240a91b77ca0c5b
DIFF:
https://github.com/llvm/llvm-project/commit/29e043cb5c2efaad7fb203fb8240a91b77ca0c5b.diff
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: Julian Schmidt (5chmidti)
Changes
Adds support to hoist variables declared inside the selected region
and used afterwards back out of the extraced function for later use.
Uses the explicit variable type if only one decl needs hoisting,
oth
llvmbot wrote:
@llvm/pr-subscribers-flang-driver
Author: Andrzej Warzyński (banach-space)
Changes
Refactor how the Fortran runtime libs are added to the linker
invocation. This is a non-functional change.
---
Full diff: https://github.com/llvm/llvm-project/pull/75534.diff
2 Files Affec
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Andrzej Warzyński (banach-space)
Changes
Refactor how the Fortran runtime libs are added to the linker
invocation. This is a non-functional change.
---
Full diff: https://github.com/llvm/llvm-project/pull/75534.diff
2 Files Affected:
-
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 3e6da3252fbbe58c309b58e08c8a16ac2797b5da
966e22e415ac2e696b4fd387e729e43799b2585f --
Author: Jon Roelofs
Date: 2023-12-14T14:52:35-07:00
New Revision: acf9aa3c22d6fe88abba848d2804da1a732d205a
URL:
https://github.com/llvm/llvm-project/commit/acf9aa3c22d6fe88abba848d2804da1a732d205a
DIFF:
https://github.com/llvm/llvm-project/commit/acf9aa3c22d6fe88abba848d2804da1a732d205a.diff
L
Author: Jon Roelofs
Date: 2023-12-14T14:57:00-07:00
New Revision: 6c12fd91540fe2f86b5032b10f04b74910b4c411
URL:
https://github.com/llvm/llvm-project/commit/6c12fd91540fe2f86b5032b10f04b74910b4c411
DIFF:
https://github.com/llvm/llvm-project/commit/6c12fd91540fe2f86b5032b10f04b74910b4c411.diff
L
https://github.com/quic-akaryaki closed
https://github.com/llvm/llvm-project/pull/65815
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/23] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/23] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/24] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/24] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/75373
>From 74f256d8a77ee2ba8e0d5bbb6519aa2729cf94d5 Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Wed, 13 Dec 2023 20:07:45 +
Subject: [PATCH 1/6] Make clang report garbage target versions.
Clang always sil
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Arthur Eubanks (aeubanks)
Changes
In #74514 and #74778 we marked various instrumentation-added
sections as
large. This causes an extra PT_LOAD segment if using the small code
model. Since people using the small code model p
https://github.com/Yaraslaut created
https://github.com/llvm/llvm-project/pull/75545
Closes https://github.com/llvm/llvm-project/issues/64144
Instead of checking for `nullptr` we need to ensure that `JobList` is not
empty to proceed
>From 052a12dfb78ddc7b1486ca5f8e06002bb55c1d2e Mon Sep 17 0
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Yaraslau (Yaraslaut)
Changes
Closes https://github.com/llvm/llvm-project/issues/64144
Instead of checking for `nullptr` we need to ensure that `JobList` is not
empty to proceed
---
Full diff: https://github.com/llvm/llvm-project/pull/75
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Pavel Kalugin (p4vook)
Changes
Change the declaration context where we insert top-level statements to
CurrentContext.
Previously, top-level statement declarations were inserted directly into the
translation unit. This is incorrect, as it
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 ee2deb4cf70e9468510750070435f29ca7482d02
31273597beb9439f4c78123c48f8ecc9bf366e14 --
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/25] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/65148
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/25] [libc++] Implement ranges::contains
Differential Revision
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/75373
>From 74f256d8a77ee2ba8e0d5bbb6519aa2729cf94d5 Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Wed, 13 Dec 2023 20:07:45 +
Subject: [PATCH 1/6] Make clang report garbage target versions.
Clang always sil
https://github.com/wc00862805aj edited
https://github.com/llvm/llvm-project/pull/75445
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/75373
>From 74f256d8a77ee2ba8e0d5bbb6519aa2729cf94d5 Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Wed, 13 Dec 2023 20:07:45 +
Subject: [PATCH 1/6] Make clang report garbage target versions.
Clang always sil
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/75373
>From 74f256d8a77ee2ba8e0d5bbb6519aa2729cf94d5 Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Wed, 13 Dec 2023 20:07:45 +
Subject: [PATCH 1/7] Make clang report garbage target versions.
Clang always sil
@@ -688,6 +688,14 @@ ToolChain::getFallbackAndroidTargetPath(StringRef BaseDir)
const {
unsigned TripleVersion = getTriple().getEnvironmentVersion().getMajor();
unsigned BestVersion = 0;
+ if (TripleVersion == 0) {
+return llvm::createStringError("version " + getTrip
Author: Jianjian Guan
Date: 2023-12-15T11:16:05+08:00
New Revision: 3fe81410b23c4f13954e99c7180fa8a7e1e8ee88
URL:
https://github.com/llvm/llvm-project/commit/3fe81410b23c4f13954e99c7180fa8a7e1e8ee88
DIFF:
https://github.com/llvm/llvm-project/commit/3fe81410b23c4f13954e99c7180fa8a7e1e8ee88.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Fred Fu (capfredf)
Changes
---
Patch is 24.20 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/75556.diff
6 Files Affected:
- (modified) clang/include/clang/Interpreter/CodeCompletion.h (+22-
@@ -34,6 +35,10 @@ struct __identity {
template <>
struct __is_identity<__identity> : true_type {};
+template <>
EricWF wrote:
I'm not sure these changes are correct. Does reference wrapper work with the
`identity` unary op?
https://github.com/llvm/llvm-pr
https://github.com/SunilKuravinakop created
https://github.com/llvm/llvm-project/pull/75562
When building with gcc-7.5 we get the error:
`nochange/openmp/libomptarget/src/PluginManager.cpp: In static member function
'static llvm::Expected >
PluginAdaptorTy::create(const string&)':
`
To overcom
https://github.com/UmeshKalappa0 created
https://github.com/llvm/llvm-project/pull/75564
For kernel modules (where -fno-pic and no-pie is implicit ) having
"R_X86_64_REX_GOTPCRELX " relocs burden the kernel loader to handle the same
like https://godbolt.org/z/hhh7ozojz.
Solution : Mark the O
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 i
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (UmeshKalappa0)
Changes
For kernel modules (where -fno-pic and no-pie is implicit ) having
"R_X86_64_REX_GOTPCRELX " relocs burden the kernel loader to handle the same
like https://godbolt.org/z/hhh7ozojz.
Solution : Mark the OpenM
https://github.com/UmeshKalappa0 converted_to_draft
https://github.com/llvm/llvm-project/pull/75564
___
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] Problem :For Kernel Modules ,emitting the relocs like
R_X8
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
https://github.com/UmeshKalappa0 ready_for_review
https://github.com/llvm/llvm-project/pull/75564
___
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: Haojian Wu (hokein)
Changes
Fixes https://github.com/llvm/llvm-project/issues/69987
---
Full diff: https://github.com/llvm/llvm-project/pull/75569.diff
3 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
- (modified) clang/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Phoebe Wang (phoebewang)
Changes
This is to reflect new document change that 64-bit mask is support by AVX10
256-bit targets.
Latest documents can be found in:
https://cdrdv2.intel.com/v1/dl/getContent/784267
https://cdrdv2.intel.com/v1/d
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Phoebe Wang (phoebewang)
Changes
This is to reflect new document change that 64-bit mask is support by AVX10
256-bit targets.
Latest documents can be found in:
https://cdrdv2.intel.com/v1/dl/getContent/784267
https://cdrdv2.intel.co
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 f1ea77f7be8acda2aa4b08ba27f454512a872057
0f49d91b4a22944216cff8654f9c00f892bb02be --
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 295415e720209a368b74390fa933c83290e002d3
2e31cbd1a0b5b9c1689f664c6c261cabbc656f2a --
Author: Mariya Podchishchaeva
Date: 2023-12-15T09:42:20+01:00
New Revision: cd09f21b223688d58c00866c6e01f3a073993a4c
URL:
https://github.com/llvm/llvm-project/commit/cd09f21b223688d58c00866c6e01f3a073993a4c
DIFF:
https://github.com/llvm/llvm-project/commit/cd09f21b223688d58c00866c6e01f3a073993a
https://github.com/martinboehme updated
https://github.com/llvm/llvm-project/pull/75483
>From 3262b0056708614f2a3d68750a0f118508f79ccb Mon Sep 17 00:00:00 2001
From: Martin Braenne
Date: Thu, 14 Dec 2023 15:43:52 +
Subject: [PATCH 1/3] [clang][dataflow] Fix an issue with
`Environment::getR
Author: Mariusz Sikora
Date: 2023-12-15T10:14:38+01:00
New Revision: 966416b9e8e315494d586c5f0e88516e22135698
URL:
https://github.com/llvm/llvm-project/commit/966416b9e8e315494d586c5f0e88516e22135698
DIFF:
https://github.com/llvm/llvm-project/commit/966416b9e8e315494d586c5f0e88516e22135698.diff
@@ -726,27 +726,69 @@ void Environment::setStorageLocation(const Expr &E,
StorageLocation &Loc) {
// so allow these as an exception.
assert(E.isGLValue() ||
E.getType()->isSpecificBuiltinType(BuiltinType::BuiltinFn));
- setStorageLocationInternal(E, Loc);
+ cons
@@ -726,27 +726,69 @@ void Environment::setStorageLocation(const Expr &E,
StorageLocation &Loc) {
// so allow these as an exception.
assert(E.isGLValue() ||
E.getType()->isSpecificBuiltinType(BuiltinType::BuiltinFn));
- setStorageLocationInternal(E, Loc);
+ cons
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Freddy Ye (FreddyLeaf)
Changes
Since Knight Landing and Knight Mill microarchitectures are EOL, we
would like to remove its support in LLVM 19. In LLVM 18, we will first
emit a warning for the usage.
---
Full diff: https://github.com/llvm
@@ -726,27 +726,69 @@ void Environment::setStorageLocation(const Expr &E,
StorageLocation &Loc) {
// so allow these as an exception.
assert(E.isGLValue() ||
E.getType()->isSpecificBuiltinType(BuiltinType::BuiltinFn));
- setStorageLocationInternal(E, Loc);
+ cons
https://github.com/martinboehme updated
https://github.com/llvm/llvm-project/pull/75483
>From 3262b0056708614f2a3d68750a0f118508f79ccb Mon Sep 17 00:00:00 2001
From: Martin Braenne
Date: Thu, 14 Dec 2023 15:43:52 +
Subject: [PATCH 1/4] [clang][dataflow] Fix an issue with
`Environment::getR
mikaelholmen wrote:
Hi @Fznamznon and others!
It looks like this patch not only avoids a false positive, but it also causes
warnigns on stuff it didn't warn on before.
So if I add the following to clang/test/Sema/missing-field-initializers.c
```
struct S1 {
long int l;
struct { int a, b; }
3101 - 3200 of 429042 matches
Mail list logo