https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/84945
___
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/84945
Backport 31ffdb56b4df9b772d763dccabbfde542545d695
bba4a1daff6ee09941f1369a4e56b4af95efdc5c
Requested by: @nikic
>From 4e79eba64e1c340691e9f565e81fef9e3fe005c3 Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date:
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/84945
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 31ffdb56b4df9b772d763dccabbfde542545d695
bba4a1daff6ee09941f1369a4e56b4af95efdc5c
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/84945.diff
2 Files Affected:
- (
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/84946
___
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/84946
Backport eb8f379567e8d014194faefe02ce92813e237afc
Requested by: @nikic
>From b1850085ed8561ed051f17d6eb1bdcdbc1c5c8a7 Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Wed, 6 Mar 2024 20:08:00 +
Subject: [P
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/84946
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport eb8f379567e8d014194faefe02ce92813e237afc
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/84946.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Scalar/DeadS
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/84950
Backport 4cfd4a7896b5fd50274ec8573c259d7ad41741de
b274b23665dec30f3ae4fb83ccca8b77e6d3ada3
Requested by: @nikic
>From 78be28fbce89bd342f5f7b0d5402f2d9c0213fe0 Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/84950
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/84950
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: None (llvmbot)
Changes
Backport 4cfd4a7896b5fd50274ec8573c259d7ad41741de
b274b23665dec30f3ae4fb83ccca8b77e6d3ada3
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/84950.diff
2 Files Affected:
- (mo
llvmbot wrote:
@llvm/pr-subscribers-flang-codegen
Author: Tom Eccles (tblah)
Changes
Advise to place the alloca at the start of the first block of whichever region
(init or combiner) we are currently inside.
It probably isn't safe to put an alloca inside of a combiner region because
thi
llvmbot wrote:
@llvm/pr-subscribers-flang-driver
Author: Tom Eccles (tblah)
Changes
Most FIR passes only look for FIR operations inside of functions (either
because they run only on func.func or they run on the module but iterate over
functions internally). But there can also be FIR oper
llvmbot wrote:
@llvm/pr-subscribers-flang-codegen
Author: Tom Eccles (tblah)
Changes
OpenMP reduction declare operations can contain FIR code which needs to be
lowered to LLVM. With array reductions, these regions can contain more
complicated operations which need PreCGRewriting. A simil
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Tom Eccles (tblah)
Changes
It looks like the mappings for call instructions were forgotten here. This
fixes a bug in OpenMP when in-lining a region containing call operations
multiple times.
OpenMP array reductions 4/6
---
Full diff: htt
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Tom Eccles (tblah)
Changes
It looks like the mappings for call instructions were forgotten here. This
fixes a bug in OpenMP when in-lining a region containing call operations
multiple times.
OpenMP array reductions 4/6
---
Full diff
llvmbot wrote:
@llvm/pr-subscribers-openacc
Author: Tom Eccles (tblah)
Changes
Moving extractSequenceType to FIRType.h so that this can also be used from
OpenMP.
OpenMP array reductions 5/6
---
Full diff: https://github.com/llvm/llvm-project/pull/84957.diff
3 Files Affected:
- (modif
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Tom Eccles (tblah)
Changes
Moving extractSequenceType to FIRType.h so that this can also be used from
OpenMP.
OpenMP array reductions 5/6
---
Full diff: https://github.com/llvm/llvm-project/pull/84957.diff
3 Files Affected:
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Tom Eccles (tblah)
Changes
This has been tested with arrays with compile-time constant bounds. Allocatable
arrays and arrays with non-constant bounds are not yet supported. User-defined
reduction functions are also not yet suppo
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/82904
>From c14879562f46c9a5b24af8e21e8df0eef3079d4a Mon Sep 17 00:00:00 2001
From: Alexander Richardson
Date: Wed, 21 Feb 2024 12:59:56 -0800
Subject: [PATCH] Unbreak *tf builtins for hexfloat (#82208)
This re-lands
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/83613
>From c3721c1dcff5c2fa5e3b6916e369f5a499383c5a Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Fri, 1 Mar 2024 11:17:22 -0800
Subject: [PATCH] [ELF] Internalize enum
g++ -flto has a diagnostic `-Wodr` about mi
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/83744
>From eb9bc02b06cb07ffdd4c5ee55d6b6b591d78656f Mon Sep 17 00:00:00 2001
From: Shih-Po Hung
Date: Sat, 2 Mar 2024 12:33:55 +0800
Subject: [PATCH] [RISCV] Fix crash when unrolling loop containing vector
instructio
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/83856
>From 10dcf50068b88e7f74d12d8c65e2a1ecbad472f5 Mon Sep 17 00:00:00 2001
From: David Green
Date: Wed, 28 Feb 2024 09:43:05 +
Subject: [PATCH 1/2] [SelectionDAG] Change computeAliasing signature from
optional
https://github.com/llvmbot closed
https://github.com/llvm/llvm-project/pull/83983
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/83983
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84374
>From c14bf0a13d426b0b8fc2bc395bf450d9a6982fe3 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 7 Mar 2024 15:12:21 -0500
Subject: [PATCH] [libc++] Enable availability based on the compiler instead of
__ha
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84716
>From d77c5c3830d925b3795e2f1535a6568399fe6626 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Mon, 11 Mar 2024 08:59:17 +0800
Subject: [PATCH] [LoongArch] Make sure that the LoongArchISD::BSTRINS node
uses the cor
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84715
>From a9ba36c7e7d7fa076f201843e3b826b6c6d7f5ef Mon Sep 17 00:00:00 2001
From: wanglei
Date: Tue, 5 Mar 2024 19:44:28 +0800
Subject: [PATCH 1/2] [Clang][LoongArch] Precommit test for fix wrong return
value type o
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84946
>From 39e3ba8a383e05af376d613594373c482f72bb3e Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Wed, 6 Mar 2024 20:08:00 +
Subject: [PATCH] [DSE] Remove malloc from EarliestEscapeInfo before removing.
(#841
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84698
>From fcc33dca02d1f22d3dad5c4558ddff4926aef9d9 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim
Date: Sun, 10 Mar 2024 16:23:51 +
Subject: [PATCH] [X86] combineAndShuffleNot - ensure the type is legal before
cre
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
@llvm/pr-subscribers-backend-aarch64
Author: Dhruv Chawla (work) (dc03-work)
Changes
This patch adds custom legalization for G_LOAD where it splits loads of
fixed-width vector types larger than 128 bits into loads of 128-bit
vectors with
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Dhruv Chawla (work) (dc03-work)
Changes
This patch adds custom legalization for G_LOAD where it splits loads of
fixed-width vector types larger than 128 bits into loads of 128-bit vectors
with the same element type.
This is an
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Dhruv Chawla (work) (dc03-work)
Changes
This patch adds custom legalization for G_LOAD where it splits loads of
fixed-width vector types larger than 128 bits into loads of 128-bit vectors
with the same element type.
This is an
https://github.com/jeanPerier approved this pull request.
https://github.com/llvm/llvm-project/pull/84957
___
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: Cyndy Ishida (cyndyishida)
Changes
_NOTE:_ This PR is part of a stack, please review
https://github.com/llvm/llvm-project/pull/85100 first.
This adds basic support for calling the verifier on global declarations that
are expected to rep
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Cyndy Ishida (cyndyishida)
Changes
_NOTE:_ This PR is part of a stack, please review
https://github.com/llvm/llvm-project/pull/85100 first.
This adds basic support for calling the verifier on global declarations that
are expected to repr
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
Changes
See #81967
(cherry picked from commit 175b533720956017bb18d1280362f6890ee15b05)
---
Full diff: https://github.com/llvm/llvm-project/pull/85110.diff
1 Files Affected:
- (modified) .github/workfl
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84844
>From 2fc8bea42f992901cf4dbbe8b62c3383b2eb0288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 12 Mar 2024 00:03:26 +0200
Subject: [PATCH] [LLD] [COFF] Set the right alignment for Dela
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84945
>From 25a989ce8bf35ccda064d956305f920bf711a7de Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Mon, 11 Mar 2024 21:06:03 +
Subject: [PATCH 1/2] [ArgPromotion] Add test case for #84807.
Test case for https:
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/83323
>From 159969b3880b89fdd6ee262ccee6c74a5c79607a Mon Sep 17 00:00:00 2001
From: azhan92
Date: Thu, 15 Feb 2024 21:27:45 -0500
Subject: [PATCH] [Release] Install compiler-rt builtins during Phase 1 on AIX
(#81485)
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84950
>From b01c3dcf2eb5bdadd0df30e9ff5160f2da17293f Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Thu, 7 Mar 2024 13:53:02 +
Subject: [PATCH 1/2] [LAA] Add test case for #82665.
Test case for https://github.c
Author: Mehdi Amini
Date: 2024-03-13T11:32:05-07:00
New Revision: 9d4c5cbd72687db15de6ad7b1265a098c08e53b2
URL:
https://github.com/llvm/llvm-project/commit/9d4c5cbd72687db15de6ad7b1265a098c08e53b2
DIFF:
https://github.com/llvm/llvm-project/commit/9d4c5cbd72687db15de6ad7b1265a098c08e53b2.diff
L
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85118
___
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/85118
Backport f50d3582b4844b86ad86372028e44b52c560ec7d
Requested by: @ian-twilightcoder
>From e4abf97db31a31cb1d0cff10920fb7c5a3614cef Mon Sep 17 00:00:00 2001
From: Ian Anderson
Date: Wed, 13 Mar 2024 11:15:41 -070
llvmbot wrote:
@benlangmuir What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/85118
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport f50d3582b4844b86ad86372028e44b52c560ec7d
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull/85118.diff
13 Files Affected:
- (modifi
Author: Usman Nadeem
Date: 2024-03-13T11:52:08-07:00
New Revision: ad3d3ec40472a7af76146c375e60baf5c4b496bc
URL:
https://github.com/llvm/llvm-project/commit/ad3d3ec40472a7af76146c375e60baf5c4b496bc
DIFF:
https://github.com/llvm/llvm-project/commit/ad3d3ec40472a7af76146c375e60baf5c4b496bc.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/85118
>From d0f8dcc03c0c89f4a2fd219a16ae175cc60492dc Mon Sep 17 00:00:00 2001
From: Ian Anderson
Date: Wed, 13 Mar 2024 11:15:41 -0700
Subject: [PATCH] [clang][modules] giving the __stddef_ headers their own
modules c
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/85126
Backport 1f973efd335f34c75fcba1ccbe288fd5ece15a64
Requested by: @ldionne
>From 9bdbdd18f5cb5a40f0146d078fe5f75124413c46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Wed, 13 Mar 2024 22
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85126
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ldionne What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/85126
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 1f973efd335f34c75fcba1ccbe288fd5ece15a64
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/85126.diff
3 Files Affected:
- (modified) libcxx/src/CMakeLists.txt (+4-1)
- (mo
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/84029
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot closed
https://github.com/llvm/llvm-project/pull/84029
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jonas Paulsson
Date: 2024-03-13T16:27:21-07:00
New Revision: 33c6b2027698eebfaeda1703ecd2ad0210618183
URL:
https://github.com/llvm/llvm-project/commit/33c6b2027698eebfaeda1703ecd2ad0210618183
DIFF:
https://github.com/llvm/llvm-project/commit/33c6b2027698eebfaeda1703ecd2ad0210618183.diff
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Slava Zakharin (vzakhari)
Changes
This is a simplified implementation of std::reference_wrapper that can be used
in the offload builds for the device code. The methods are properly
marked with RT_API_ATTRS so that the device compila
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Slava Zakharin (vzakhari)
Changes
The visitor only allows Internal.*IoStatementState variants to be visited.
In case another variant is met a runtime error is produced.
During the device compilation the other variants' classes are n
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Slava Zakharin (vzakhari)
Changes
Clean-up to keep the type qualifier next to the type.
---
Full diff: https://github.com/llvm/llvm-project/pull/85180.diff
4 Files Affected:
- (modified) flang/include/flang/ISO_Fortran_binding.
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Slava Zakharin (vzakhari)
Changes
Use InternalUnit with own buffer to accumulate output and print it
at the end of the statement. Some code was disabled with RT_DEVICE_COMPILATION
checks. It can be enabled later.
---
Patch is 121
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Slava Zakharin (vzakhari)
Changes
An InternalUnit might be constructed to allocate its own "output"
buffer of a predefined size. The buffer is then used for collecting
all the output, and it printed by std::printf at the end of the
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
This commit fixes memory leaks in sparse tensor integration tests by adding
`bufferization.dealloc_tensor` ops.
Note: Buffer deallocation will be automated in the future with the
ownership-bas
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85238
___
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/85238
Backport d9b435c24ddd a41bcb393053
Requested by: @SixWeining
>From d71cc94f3111af54a66fe200a344ce2a1dbb4f43 Mon Sep 17 00:00:00 2001
From: Weining Lu
Date: Tue, 5 Mar 2024 22:01:07 +0800
Subject: [PATCH 1/2] [l
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: None (llvmbot)
Changes
Backport d9b435c24ddd a41bcb393053
Requested by: @SixWeining
---
Full diff: https://github.com/llvm/llvm-project/pull/85238.diff
2 Files Affected:
- (modified) lld/ELF/Arch/LoongArch.cpp (+3-2)
- (modified) lld/te
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/85238
>From 0f067065dd5e5411d5ada08397abb79336e997c8 Mon Sep 17 00:00:00 2001
From: Weining Lu
Date: Tue, 5 Mar 2024 22:01:07 +0800
Subject: [PATCH 1/2] [lld][test] Fix sanitizer buildbot failure
Buildbot failure:
htt
https://github.com/jeanPerier approved this pull request.
Thanks
https://github.com/llvm/llvm-project/pull/84954
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jeanPerier approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/85178
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
LIT was never really meant to generate tests during discovery, and we probably
shouldn't be doing this.
This hack is even worse than the initial attempt because it buries the
"UNSUPPORTED" at the bottom of
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/85266
Backport 8fe3e70e810b409dce36f6d415e86f0f9b1cf22d
Requested by: @nikic
>From 122ba9f100705213774cff2038db953ff8174d91 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Thu, 14 Mar 2024 09:51:27 -0700
Subject: [
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/85266
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85266
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: None (llvmbot)
Changes
Backport 8fe3e70e810b409dce36f6d415e86f0f9b1cf22d
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/85266.diff
2 Files Affected:
- (modified) lld/ELF/Writer.cpp (+3)
- (modified) ll
Author: Daniel Kiss
Date: 2024-03-14T19:15:27+01:00
New Revision: 8b409ee0cbb362e09cc80e4af9ef67681a7d9fbc
URL:
https://github.com/llvm/llvm-project/commit/8b409ee0cbb362e09cc80e4af9ef67681a7d9fbc
DIFF:
https://github.com/llvm/llvm-project/commit/8b409ee0cbb362e09cc80e4af9ef67681a7d9fbc.diff
L
Author: Valentin Clement (バレンタイン クレメン)
Date: 2024-03-14T11:26:57-07:00
New Revision: 3cf4d107af3a283c43e416aa30a6bd678cb44fcc
URL:
https://github.com/llvm/llvm-project/commit/3cf4d107af3a283c43e416aa30a6bd678cb44fcc
DIFF:
https://github.com/llvm/llvm-project/commit/3cf4d107af3a283c43e416aa30a6b
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
This works around ODR violations in the clang-tidy plugin we use to perform the
modules tests.
Fixes #85242
---
Full diff: https://github.com/llvm/llvm-project/pull/85305.diff
1 Files Affected:
- (modif
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Cyndy Ishida (cyndyishida)
Changes
* This completes support for verifying every declaration found in a header is
discovered in the dylib. Diagnostics are reported for each class for
differences that are representable in TBD files.
* This
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
This commit adds a new test-only op:
`sparse_tensor.has_runtime_library`. The op returns "1" if the sparse compiler
runs in runtime library mode.
This op is useful for writing test cases that r
Author: Fangrui Song
Date: 2024-03-14T17:01:14Z
New Revision: 122ba9f100705213774cff2038db953ff8174d91
URL:
https://github.com/llvm/llvm-project/commit/122ba9f100705213774cff2038db953ff8174d91
DIFF:
https://github.com/llvm/llvm-project/commit/122ba9f100705213774cff2038db953ff8174d91.diff
LOG:
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/85371
Backport ff2fb2a1d78585944dcdb9061c8487fe1476dfa4
Requested by: @nikic
>From 631dfbf2ad986e4ab006e5fb2565136b2eb4dbaa Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Fri, 15 Mar 2024 09:02:10 +0100
Subject: [
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/85371
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85371
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport ff2fb2a1d78585944dcdb9061c8487fe1476dfa4
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/85371.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Instru
Author: Orlando Cazalet-Hyams
Date: 2024-03-15T11:03:53Z
New Revision: eba928f0b9851e5fa78f152ddc1be2a28564e705
URL:
https://github.com/llvm/llvm-project/commit/eba928f0b9851e5fa78f152ddc1be2a28564e705
DIFF:
https://github.com/llvm/llvm-project/commit/eba928f0b9851e5fa78f152ddc1be2a28564e705.di
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82851
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82851
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82852
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82852
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/82853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/82853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/82853
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/82852
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/82851
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/82853
>From 21b05eee943e4f1ad20fcd8f30bd14a0a3317db6 Mon Sep 17 00:00:00 2001
From: Andrew Gozillon
Date: Fri, 15 Mar 2024 14:13:30 -0500
Subject: [PATCH] update with minor tidying up
Created using spr 1.3.4
---
fl
agozillon wrote:
The current PR stack has been updated with the aims to extend support to
explicit derived type member mapping at arbitrary depths, and not just top
level member mapping. The change set is slightly different, primarily in the
sense that we now need to handle index generation in
Author: Paul Kirth
Date: 2024-03-15T17:38:48-07:00
New Revision: f2be0a8191be71cdb9295604bb29f41444938393
URL:
https://github.com/llvm/llvm-project/commit/f2be0a8191be71cdb9295604bb29f41444938393
DIFF:
https://github.com/llvm/llvm-project/commit/f2be0a8191be71cdb9295604bb29f41444938393.diff
LO
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/85512
Backport 328cb9b731cb61eaa853fa6cc3bd641dd1d71b98
Requested by: @brad0
>From a77bc691b8b47a28c1c19a48ab04cb047dd54f89 Mon Sep 17 00:00:00 2001
From: Patryk Wychowaniec
Date: Fri, 15 Mar 2024 12:07:54 +0100
Subj
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/85512
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
2401 - 2500 of 62332 matches
Mail list logo