llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: Daniil Kovalev (kovdan01)
Changes
Depends on #113812
Support `R_AARCH64_AUTH_GOT_ADR_PREL_LO21` and `R_AARCH64_AUTH_GOT_LD_PREL19`
GOT-generating relocations.
---
Full diff: https://github.com/llvm/llvm-project/pull/113816.diff
5 File
Author: Yusuke MINATO
Date: 2024-10-28T21:45:39+09:00
New Revision: 2f315eb090ec08e193acbc59127b958efa93fd35
URL:
https://github.com/llvm/llvm-project/commit/2f315eb090ec08e193acbc59127b958efa93fd35
DIFF:
https://github.com/llvm/llvm-project/commit/2f315eb090ec08e193acbc59127b958efa93fd35.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport e1c36bde0551977d4b2efae032af6dfc4b2b3936
Requested by: @samitolvanen
---
Full diff: https://github.com/llvm/llvm-project/pull/113938.diff
5 Files Affected:
- (modified) clang/lib/CodeGen/CodeGenModule.cp
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: Daniil Kovalev (kovdan01)
Changes
Assume PAC instructions being supported with PAuth core info different
from (0,0). Given that, `autia1716; br x17` can be replaced with
`braa x17, x16; nop`.
---
Full diff: https://github.com/llvm/llvm-proje
llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: Daniil Kovalev (kovdan01)
Changes
Assume PAC instructions being supported with PAuth core info different
from (0,0). Given that, `autia1716; br x17` can be replaced with
`braa x17, x16; nop`.
---
Full diff: https://github.com/llvm/llvm-p
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-lld-macho
@llvm/pr-subscribers-llvm-binary-utilities
Author: Kyungwoo Lee (kyulee-com)
Changes
This introduces a new cgdata format for stable function maps. The raw data is
embedded in the __llvm_merge section during compile time. This data can be read
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: Kyungwoo Lee (kyulee-com)
Changes
This introduces a new cgdata format for stable function maps. The raw data is
embedded in the __llvm_merge section during compile time. This data can be read
and merged using the llvm-cgdata tool, into an i
https://github.com/cor3ntin milestoned
https://github.com/llvm/llvm-project/pull/113182
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Valentin Clement (バレンタイン クレメン) (clementval)
Changes
Kernel launch in CUF are converted to `gpu.launch_func`. When the kernel has
`cluster_dims` specified these get carried over to the `gpu.launch_func`
operation. This patch upda
Author: Alexander Richardson
Date: 2024-11-11T16:19:47-08:00
New Revision: 4a6b368cefbddda3d98815557b991c0449262659
URL:
https://github.com/llvm/llvm-project/commit/4a6b368cefbddda3d98815557b991c0449262659
DIFF:
https://github.com/llvm/llvm-project/commit/4a6b368cefbddda3d98815557b991c044926265
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 7be0b9e05cd110082fdba1f58f6b900756985981
3bd1ec25c2a99a23ac07b3e39e2d5d99a7a1dd2b --e
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/115424
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
The `properlyDominates` implementations for blocks and ops are very similar.
This commit replaces them with a single implementation that operates on block
iterators. That implementation ca
@@ -709,27 +724,57 @@ void MachineSinking::FindCycleSinkCandidates(
}
}
-bool MachineSinking::runOnMachineFunction(MachineFunction &MF) {
+PreservedAnalyses
+MachineSinkingPass::run(MachineFunction &MF,
+MachineFunctionAnalysisManager &MFAM) {
+ if (
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
Same as `DominanceInfo`, all functions should be `const`.
Depends on #115587.
---
Full diff: https://github.com/llvm/llvm-project/pull/115597.diff
2 Files Affected:
- (modified) mlir/include
heiher wrote:
Although the original intent of this patch was to resolve an assertion issue
(https://github.com/ziglang/zig-bootstrap/issues/164#issuecomment-2332357069),
it actually addresses two miscompilation issues
(https://github.com/llvm/llvm-project/issues/97975
https://github.com/llvm/
Author: Florian Mayer
Date: 2024-11-11T19:50:12-08:00
New Revision: 8a6c047367e258ace4dc5a9416bea088572ca635
URL:
https://github.com/llvm/llvm-project/commit/8a6c047367e258ace4dc5a9416bea088572ca635
DIFF:
https://github.com/llvm/llvm-project/commit/8a6c047367e258ace4dc5a9416bea088572ca635.diff
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
This commit adds a new function
`ConversionPatternRewriter::replaceOpWithMultiple`. This function is similar to
`replaceOp`, but it accepts multiple `ValueRange` replacements, one per op
resul
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
This commit adds a new function
`ConversionPatternRewriter::replaceOpWithMultiple`. This function is similar to
`replaceOp`, but it accepts multiple `ValueRange` replacements, one per op
Author: Jake Egan
Date: 2024-11-12T03:44:08-05:00
New Revision: 16d9aa346bab9afbaceb45a836f4721c24d012b2
URL:
https://github.com/llvm/llvm-project/commit/16d9aa346bab9afbaceb45a836f4721c24d012b2
DIFF:
https://github.com/llvm/llvm-project/commit/16d9aa346bab9afbaceb45a836f4721c24d012b2.diff
LOG
Author: Shubham Sandeep Rastogi
Date: 2024-10-23T14:30:35-07:00
New Revision: 565b370162888c91e82bd5c9a8787bbc4942219c
URL:
https://github.com/llvm/llvm-project/commit/565b370162888c91e82bd5c9a8787bbc4942219c
DIFF:
https://github.com/llvm/llvm-project/commit/565b370162888c91e82bd5c9a8787bbc4942
@@ -145,11 +146,174 @@ createMapInfoOp(fir::FirOpBuilder &builder,
mlir::Location loc,
builder.getIntegerAttr(builder.getIntegerType(64, false), mapType),
builder.getAttr(mapCaptureType),
builder.getStringAttr(name), builder.getBoolAttr(partialMap));
-
ret
https://github.com/WenleiHe approved this pull request.
lgtm, thanks.
https://github.com/llvm/llvm-project/pull/101094
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Krzysztof Parzyszek (kparzysz)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113621.diff
1 Files Affected:
- (modified) flang/lib/Semantics/check-omp-structure.cpp (+15-9)
``diff
diff --git a/fla
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 31ee84fefa96eeb54c72d74d359e6a91726b3417
edcea1ef65bc4124e58cd493f6206a1ff15bb714 --e
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Sergio Afonso (skatrak)
Changes
This patch adds methods to `EntryBlockArgs` to access the full list of entry
block argument-related symbols and variables, in their standard order. This
helps centralizing this logic in as few pla
Author: Fangrui Song
Date: 2024-10-26T10:31:26-07:00
New Revision: 2fc9c0dda365e578aa807b770bd16bd2316cab1b
URL:
https://github.com/llvm/llvm-project/commit/2fc9c0dda365e578aa807b770bd16bd2316cab1b
DIFF:
https://github.com/llvm/llvm-project/commit/2fc9c0dda365e578aa807b770bd16bd2316cab1b.diff
Author: jeanPerier
Date: 2024-10-26T21:26:02+02:00
New Revision: 062f1bcced4819496baf7ec34c3e98e66599c700
URL:
https://github.com/llvm/llvm-project/commit/062f1bcced4819496baf7ec34c3e98e66599c700
DIFF:
https://github.com/llvm/llvm-project/commit/062f1bcced4819496baf7ec34c3e98e66599c700.diff
LO
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/115892
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/h-vetinari commented:
I did a first pass, and this looks like great work to me overall (though note
that I'm not necessarily the most qualified to judge there). But from what I
can see this will greatly improve a couple of existing pain points.
There's a bunch of places tha
@@ -290,11 +290,15 @@ static void processVSRuntimeLibrary(const ToolChain &TC,
const ArgList &Args,
ArgStringList &CmdArgs) {
assert(TC.getTriple().isKnownWindowsMSVCEnvironment() &&
"can only add VS runtime library on Windows!");
@@ -0,0 +1,198 @@
+
+
+# Fortran Runtime (flang-rt)
+
+Flang-rt is the runtime library for code emitted by the Flang compiler
+(https://flang.llvm.org).
+
+
+## Getting Started
+
+There are two build modes for the flang-rt. The bootstrap build, also
+called the in-tree build, and
https://github.com/h-vetinari edited
https://github.com/llvm/llvm-project/pull/110217
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -89,6 +91,9 @@ function(llvm_ExternalProject_Add name source_dir)
if(NOT ARG_TOOLCHAIN_TOOLS)
set(ARG_TOOLCHAIN_TOOLS clang)
+if (ARG_ENABLE_FORTRAN)
+ list(APPEND ARG_TOOLCHAIN_TOOLS flang-new)
h-vetinari wrote:
```suggestion
list(APP
@@ -0,0 +1,210 @@
+#===-- CMakeLists.txt
--===#
+#
+# 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: Apache-
@@ -179,19 +179,18 @@ like this:
```
$ flang -v -o example example.o
-"/usr/bin/ld" [...] example.o [...] "-lFortranRuntime" "-lFortranDecimal" [...]
+"/usr/bin/ld" [...] example.o [...] "-lflang_rt" [...]
```
The automatically added libraries are:
-* `FortranRuntime`: P
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/95387
>From 8099113d68bd7c47c29f635bb10a048ddb99833b Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Fri, 28 Jun 2024 16:12:31 +
Subject: [PATCH 1/2] [TySan] Fixed false positive when accessing global
object's m
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/115944
Backport eccdb2489483ca58d2cb35bc38967a8e33117575
Requested by: @ye-luo
>From b82797185fcc335c0f517df8d2dd34658674e2df Mon Sep 17 00:00:00 2001
From: Ye Luo
Date: Fri, 25 Oct 2024 13:19:58 -0500
Subject: [PATC
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/115944
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
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 8a49434df62e394cd109f0189349b4d28dafa525
b59db4636891df96b7569c9737e361431f898909 --e
h-vetinari wrote:
> This patch doesn't apply cleanly for me
That's because it's a series of patches (see OP), so you have to apply them all
in order (or simply check out the branch that represents this PR)
https://github.com/llvm/llvm-project/pull/110217
___
Author: Tarun Prabhu
Date: 2024-11-12T15:48:07-07:00
New Revision: 86e5163d2403cebb179815ea8ee012f13d273efd
URL:
https://github.com/llvm/llvm-project/commit/86e5163d2403cebb179815ea8ee012f13d273efd
DIFF:
https://github.com/llvm/llvm-project/commit/86e5163d2403cebb179815ea8ee012f13d273efd.diff
serge-sans-paille wrote:
For the record, I've just submitted
https://github.com/llvm/llvm-project/pull/115504 that fixes a few issues
related to the same kind of issues...
https://github.com/llvm/llvm-project/pull/114786
___
llvm-branch-commits maili
llvmbot wrote:
@shiltian What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/115944
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
@@ -0,0 +1,210 @@
+#===-- CMakeLists.txt
--===#
+#
+# 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: Apache-
@@ -155,162 +50,131 @@ set(sources
product.cpp
pseudo-unit.cpp
ragged.cpp
- random.cpp
- reduce.cpp
- reduction.cpp
stat.cpp
- stop.cpp
sum.cpp
support.cpp
- temporary-stack.cpp
terminator.cpp
- time-intrinsic.cpp
tools.cpp
transformational.cpp
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Sergio Afonso (skatrak)
Changes
This patch adds support for processing the `host_eval` clause of `omp.target`
to populate default and runtime kernel launch attributes. Specifically, these
related to the `num_teams`, `thread_limi
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sergio Afonso (skatrak)
Changes
This patch introduces the `OpenMPIRBuilder::TargetKernelDefaultAttrs` structure
used to simplify passing default and constant values for number of teams and
threads, and possibly other target kernel-related
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch adds the `host_eval` clause to the `omp.target` operation.
Additionally, it updates its op verifier to make sure all uses of block
arguments defined by this clause fall within one of the few
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch adds the `host_eval` clause to the `omp.target` operation.
Additionally, it updates its op verifier to make sure all uses of block
arguments defined by this clause fall within one of the fe
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch introduces the `OpenMPIRBuilder::TargetKernelDefaultAttrs` structure
used to simplify passing default and constant values for number of teams and
threads, and possibly other target kernel-
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch introduces a `TargetKernelRuntimeAttrs` structure to hold host-
evaluated `num_teams`, `thread_limit`, `num_threads` and trip count values
passed to the runt
@@ -50,43 +42,28 @@ macro(enable_cuda_compilation name files)
"${CUDA_COMPILE_OPTIONS}"
)
-if (EXISTS "${FLANG_LIBCUDACXX_PATH}/include")
+if (EXISTS "${FLANG_RT_LIBCUDACXX_PATH}/include")
# When using libcudacxx headers files, we have to use them
agozillon wrote:
Thank you very much @skatrak and @ergawy, I'll land this PR stack on either
Friday or the coming Monday, going to give a few days leeway incase anyone else
wishes to make any comments!
https://github.com/llvm/llvm-project/pull/113557
__
@@ -50,43 +42,28 @@ macro(enable_cuda_compilation name files)
"${CUDA_COMPILE_OPTIONS}"
)
-if (EXISTS "${FLANG_LIBCUDACXX_PATH}/include")
+if (EXISTS "${FLANG_RT_LIBCUDACXX_PATH}/include")
# When using libcudacxx headers files, we have to use them
https://github.com/choikwa approved this pull request.
https://github.com/llvm/llvm-project/pull/114438
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
choikwa wrote:
LGTM
https://github.com/llvm/llvm-project/pull/114438
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/108385
>From 82e7bec9acb33f2bd609e457ebe60febbc45e155 Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Thu, 12 Sep 2024 12:36:57 +
Subject: [PATCH 1/2] [TySan] Fix struct access with different bases
---
compiler
https://github.com/AreaZR created
https://github.com/llvm/llvm-project/pull/116097
Closes https://github.com/llvm/llvm-project/issues/112666 and
https://github.com/llvm/llvm-project/issues/114181.
(cherry-picked from 8d86a537ad756e31832eab67371179e881452fb5)
>From d2d67d1eaeb5a9d44b23b9175c1a
https://github.com/AreaZR edited
https://github.com/llvm/llvm-project/pull/116097
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch introduces a `TargetKernelRuntimeAttrs` structure to hold host-
evaluated `num_teams`, `thread_limit`, `num_threads` and trip count values
passed to the runtime kernel offloading call.
Additional
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch adds support for processing the `host_eval` clause of `omp.target`
to populate default and runtime kernel launch attributes. Specifically, these
related to the `num_teams`, `thread_limit`
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch adds support for processing the `host_eval` clause of `omp.target`
to populate default and runtime kernel launch attributes. Specifically, these
related to the `num_teams`, `thread_limit` and
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch introduces the `OpenMPIRBuilder::TargetKernelDefaultAttrs` structure
used to simplify passing default and constant values for number of teams and
threads, and possibly other target kernel-related
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Antonio Frighetto (antoniofrighetto)
Changes
Backport: 929cbe7f596733f85cd274485acc19442dd34a80.
Requested-by: @AreaZR.
---
Full diff: https://github.com/llvm/llvm-project/pull/116104.diff
3 Files Affected:
- (modified) llvm/
h-vetinari wrote:
> I thought that's what happens by default when you use
> https://patch-diff.githubusercontent.com/raw/llvm/llvm-project/pull/110217.diff
You only get the diff of the respective PR w.r.t. its base. Since this PR is
not targeting `main`, the diff does not apply (unless you pic
https://github.com/NimishMishra approved this pull request.
This looks okay to me, given the PR stack.
There is still https://github.com/llvm/llvm-project/pull/113682 pending a
merge; I'll take a look at that PR tomorrow. Thanks for the work on this.
https://github.com/llvm/llvm-project/pull/1
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/113556
>From 70265b81b3e8ab7b6d04ed3d019861abd0b0e4aa Mon Sep 17 00:00:00 2001
From: agozillon
Date: Fri, 4 Oct 2024 13:03:22 -0500
Subject: [PATCH] [OpenMP][MLIR] Descriptor explicit member map lowering
changes
Th
Author: Ryosuke Niwa
Date: 2024-10-31T00:27:46-07:00
New Revision: ab286462f15736a6e86f0113eab473fb859744be
URL:
https://github.com/llvm/llvm-project/commit/ab286462f15736a6e86f0113eab473fb859744be
DIFF:
https://github.com/llvm/llvm-project/commit/ab286462f15736a6e86f0113eab473fb859744be.diff
Author: c8ef
Date: 2024-11-01T09:25:43+08:00
New Revision: 8b1b4753ac16cba5a153536171a243d76300e4bb
URL:
https://github.com/llvm/llvm-project/commit/8b1b4753ac16cba5a153536171a243d76300e4bb
DIFF:
https://github.com/llvm/llvm-project/commit/8b1b4753ac16cba5a153536171a243d76300e4bb.diff
LOG: Rev
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Pengcheng Wang (wangpc-pp)
Changes
---
Patch is 404.53 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/114517.diff
4 Files Affected:
- (modified) llvm/lib/Target/RISCV/RISCVISelLowe
Author: gulfemsavrun
Date: 2024-10-31T13:19:56-07:00
New Revision: 4b61314fc83dfc9a8ec29dcc4c9ccfb0057b990a
URL:
https://github.com/llvm/llvm-project/commit/4b61314fc83dfc9a8ec29dcc4c9ccfb0057b990a
DIFF:
https://github.com/llvm/llvm-project/commit/4b61314fc83dfc9a8ec29dcc4c9ccfb0057b990a.diff
@@ -0,0 +1,26 @@
+//===- MachineSink.h *- C++
-*-===//
+//
+// 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
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Shilei Tian (shiltian)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/115505.diff
1 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIFrameLowering.cpp (+10-1)
``diff
diff --git a/llvm/lib/Targ
Author: Fabian Ritter
Date: 2024-11-08T16:19:59+01:00
New Revision: 4e1351cf2eb08cc4d8ba1ee5538d3a8e7cfa5aa8
URL:
https://github.com/llvm/llvm-project/commit/4e1351cf2eb08cc4d8ba1ee5538d3a8e7cfa5aa8
DIFF:
https://github.com/llvm/llvm-project/commit/4e1351cf2eb08cc4d8ba1ee5538d3a8e7cfa5aa8.diff
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Heejin Ahn (aheejin)
Changes
So far we have assumed that we only rethrow the exception caught in the
innermost EH pad. This is true in code we directly generate, but after inlining
this may not be the case. For example, consid
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Heejin Ahn (aheejin)
Changes
So far we have assumed that we only rethrow the exception caught in the
innermost EH pad. This is true in code we directly generate, but after inlining
this may not be the case. For example, consider thi
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Heejin Ahn (aheejin)
Changes
So far we have assumed that we only rethrow the exception caught in the
innermost EH pad. This is true in code we directly generate, but after inlining
this may not be the case. For example, consider
Author: SahilPatidar
Date: 2024-11-12T16:46:14+05:30
New Revision: d23ed7b82735b367501949541b7194bbb6b4fb86
URL:
https://github.com/llvm/llvm-project/commit/d23ed7b82735b367501949541b7194bbb6b4fb86
DIFF:
https://github.com/llvm/llvm-project/commit/d23ed7b82735b367501949541b7194bbb6b4fb86.diff
@@ -23,8 +24,8 @@ void f(int m) {
}
// CHECK: TypeSanitizer: type-aliasing-violation on address
- // CHECK-NEXT: READ of size 2 at {{.+}} with type short accesses an existing
object of type long long
- // CHECK-NEXT:in f violation-pr47137.c:30
+ // CHECK-NEXT:
@@ -18,7 +18,7 @@ int main(void) {
// CHECK: TypeSanitizer: type-aliasing-violation on address
// CHECK-NEXT: WRITE of size 8 at {{.+}} with type double accesses an
existing object of type float
- // CHECK-NEXT: in main violation-pr45282.c:25
+ // CHECK-NEXT: i
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/96507
>From c684ebd51c77f31a03eb874f5d09d4131c648b0b Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Fri, 28 Jun 2024 16:48:53 +
Subject: [PATCH] [TySan] Improves compatability for tests
---
compiler-rt/test/ty
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Pengcheng Wang (wangpc-pp)
Changes
This can help to improve the register pressure for LMUL>1 cases.
---
Patch is 202.84 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/115843.diff
40
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Anutosh Bhat (anutosh491)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/115846.diff
1 Files Affected:
- (modified) clang/lib/Interpreter/CMakeLists.txt (+2)
``diff
diff --git a/clang/lib/Interpreter/CMakeL
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
Author: Balazs Benics
Date: 2024-11-12T16:22:07+01:00
New Revision: fe90afe8b22a8c89dc418451c200be4a90229e34
URL:
https://github.com/llvm/llvm-project/commit/fe90afe8b22a8c89dc418451c200be4a90229e34
DIFF:
https://github.com/llvm/llvm-project/commit/fe90afe8b22a8c89dc418451c200be4a90229e34.diff
github-actions[bot] wrote:
@mstorsjo (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.
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Pengcheng Wang (wangpc-pp)
Changes
This helps reduce register pressure for some cases.
---
Patch is 7.18 MiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/115858.diff
465 Files Affecte
@@ -0,0 +1,198 @@
+
+
+# Fortran Runtime (flang-rt)
+
+Flang-rt is the runtime library for code emitted by the Flang compiler
+(https://flang.llvm.org).
+
+
+## Getting Started
+
+There are two build modes for the flang-rt. The bootstrap build, also
+called the in-tree build, and
@@ -0,0 +1,101 @@
+#===-- unittests/CMakeLists.txt
===#
+#
+# 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: Apache-
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/115892
Backport 21da4e7f51c7adfd0b1c5defc8bd0d16ea1ce759
Requested by: @mgorny
>From 9a0c3e5488912da04e5465d0c3427ed21d23de0e Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Wed, 9 Oct 2024 08:46:59 -0400
Subject:
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/108385
>From 82e7bec9acb33f2bd609e457ebe60febbc45e155 Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Thu, 12 Sep 2024 12:36:57 +
Subject: [PATCH] [TySan] Fix struct access with different bases
---
compiler-rt/
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 21da4e7f51c7adfd0b1c5defc8bd0d16ea1ce759
Requested by: @mgorny
---
Full diff: https://github.com/llvm/llvm-project/pull/115892.diff
3 Files Affected:
- (modified) libcxx/cmake/Modules/HandleLibCXXABI.cm
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/115848
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/115848
Backport 075581f34035c01659cc883d0d69336c279ef0d5
Requested by: @aheejin
>From 106bb2f7c208798a3af34c3ec72fbd65683c9293 Mon Sep 17 00:00:00 2001
From: Anutosh Bhat <[email protected]>
llvmbot wrote:
@vgvassilev What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/115848
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
heiher wrote:
> I'd still prefer not to backport this. We're changing many targets to use
> softPromoteHalfType in LLVM 20 (hopefully all if someone gets around to
> it...), with the ABI changes that implies. I don't think it makes sense to
> backport this just for loongarch, and I also don't
https://github.com/heiher closed
https://github.com/llvm/llvm-project/pull/109093
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 075581f34035c01659cc883d0d69336c279ef0d5
Requested by: @aheejin
---
Full diff: https://github.com/llvm/llvm-project/pull/115848.diff
1 Files Affected:
- (modified) clang/lib/Interpreter/CMakeLists.txt (+
5401 - 5500 of 66740 matches
Mail list logo