HerrCai0907 wrote:
### Merge activity
* **Apr 12, 11:58 PM EDT**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/134870).
https://github.com/llvm/llvm-project/pull/134870
___
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/135509
>From 3579f7d24a771f4c02e796a2ac9b91024b3c6ce9 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Sat, 12 Apr 2025 16:27:14 -0700
Subject: [PATCH] .
Created using spr 1.3.5-bogner
---
llvm/test/MC/RISCV/functio
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Fangrui Song (MaskRay)
Changes
... instead of silently parsing and ignoring it without leaving an error
message.
While here, remove an unreachable `@plt`.
---
Full diff: https://github.com/llvm/llvm-project/pull/135509.diff
3
https://github.com/MaskRay created
https://github.com/llvm/llvm-project/pull/135509
... instead of silently parsing and ignoring it without leaving an error
message.
While here, remove an unreachable `@plt`.
___
llvm-branch-commits mailing list
llv
https://github.com/mordante edited
https://github.com/llvm/llvm-project/pull/134555
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
wrotki wrote:
@tstellar yes - but I thought this PR was already closed?
https://github.com/llvm/llvm-project/pull/132997
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/133369
>From 64c6feaa25649ca5e6597db5f6fabbd6473e5932 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 28 Mar 2025 10:46:08 +0700
Subject: [PATCH] llvm-reduce: Preserve uselistorder when writing thinlto
bitcode
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/133369
>From 64c6feaa25649ca5e6597db5f6fabbd6473e5932 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 28 Mar 2025 10:46:08 +0700
Subject: [PATCH] llvm-reduce: Preserve uselistorder when writing thinlto
bitcode
@@ -687,6 +687,62 @@ emitInfo(const RecordDecl *D, const FullComment *FC, int
LineNumber,
PopulateTemplateParameters(I->Template, D);
+ // Full and partial specializations.
+ if (auto *CTSD = dyn_cast(D)) {
+if (!I->Template)
+ I->Template.emplace();
+I->Tem
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e4d789c7b45fbc17910d48602f314860e731350 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/5] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e4d789c7b45fbc17910d48602f314860e731350 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/5] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e5adae44b8e8ebbb0438d1c5972f3937711954a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/5] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e5adae44b8e8ebbb0438d1c5972f3937711954a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/4] [clang-doc] Handle static members and functions
clang-doc didn'
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/135457
>From 1e5adae44b8e8ebbb0438d1c5972f3937711954a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 7 Apr 2025 08:37:40 -0700
Subject: [PATCH 1/3] [clang-doc] Handle static members and functions
clang-doc didn'
aaronpuchert wrote:
Release note: Fixed a miscompilation on X86 when using 16-byte atomic
compare-and-swap on a frame variable when RBX is used as frame pointer.
https://github.com/llvm/llvm-project/pull/134331
___
llvm-branch-commits mailing list
llv
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/133369
>From 7ad9df14547e40a0959956b7d5292e0114a00616 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 28 Mar 2025 10:46:08 +0700
Subject: [PATCH] llvm-reduce: Preserve uselistorder when writing thinlto
bitcode
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/133369
>From 7ad9df14547e40a0959956b7d5292e0114a00616 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 28 Mar 2025 10:46:08 +0700
Subject: [PATCH] llvm-reduce: Preserve uselistorder when writing thinlto
bitcode
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134692
>From 9313a3ec2e3cd0d4b68f4e3c02fe9bf05bbc2337 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 3 Apr 2025 17:30:01 +0700
Subject: [PATCH] IR: Remove uselist for constantdata
This is a resurrected versio
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134690
>From fa88dda2492007501c023bb59139d14a91bf76d0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 20:10:54 +0700
Subject: [PATCH] LICM: Avoid looking at use list of constant data
The codegen tes
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134689
>From 2c9dfd2f009f44237eabb276c8cbcc3b998b919a Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 07:42:53 +0700
Subject: [PATCH] PHITransAddr: Avoid looking at constant use lists
Avoids asserts
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134691
>From 30c317d35d43e8b8f023aa8fbc4b12a906deacdf Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 21:56:00 +0700
Subject: [PATCH] SCEVExpander: Don't look at uses of constants
This could be more
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134690
>From fa88dda2492007501c023bb59139d14a91bf76d0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 20:10:54 +0700
Subject: [PATCH] LICM: Avoid looking at use list of constant data
The codegen tes
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134692
>From 9313a3ec2e3cd0d4b68f4e3c02fe9bf05bbc2337 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 3 Apr 2025 17:30:01 +0700
Subject: [PATCH] IR: Remove uselist for constantdata
This is a resurrected versio
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134688
>From e0e5a0523bd77bcba066dcb9224a8bef889f51a7 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 07:36:45 +0700
Subject: [PATCH] SimplifyLibCalls: Skip sincospi optimization for ConstantData
Av
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134688
>From e0e5a0523bd77bcba066dcb9224a8bef889f51a7 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 07:36:45 +0700
Subject: [PATCH] SimplifyLibCalls: Skip sincospi optimization for ConstantData
Av
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134689
>From 2c9dfd2f009f44237eabb276c8cbcc3b998b919a Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 07:42:53 +0700
Subject: [PATCH] PHITransAddr: Avoid looking at constant use lists
Avoids asserts
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134691
>From 30c317d35d43e8b8f023aa8fbc4b12a906deacdf Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 7 Apr 2025 21:56:00 +0700
Subject: [PATCH] SCEVExpander: Don't look at uses of constants
This could be more
27 matches
Mail list logo