llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch updates `OpenMP_Op` definitions to be based on the new set of
`OpenMP_Clause` definitions, and to take advantage of clause-based
automatically-generated argument lists, descriptions, assembly form
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch updates `OpenMP_Op` definitions to be based on the new set of
`OpenMP_Clause` definitions, and to take advantage of clause-based
automatically-generated argument lists, descriptions, assem
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch updates `OpenMP_Op` definitions to be based on the new set of
`OpenMP_Clause` definitions, and to take advantage of clause-based
automatically-generated argument lists, descriptions, assembly
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch applies fixes after the updates to OpenMP clause operands, as well
as updating some tests that were impacted by changes to the ordering or
assembly for
https://github.com/AtariDreams closed
https://github.com/llvm/llvm-project/pull/92479
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Daniel Paoliello (dpaoliello)
Changes
Backports !90115 and !92326
Release notes:
Fixes issues where LLVM is either generating the incorrect thunk for a function
with aligned parameters or didn't correctly pass through the return
DianQK wrote:
> > Per [#91483
> > (comment)](https://github.com/llvm/llvm-project/pull/91483#issuecomment-2116394616),
> > we still need to further investigate this issue, but it won't stop us from
> > backporting it.
> > cc @MaskRay
>
> What exactly does this mean? Was there a bug in the ori
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/92601
Backport af7467c
Requested by: @Ericson2314
>From 472f75ba1cd626b92bf2b10099626717fcd58e29 Mon Sep 17 00:00:00 2001
From: John Ericson
Date: Fri, 17 May 2024 16:49:04 -0400
Subject: [PATCH] [libcxx][libcxxabi]
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/92601
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@brad0 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/92601
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo
llvmbot wrote:
@llvm/pr-subscribers-libcxxabi
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport af7467c
Requested by: @Ericson2314
---
Full diff: https://github.com/llvm/llvm-project/pull/92601.diff
3 Files Affected:
- (modified) libcxx/src/atomic.cpp (+14-2)
- (mod
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
If __hot_start marker aliases split function, we create non-sensical
__hot_start.cold symbols. Similar to how hot markers are ignored when
reading symbol table, explicitly ignore them as function references in
up
Author: Mingming Liu
Date: 2024-05-19T22:41:50-07:00
New Revision: 45257fcc3f5c86c406a723d8b87192d5c9ca8b4c
URL:
https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c
DIFF:
https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c.diff
Author: Mingming Liu
Date: 2024-05-19T22:41:50-07:00
New Revision: 45257fcc3f5c86c406a723d8b87192d5c9ca8b4c
URL:
https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c
DIFF:
https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c.diff
Author: Mingming Liu
Date: 2024-05-19T22:43:55-07:00
New Revision: a122660b97848488c1108716c1aa63eb3835f6c6
URL:
https://github.com/llvm/llvm-project/commit/a122660b97848488c1108716c1aa63eb3835f6c6
DIFF:
https://github.com/llvm/llvm-project/commit/a122660b97848488c1108716c1aa63eb3835f6c6.diff
Author: Leon Clark
Date: 2024-05-20T16:00:15+01:00
New Revision: 6f236cdc42601d96f06781e75d0112bdb8d4a4ce
URL:
https://github.com/llvm/llvm-project/commit/6f236cdc42601d96f06781e75d0112bdb8d4a4ce
DIFF:
https://github.com/llvm/llvm-project/commit/6f236cdc42601d96f06781e75d0112bdb8d4a4ce.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: Paul Kirth (ilovepi)
Changes
So long as ld -r links using bitcode always result in an ELF object, and
not a merged bitcode object, the output form a relocatable link using
FatLTO objects should not have a .llvm.lto section. Prior to this,
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
@llvm/pr-subscribers-clang-tools-extra
@llvm/pr-subscribers-clangd
Author: Matheus Izvekov (mizvekov)
Changes
This is an enabler for a future patch.
---
Patch is 33.99 KiB, truncated to 20.00 KiB below, full version:
https://github.com/l
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
This solves some ambuguity introduced in P0522 regarding how template template
parameters are partially ordered, and should reduce the negative impact of
enabling `-frelaxed-template-template-args` by de
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Pengcheng Wang (wangpc-pp)
Changes
This doesn't take effect as we have overrided `enablePostRAScheduler`
and we should use the `FeaturePostRAScheduler` feature in processor
definitions.
---
Full diff: https://github.com/llvm/llv
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-clang-modules
Author: Michael Kruse (Meinersbur)
Changes
Add the reverse directive which will be introduced in the upcoming OpenMP 6.0
specification. A preview has been published in [Technical Report
12](https://www.op
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Michael Kruse (Meinersbur)
Changes
Add the reverse directive which will be introduced in the upcoming OpenMP 6.0
specification. A preview has been published in [Technical Report
12](https://www.openmp.org/wp-content/uploads/openmp-TR12.pd
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the Clang-tools-extra part. See #89153 for the entire
series and motivation.
Update the folder titles for ta
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the Compiler-RT part. See #89153 for the entire series
and motivation.
Update the folder titles for targets in the
llvmbot wrote:
@llvm/pr-subscribers-flang-runtime
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the Flang part. See #89153 for the entire series and
motivation.
Update the folder titles for targets in
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the Flang part. See #89153 for the entire series and
motivation.
Update the folder titles for targets i
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the LLD part. See #89153 for the entire series and
motivation.
Update the folder titles for targets in the monorepo
llvmbot wrote:
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-core
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the MLIR part. See #89153 for the entire series and
motivation.
Update the folder t
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the LLDB part. See #89153 for the entire series and
motivation.
Update the folder titles for targets in the monore
llvmbot wrote:
@llvm/pr-subscribers-offload
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the OpenMP part. See #89153 for the entire series and
motivation.
Update the folder titles for targets in the m
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the part for the remaining subprojects that have just one file
changed each. For the runtime subprojects this is
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Michael Kruse (Meinersbur)
Changes
Reviewers of #89153 suggested to break up the patch into per-subproject
patches. This is the BOLT part. See #89153 for the entire series and
motivation.
Update the folder titles for targets in the monore
Author: Vitaly Buka
Date: 2024-05-22T04:28:03-07:00
New Revision: e8e53a594603300ba9faf03ce3e4e157ee036feb
URL:
https://github.com/llvm/llvm-project/commit/e8e53a594603300ba9faf03ce3e4e157ee036feb
DIFF:
https://github.com/llvm/llvm-project/commit/e8e53a594603300ba9faf03ce3e4e157ee036feb.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: Michael Kruse (Meinersbur)
Changes
Add the interchange directive which will be introduced in the upcoming OpenMP
6.0 specification. A preview has been published in [Technical Report
12](https://www.openmp.org/wp-content/uploads/op
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-flang-openmp
Author: Michael Kruse (Meinersbur)
Changes
Add the interchange directive which will be introduced in the upcoming OpenMP
6.0 specification. A preview has been published in [Technical Report
12](https://ww
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Michael Kruse (Meinersbur)
Changes
Add the interchange directive which will be introduced in the upcoming OpenMP
6.0 specification. A preview has been published in [Technical Report
12](https://www.openmp.org/wp-content/uploads/openmp-TR1
Author: YunQiang Su
Date: 2024-05-22T22:09:27+08:00
New Revision: 5474b1f0bd73c94f78ccf63565b46fd1ee34b589
URL:
https://github.com/llvm/llvm-project/commit/5474b1f0bd73c94f78ccf63565b46fd1ee34b589
DIFF:
https://github.com/llvm/llvm-project/commit/5474b1f0bd73c94f78ccf63565b46fd1ee34b589.diff
L
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
Eliminate the dependence of Profile on Passes.
Test Plan: NFC
---
Full diff: https://github.com/llvm/llvm-project/pull/93075.diff
3 Files Affected:
- (modified) bolt/lib/Profile/CMakeLists.txt (-1)
- (modi
Author: Daniel Thornburgh
Date: 2024-05-22T11:27:27-07:00
New Revision: bf19260fe0d348aee801f4446c4f8666740c8896
URL:
https://github.com/llvm/llvm-project/commit/bf19260fe0d348aee801f4446c4f8666740c8896
DIFF:
https://github.com/llvm/llvm-project/commit/bf19260fe0d348aee801f4446c4f8666740c8896.d
Author: Daniel Thornburgh
Date: 2024-05-22T13:54:32-07:00
New Revision: daa63e1870999e8ca8db454a788a0720740d194a
URL:
https://github.com/llvm/llvm-project/commit/daa63e1870999e8ca8db454a788a0720740d194a
DIFF:
https://github.com/llvm/llvm-project/commit/daa63e1870999e8ca8db454a788a0720740d194a.d
https://github.com/AtariDreams updated
https://github.com/llvm/llvm-project/pull/91038
>From 094e4fbb65a5f24474cbe556f895ee784f6bdffb Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Fri, 3 May 2024 09:59:33 -0700
Subject: [PATCH] [DAGCombiner] In mergeTruncStore, make sure we aren't storing
Author: Med Ismail Bennani
Date: 2024-05-23T01:45:18-07:00
New Revision: 788e65c8171e233d399f3f1df645d6f9fb8f66bc
URL:
https://github.com/llvm/llvm-project/commit/788e65c8171e233d399f3f1df645d6f9fb8f66bc
DIFF:
https://github.com/llvm/llvm-project/commit/788e65c8171e233d399f3f1df645d6f9fb8f66bc.
Author: Lukacma
Date: 2024-05-23T15:12:27+01:00
New Revision: 8c86a4b19b8c6d7ed5dcb31709bd518383130174
URL:
https://github.com/llvm/llvm-project/commit/8c86a4b19b8c6d7ed5dcb31709bd518383130174
DIFF:
https://github.com/llvm/llvm-project/commit/8c86a4b19b8c6d7ed5dcb31709bd518383130174.diff
LOG:
Author: Lukacma
Date: 2024-05-23T15:13:01+01:00
New Revision: 1786075d2a347465e518cfaa04a40cb75eb75828
URL:
https://github.com/llvm/llvm-project/commit/1786075d2a347465e518cfaa04a40cb75eb75828
DIFF:
https://github.com/llvm/llvm-project/commit/1786075d2a347465e518cfaa04a40cb75eb75828.diff
LOG:
Author: Matheus Izvekov
Date: 2024-05-23T21:30:43-03:00
New Revision: 8871ef58ece10234b8cd97c5e7199dee7d7a8b08
URL:
https://github.com/llvm/llvm-project/commit/8871ef58ece10234b8cd97c5e7199dee7d7a8b08
DIFF:
https://github.com/llvm/llvm-project/commit/8871ef58ece10234b8cd97c5e7199dee7d7a8b08.dif
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/93266.diff
3 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+1)
- (modified) clang/lib/AST/ASTDiagnostic.cpp (+5)
- (modified) cla
Author: Vitaly Buka
Date: 2024-05-23T23:44:21-07:00
New Revision: 92f6036dfea9e64b141dcba8f8329ab17e53c3a5
URL:
https://github.com/llvm/llvm-project/commit/92f6036dfea9e64b141dcba8f8329ab17e53c3a5
DIFF:
https://github.com/llvm/llvm-project/commit/92f6036dfea9e64b141dcba8f8329ab17e53c3a5.diff
L
Author: Kiran Chandramohan
Date: 2024-05-24T11:18:55+01:00
New Revision: 2790b4d9e63c13d1e692cc301bbd373b10f28070
URL:
https://github.com/llvm/llvm-project/commit/2790b4d9e63c13d1e692cc301bbd373b10f28070
DIFF:
https://github.com/llvm/llvm-project/commit/2790b4d9e63c13d1e692cc301bbd373b10f28070.
Author: Jacques Pienaar
Date: 2024-05-24T07:45:37-07:00
New Revision: 50cb2160464ef916146c199ab8c9fe3ea9f054d6
URL:
https://github.com/llvm/llvm-project/commit/50cb2160464ef916146c199ab8c9fe3ea9f054d6
DIFF:
https://github.com/llvm/llvm-project/commit/50cb2160464ef916146c199ab8c9fe3ea9f054d6.dif
https://github.com/AtariDreams closed
https://github.com/llvm/llvm-project/pull/92478
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AtariDreams closed
https://github.com/llvm/llvm-project/pull/91038
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
This patch improves the preservation of qualifiers and loss of type sugar in
TemplateNames.
This problem is analogous to https://reviews.llvm.org/D112374 and this patch
Author: Phoebe Wang
Date: 2024-05-27T11:34:21+08:00
New Revision: f350760c1c8f7e7b7c7f858aacc1465a03a1ed83
URL:
https://github.com/llvm/llvm-project/commit/f350760c1c8f7e7b7c7f858aacc1465a03a1ed83
DIFF:
https://github.com/llvm/llvm-project/commit/f350760c1c8f7e7b7c7f858aacc1465a03a1ed83.diff
L
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/93442
Backport 9f85bc834b07ebfec9e5e02deb9255a0f6ec5cc7
Requested by: @nikic
>From 97ab1917845fa9426ba913139fc8a007cba1d7ce Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 27 May 2024 08:54:11 +0200
Subject: [
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/93442
___
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: Matheus Izvekov (mizvekov)
Changes
Since they can also occur as the template name of
template specializations, handle them from TemplateName printing instead of
TemplateArgument.
---
Full diff: https://github.com/llvm/llvm-project/pull/93
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/93494
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mydeveloperday What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/93494
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/93494
Backport d89f20058b45e3836527e816af7ed7372e1d554d
Requested by: @owenca
>From ad6e7384693cf38ed89dc02fc6e2e0ac215fbd66 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 21 May 2024 01:35:31 -0700
Subject: [PAT
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport d89f20058b45e3836527e816af7ed7372e1d554d
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/93494.diff
3 Files Affected:
- (modified) clang/lib/Format/UnwrappedLinePars
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: Florian Hahn (fhahn)
Changes
Update LAA to use getBackedgeTakenCountForCountableExits which returns
the minimum of the countable exits
When analyzing dependences and computing runtime checks, we need the
smallest upper bound on the
Author: Kunwar Grover
Date: 2024-05-28T11:20:44+01:00
New Revision: ff4df79c7525ff673ebccdd2f5c828196c464f31
URL:
https://github.com/llvm/llvm-project/commit/ff4df79c7525ff673ebccdd2f5c828196c464f31
DIFF:
https://github.com/llvm/llvm-project/commit/ff4df79c7525ff673ebccdd2f5c828196c464f31.diff
Author: Lukacma
Date: 2024-05-28T12:07:37+01:00
New Revision: 9b2488e3047e92070a86ecd15128779255e76290
URL:
https://github.com/llvm/llvm-project/commit/9b2488e3047e92070a86ecd15128779255e76290
DIFF:
https://github.com/llvm/llvm-project/commit/9b2488e3047e92070a86ecd15128779255e76290.diff
LOG:
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/65281
___
llvm-branch-commits mai
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/65281
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/65281
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/65486
___
llvm-branch-commits mai
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/65486
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/65486
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/65550
___
llvm-branch-commits mai
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/65550
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/65550
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/66373
___
llvm-branch-commits mai
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/66373
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/66373
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/66375
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/66375
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/66375
___
llvm-branch-commits mai
https://github.com/aqnote0 closed
https://github.com/llvm/llvm-project/pull/68516
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/69187
___
llvm-branch-commits mai
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/69187
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/69187
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Dirreke created
https://github.com/llvm/llvm-project/pull/69731
close #68971
according to #21245 , disable `__multi3` and other buitin functions which are
not available in 32-bit target.
>From 3bd40891327d072f38c4b0675ef6facac1613470 Mon Sep 17 00:00:00 2001
From: Dirreck
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/69731
___
llvm-branch-commits mai
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/69731
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/69731
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Mehdi Amini
Date: 2023-10-25T19:17:32-07:00
New Revision: 0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f
URL:
https://github.com/llvm/llvm-project/commit/0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f
DIFF:
https://github.com/llvm/llvm-project/commit/0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f.diff
L
Author: Mehdi Amini
Date: 2023-10-25T20:42:41-07:00
New Revision: a06bcdde0c75dbab260d7d31d4dcaf0b169d8811
URL:
https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811
DIFF:
https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811.diff
L
Author: Rik Huijzer
Date: 2023-10-25T19:01:33-07:00
New Revision: d8a5215728322d1c72bafa6c84cd54936102b174
URL:
https://github.com/llvm/llvm-project/commit/d8a5215728322d1c72bafa6c84cd54936102b174
DIFF:
https://github.com/llvm/llvm-project/commit/d8a5215728322d1c72bafa6c84cd54936102b174.diff
L
Author: Wang Pengcheng
Date: 2023-10-26T10:39:52+08:00
New Revision: 44193a0573d82c1c353a25b73acc338663095c80
URL:
https://github.com/llvm/llvm-project/commit/44193a0573d82c1c353a25b73acc338663095c80
DIFF:
https://github.com/llvm/llvm-project/commit/44193a0573d82c1c353a25b73acc338663095c80.diff
Author: Mehdi Amini
Date: 2023-10-25T20:44:18-07:00
New Revision: fcdb098737949b325bc4e8aee21810a7a949c1a6
URL:
https://github.com/llvm/llvm-project/commit/fcdb098737949b325bc4e8aee21810a7a949c1a6
DIFF:
https://github.com/llvm/llvm-project/commit/fcdb098737949b325bc4e8aee21810a7a949c1a6.diff
L
Author: Mehdi Amini
Date: 2023-10-25T20:44:48-07:00
New Revision: 2ff038576a0c505da1601d614d27110bc00624c9
URL:
https://github.com/llvm/llvm-project/commit/2ff038576a0c505da1601d614d27110bc00624c9
DIFF:
https://github.com/llvm/llvm-project/commit/2ff038576a0c505da1601d614d27110bc00624c9.diff
L
Author: Anton Korobeynikov
Date: 2023-11-01T12:35:55-07:00
New Revision: 5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd
URL:
https://github.com/llvm/llvm-project/commit/5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd
DIFF:
https://github.com/llvm/llvm-project/commit/5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd.
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Mehdi Amini (joker-eph)
Changes
Some specific implementation of the offload may want more customization, and
even avoid using LLVM in-tree to dispatch the ISA translation to a custom
solution. This refactoring makes it possible for such impl
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
@llvm/pr-subscribers-mlir-gpu
Author: Mehdi Amini (joker-eph)
Changes
Some specific implementation of the offload may want more customization, and
even avoid using LLVM in-tree to dispatch the ISA translation to a custom
solution. This refactor
Author: Christian Ulmann
Date: 2023-11-03T11:16:11+01:00
New Revision: ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f
URL:
https://github.com/llvm/llvm-project/commit/ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f
DIFF:
https://github.com/llvm/llvm-project/commit/ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f.di
Author: Benjamin Maxwell
Date: 2023-11-03T10:25:04Z
New Revision: 8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504
URL:
https://github.com/llvm/llvm-project/commit/8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504
DIFF:
https://github.com/llvm/llvm-project/commit/8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504.diff
L
Author: Tom Eccles
Date: 2023-11-03T10:29:33Z
New Revision: e21532418528f0cbcec4c811ce0ea41e8b3075fe
URL:
https://github.com/llvm/llvm-project/commit/e21532418528f0cbcec4c811ce0ea41e8b3075fe
DIFF:
https://github.com/llvm/llvm-project/commit/e21532418528f0cbcec4c811ce0ea41e8b3075fe.diff
LOG: [f
Author: Neale Ferguson
Date: 2023-11-03T12:42:55+01:00
New Revision: ef025762d9b7ecc3cafc576083987ae63fe6
URL:
https://github.com/llvm/llvm-project/commit/ef025762d9b7ecc3cafc576083987ae63fe6
DIFF:
https://github.com/llvm/llvm-project/commit/ef025762d9b7ecc3cafc576083987ae63fe6.diff
Author: Christian Ulmann
Date: 2023-11-03T13:02:35+01:00
New Revision: 97a238e863fdf1f1a54e4bb609e130a6456a4f61
URL:
https://github.com/llvm/llvm-project/commit/97a238e863fdf1f1a54e4bb609e130a6456a4f61
DIFF:
https://github.com/llvm/llvm-project/commit/97a238e863fdf1f1a54e4bb609e130a6456a4f61.di
3401 - 3500 of 62376 matches
Mail list logo