https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/167526
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/dyung updated
https://github.com/llvm/llvm-project/pull/166936
>From a973c36b5aa87d13b540531f4053d05bd5275dd8 Mon Sep 17 00:00:00 2001
From: hev
Date: Wed, 12 Nov 2025 08:51:08 +0800
Subject: [PATCH] Reland "[LoongArch] Add `isSafeToMove` hook to prevent unsafe
instruction m
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 1906c3e1e30759d2eb85b2833e8c5ff64128bfba
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/167653.diff
1 Files Affected:
- (modified) clang/cmake/caches/Release.cmake (+30-
https://github.com/guy-david edited
https://github.com/llvm/llvm-project/pull/165011
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/guy-david edited
https://github.com/llvm/llvm-project/pull/165011
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/bgergely0 updated
https://github.com/llvm/llvm-project/pull/164622
Unicorn! · GitHub
body {
background-color: #f1f1f1;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container { margin: 50px
https://github.com/bgergely0 updated
https://github.com/llvm/llvm-project/pull/165227
From 9ec54b50e28f9688a5879f2bd15aad0e16d693aa Mon Sep 17 00:00:00 2001
From: Gergely Balint
Date: Mon, 27 Oct 2025 09:29:54 +
Subject: [PATCH 1/4] [BOLT][PAC] Warn about synchronous unwind tables
BOLT cur
https://github.com/bgergely0 updated
https://github.com/llvm/llvm-project/pull/165227
From 9ec54b50e28f9688a5879f2bd15aad0e16d693aa Mon Sep 17 00:00:00 2001
From: Gergely Balint
Date: Mon, 27 Oct 2025 09:29:54 +
Subject: [PATCH 1/4] [BOLT][PAC] Warn about synchronous unwind tables
BOLT cur
https://github.com/bgergely0 updated
https://github.com/llvm/llvm-project/pull/164622
From c9d81e94a7394ed1ceda79e27df67e03c5aaf3ec Mon Sep 17 00:00:00 2001
From: Gergely Balint
Date: Wed, 22 Oct 2025 12:44:37 +
Subject: [PATCH 1/3] [BOLT][NFC] Rename Pointer Auth DWARF rewriter passes
Ori
https://github.com/CarolineConcatto edited
https://github.com/llvm/llvm-project/pull/164913
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
skc7 wrote:
This PR is closed and all commits here C-P'd to
https://github.com/llvm/llvm-project/pull/165692
https://github.com/llvm/llvm-project/pull/166731
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.or
@@ -6073,6 +6074,33 @@ bool AArch64AsmParser::validateInstruction(MCInst &Inst,
SMLoc &IDLoc,
" registers are the same");
break;
}
+ case AArch64::SETGOP:
+ case AArch64::SETGOPT:
+ case AArch64::SETGOPN:
+ case AArch64::SETGOPTN:
+ case A
@@ -0,0 +1,89 @@
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+mops-go,+mte < %s \
+// RUN:| FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
+// RUN:| FileCheck %s --check-prefix=CHEC
https://github.com/RKSimon approved this pull request.
https://github.com/llvm/llvm-project/pull/167604
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
14 matches
Mail list logo