[llvm-branch-commits] [llvm] [llvm][mustache] Use StringRef parameters (PR #159190)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159190 >From 2ddc19d6b3098cec5760187d3a8efbf908cae363 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Fri, 12 Sep 2025 00:24:31 -0700 Subject: [PATCH] [llvm][mustache] Remove output parameters Just return an optional

[llvm-branch-commits] [llvm] [AMDGPU][MC] Avoid creating lit64() operands unless asked or needed. (PR #161191)

2025-10-17 Thread Ivan Kosarev via llvm-branch-commits
kosarev wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/161191?utm_source=stack-comment-downstack-mergeability-warning";

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6 operations (PR #163164)

2025-10-17 Thread via llvm-branch-commits
@@ -0,0 +1,70 @@ +// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p3 2>&1 < %s| FileCheck %s + +// --// +// Invalid element width + +luti6 z10.h, { z0.b, z1.b }, z0 +// CHECK: [[@LINE-1]]:{{[0-

[llvm-branch-commits] [llvm] release/21.x: [sancov] Fix stack-depth tracking to use debug locations (#162428) (PR #162697)

2025-10-17 Thread Marco Elver via llvm-branch-commits
https://github.com/melver approved this pull request. LGTM This is safe, and should strictly be a bug fix. AFAIK without it using that feature might result in compiler error/crash otherwise. https://github.com/llvm/llvm-project/pull/162697 ___ llvm-b

[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for new Advanced SIMD (Neon) instructions (PR #163165)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163165 >From 82daa74cbd5120a36159219f72905aa4502daaa0 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Mon, 15 Sep 2025 21:13:29 +0100 Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for new Advance

[llvm-branch-commits] [llvm] [StaticDataLayout] Factor out a helper function for section prefix eligibility and use it in both optimizer and codegen (PR #162348)

2025-10-17 Thread Mingming Liu via llvm-branch-commits
https://github.com/mingmingl-llvm edited https://github.com/llvm/llvm-project/pull/162348 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [mlir] [mlir][omp] Improve canonloop/iv naming (PR #159773)

2025-10-17 Thread Michael Kruse via llvm-branch-commits
@@ -77,6 +77,177 @@ struct LLVMPointerPointerLikeModel }; } // namespace +/// Generate a name of a canonical loop nest of the format +/// `(_s_r)*` that describes its nesting inside parent +/// operations (`_r`) and that operation's region (`_s`). The region +/// number is omi

[llvm-branch-commits] [flang] [llvm] [mlir] [Flang][MLIR][OpenMP] Add explicit shared memory (de-)allocation ops (PR #161862)

2025-10-17 Thread Michael Kruse via llvm-branch-commits
@@ -2202,6 +2202,68 @@ def TargetFreeMemOp : OpenMP_Op<"target_freemem", Arg:$heapref ); let assemblyFormat = "$device `,` $heapref attr-dict `:` type($device) `,` qualified(type($heapref))"; + let hasVerifier = 1; +} + +//===

[llvm-branch-commits] [llvm] 6e687cb - [SPARC] Prevent meta instructions from being inserted into delay slots (#161111)

2025-10-17 Thread Douglas Yung via llvm-branch-commits
Author: Koakuma Date: 2025-10-06T06:39:27Z New Revision: 6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff URL: https://github.com/llvm/llvm-project/commit/6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff DIFF: https://github.com/llvm/llvm-project/commit/6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff.diff LOG: [SPAR

[llvm-branch-commits] [libc] [libc][stdlib][annex_k] Add ignore_handler_s. (PR #163313)

2025-10-17 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/163313 >From ed8c6c8ad381715193c194d1bdf851e002e80490 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Tue, 14 Oct 2025 06:20:42 +0300 Subject: [PATCH] [libc][stdlib][annex_k] Add ignore_handler_s. --- libc/config/

[llvm-branch-commits] [NFC][SpecialCaseList] Split Matcher into RegexMatcher and GlobMatcher (PR #162303)

2025-10-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka edited https://github.com/llvm/llvm-project/pull/162303 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm][mustache] Avoid redundant saves in accessor splitting (PR #159197)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159197 >From df30efc4667e0ca5a1f77daf16b45a40b9c9dcae Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Tue, 16 Sep 2025 00:11:47 -0700 Subject: [PATCH] [llvm][mustache] Avoid redundant saves in accessor splitting The s

[llvm-branch-commits] [llvm] [AArch64][llvm] Remove FeatureMPAM guards for parity with gcc (PR #163166)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163166 >From 97ed1a26aaf3a16f4c59125e655df86b109bec6f Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Mon, 6 Oct 2025 14:45:50 +0100 Subject: [PATCH] [AArch64][llvm] Remove FeatureMPAM guards for parity with g

[llvm-branch-commits] [llvm] [SimplifyCFG][profcheck] Profile propagation for `indirectbr` (PR #161747)

2025-10-17 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/161747 >From 7b8318ddfa901556d0b2dd028d1b5494d2f3c45c Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Thu, 2 Oct 2025 15:56:16 -0700 Subject: [PATCH] [SimplifyCFG][profcheck] Profile propagation for `indirectbr` --

[llvm-branch-commits] [clang] [AllocToken, Clang] Implement TypeHashPointerSplit mode (PR #156840)

2025-10-17 Thread Marco Elver via llvm-branch-commits
https://github.com/melver edited https://github.com/llvm/llvm-project/pull/156840 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)

2025-10-17 Thread Sander de Smalen via llvm-branch-commits
@@ -1422,46 +1448,47 @@ StackOffset AArch64FrameLowering::resolveFrameOffsetReference( SPOffset += StackOffset::getFixed(AFI->getCalleeSavedStackSize()); } } + // Always use the FP for SVE spills if available and beneficial. if (hasFP(MF) && (SPOffs

[llvm-branch-commits] [llvm] [IR] "modular-format" attribute for functions using format strings (PR #147429)

2025-10-17 Thread Daniel Thornburgh via llvm-branch-commits
https://github.com/mysterymath updated https://github.com/llvm/llvm-project/pull/147429 >From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Wed, 2 Apr 2025 16:24:57 -0700 Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using

[llvm-branch-commits] [llvm] [IR] "modular-format" attribute for functions using format strings (PR #147429)

2025-10-17 Thread Daniel Thornburgh via llvm-branch-commits
https://github.com/mysterymath updated https://github.com/llvm/llvm-project/pull/147429 >From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Wed, 2 Apr 2025 16:24:57 -0700 Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using

[llvm-branch-commits] CodeGen: Optionally emit PAuth relocations as IRELATIVE relocations. (PR #133533)

2025-10-17 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133533 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU][SIInsertWaitCnts] De-duplicate code (NFC) (PR #161161)

2025-10-17 Thread Jay Foad via llvm-branch-commits
https://github.com/jayfoad approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/161161 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift operations (PR #163163)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163163 >From c442c17b842de7638244055d6204bc132c9dfbc1 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Fri, 5 Sep 2025 23:50:38 +0100 Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift

[llvm-branch-commits] ELF: Use preprocessed relocations for EhInputSection scanning (PR #161091)

2025-10-17 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay updated https://github.com/llvm/llvm-project/pull/161091 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] fixup! [AllocToken] Refactor stateless token calculation into Support (PR #163637)

2025-10-17 Thread Marco Elver via llvm-branch-commits
https://github.com/melver created https://github.com/llvm/llvm-project/pull/163637 None ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [IR] "modular-format" attribute for functions using format strings (PR #147429)

2025-10-17 Thread Daniel Thornburgh via llvm-branch-commits
https://github.com/mysterymath updated https://github.com/llvm/llvm-project/pull/147429 >From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Wed, 2 Apr 2025 16:24:57 -0700 Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using

[llvm-branch-commits] [llvm] [AllocToken, Clang] Implement __builtin_infer_alloc_token() and llvm.alloc.token.id (PR #156842)

2025-10-17 Thread Vitaly Buka via llvm-branch-commits
@@ -0,0 +1,76 @@ +// Test IR generation of the builtin without evaluating the LLVM intrinsic. +// RUN: %clang_cc1 -triple x86_64-linux-gnu -Werror -std=c++20 -emit-llvm -disable-llvm-passes %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-CODEGEN vitalybuka wr

[llvm-branch-commits] [clang] [clang][modules] Derive mtime from PCM timestamps, not PCM files (PR #163264)

2025-10-17 Thread Cullen Rhodes via llvm-branch-commits
c-rhodes wrote: Please can one of the Clang maintainers take a look at this and give me their thoughts on merging this into the release branch? https://github.com/llvm/llvm-project/pull/163264 ___ llvm-branch-commits mailing list llvm-branch-commits@l

[llvm-branch-commits] [llvm] [OpenMPOpt] Make parallel regions reachable from new DeviceRTL loop functions (PR #150927)

2025-10-17 Thread Sergio Afonso via llvm-branch-commits
https://github.com/skatrak converted_to_draft https://github.com/llvm/llvm-project/pull/150927 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm][mustache] Support setting delimiters in templates (PR #159187)

2025-10-17 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 approved this pull request. https://github.com/llvm/llvm-project/pull/159187 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor exp2f16 implementation to header-only in src/__support/math folder. (PR #161993)

2025-10-17 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/161993 >From ce1bed7cf80a3dced6cd9f4864f564a464172c1d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Sun, 5 Oct 2025 06:48:10 +0300 Subject: [PATCH] [libc][math] Refactor exp2f16 implementation to header-only in s

[llvm-branch-commits] [lld] ELF: Add support for relocating R_AARCH64_FUNCINIT64. (PR #156564)

2025-10-17 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/156564 >From 5789438b995e099f6e4d486f63cf1fafa25fac80 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 2 Sep 2025 18:44:13 -0700 Subject: [PATCH] Address review comment Created using spr 1.3.6-beta.1 --- lld/

[llvm-branch-commits] [NFC][SpecialCaseList] Split Matcher into RegexMatcher and GlobMatcher (PR #162303)

2025-10-17 Thread Vitaly Buka via llvm-branch-commits
@@ -29,55 +29,79 @@ namespace llvm { -Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, - bool UseGlobs) { +Error SpecialCaseList::RegexMatcher::insert(StringRef Pattern, +

[llvm-branch-commits] [libunwind] release/21.x: [libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867) (PR #163854)

2025-10-17 Thread Jacek Caban via llvm-branch-commits
https://github.com/cjacek approved this pull request. https://github.com/llvm/llvm-project/pull/163854 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Clang] Implement constexpr evaluation for __builtin_infer_alloc_token() (PR #163639)

2025-10-17 Thread Marco Elver via llvm-branch-commits
https://github.com/melver updated https://github.com/llvm/llvm-project/pull/163639 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] Prepare libcxx and libcxxabi for pointer field protection. (PR #151651)

2025-10-17 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc commented: > More generally, I feel like PFP needs its own __config_site instead of the > ad-hoc annotations all around. @ldionne any thoughts? Not sure exactly what you had in mind. Would this be another macro like _LIBCPP_HARDENING_MODE_DEFAULT? I guess __config_site i

[llvm-branch-commits] [libcxx] Prepare libcxx and libcxxabi for pointer field protection. (PR #151651)

2025-10-17 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc edited https://github.com/llvm/llvm-project/pull/151651 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)

2025-10-17 Thread Sander de Smalen via llvm-branch-commits
@@ -351,7 +355,9 @@ AArch64FrameLowering::getZPRStackSize(const MachineFunction &MF) const { StackOffset AArch64FrameLowering::getPPRStackSize(const MachineFunction &MF) const { const AArch64FunctionInfo *AFI = MF.getInfo(); - return StackOffset::getScalable(AFI->getStackSi

[llvm-branch-commits] [llvm] [llvm][mustache] Use single pass when tokenizing (PR #159196)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159196 >From 4aa69430c9ebd509b4cfca81884cb086f6bfa475 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Mon, 15 Sep 2025 23:27:50 -0700 Subject: [PATCH] [llvm][mustache] Use single pass when tokenizing The old implement

[llvm-branch-commits] WIP smartpointers (PR #164016)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer converted_to_draft https://github.com/llvm/llvm-project/pull/164016 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift operations (PR #163163)

2025-10-17 Thread via llvm-branch-commits
@@ -0,0 +1,266 @@ +// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p3 2>&1 < %s| FileCheck %s + +// --// +// Invalid element width + +sqrshrn z10.s, { z0.s, z1.s }, #1 +// CHECK: [[@LINE-1]]:{{

[llvm-branch-commits] [llvm] [llvm][mustache] Use StringRef parameters (PR #159190)

2025-10-17 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 commented: Mega-nit but shouldn't this patch be called "Use StringRef return values"? The return value is what's being changed to a pair of `StringRef`s, not the parameters. https://github.com/llvm/llvm-project/pull/159190

[llvm-branch-commits] [llvm] [SimplifyCFG][profcheck] Profile propagation for `indirectbr` (PR #161747)

2025-10-17 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin edited https://github.com/llvm/llvm-project/pull/161747 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [flang][openacc] map data operand results to symbols inside compute region (PR #162306)

2025-10-17 Thread Slava Zakharin via llvm-branch-commits
@@ -2231,10 +2361,25 @@ buildACCLoopOp(Fortran::lower::AbstractConverter &converter, builder, builder.getFusedLoc(locs), currentLocation, eval, operands, operandSegments, /*outerCombined=*/false, retTy, yieldValue, ivTypes, ivLocs); - - for (auto [arg, value

[llvm-branch-commits] [llvm] [llvm][mustache] Avoid extra copy for json strings (PR #159195)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159195 >From 11fe600eecd5878b9df1cd14022b340b7d1a8922 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Mon, 15 Sep 2025 19:54:34 -0700 Subject: [PATCH] [llvm][mustache] Avoid extra copy for json strings --- llvm/lib/S

[llvm-branch-commits] [libc++] Annotate classes with _LIBCPP_PFP to enable pointer field protection (PR #151652)

2025-10-17 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/151652 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang-tools-extra] [llvm] [llvm][mustache] Use BumpPtrAllocator to save ASTNodes (PR #159194)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159194 >From 28e0058aec6ab83e007d1040f0c1eeda3bd872f3 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Mon, 15 Sep 2025 16:26:11 -0700 Subject: [PATCH] [llvm][mustache] Use BumpPtrAllocator to save ASTNodes We make the

[llvm-branch-commits] [clang] [AllocToken, Clang] Implement TypeHashPointerSplit mode (PR #156840)

2025-10-17 Thread Marco Elver via llvm-branch-commits
@@ -1272,18 +1272,84 @@ void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, EmitCheck(std::make_pair(Check, CheckKind), CheckHandler, StaticData, Index); } +static bool +typeContainsPointer(QualType T, +llvm::SmallPtrSet &Visited

[llvm-branch-commits] [llvm] TableGen: Support target specialized pseudoinstructions (PR #159880)

2025-10-17 Thread Matt Arsenault via llvm-branch-commits
arsenm wrote: > > The call sequence pseudos are generically processed > > So are calls, returns, branches etc. That's why we have isCall, isReturn, > isBranch. No, the type of processing is very different. The callstack pseudos are passed to the TargetInstrInfo constructor, and must have the

[llvm-branch-commits] [llvm] [llvm][mustache] Avoid extra copy for json strings (PR #159195)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159195 >From a920b52ad745f614bd8e0310edbfb01294035ef3 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Mon, 15 Sep 2025 19:54:34 -0700 Subject: [PATCH] [llvm][mustache] Avoid extra copy for json strings --- llvm/lib/S

[llvm-branch-commits] [llvm] [llvm][mustache] Simplify debug logging (PR #159193)

2025-10-17 Thread Petr Hosek via llvm-branch-commits
https://github.com/petrhosek edited https://github.com/llvm/llvm-project/pull/159193 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [BOLT] Gadget scanner: optionally assume auth traps on failure (PR #139778)

2025-10-17 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko updated https://github.com/llvm/llvm-project/pull/139778 >From 5f07ab9ee7ea514d20d3b9da5f225d68028208b5 Mon Sep 17 00:00:00 2001 From: Anatoly Trosinenko Date: Tue, 13 May 2025 19:50:41 +0300 Subject: [PATCH 1/2] [BOLT] Gadget scanner: optionally assume auth traps

[llvm-branch-commits] [llvm] [llvm-ir2vec] MIR2Vec support (PR #164025)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/164025 None >From 8c7612aa1327be7766f395c1500b13229431321d Mon Sep 17 00:00:00 2001 From: svkeerthy Date: Fri, 17 Oct 2025 22:36:25 + Subject: [PATCH] [llvm-ir2vec] MIR2Vec support --- llvm/docs/CommandGuide/l

[llvm-branch-commits] [clang] [llvm] [HLSL] GetDimensions methods for buffer resources (PR #161929)

2025-10-17 Thread Helena Kotas via llvm-branch-commits
https://github.com/hekota edited https://github.com/llvm/llvm-project/pull/161929 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [profcheck] Update exclusion list to reflect fixes (PR #161943)

2025-10-17 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/161943 >From d438f774dc9b8dea9e33781a3bee9ae272e6af42 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Fri, 3 Oct 2025 21:37:27 -0700 Subject: [PATCH] [profcheck] Update exclusion list to reflect fixes --- llvm/uti

[llvm-branch-commits] [mlir] [mlir][vector] Simplify createReadOrMaskedRead (PR #163736)

2025-10-17 Thread Diego Caballero via llvm-branch-commits
https://github.com/dcaballe approved this pull request. LGTM! Add [NFC] before landing? https://github.com/llvm/llvm-project/pull/163736 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [llvm] [Remarks] Restructure bitstream remarks to be fully standalone (PR #156715)

2025-10-17 Thread Florian Hahn via llvm-branch-commits
@@ -82,20 +83,81 @@ struct LLVMRemarkSetupFormatError LLVMRemarkSetupFormatError>::LLVMRemarkSetupErrorInfo; }; -/// Setup optimization remarks that output to a file. -LLVM_ABI Expected> setupLLVMOptimizationRemarks( +/// RAII handle that manages the lifetime of the Too

[llvm-branch-commits] [llvm] [MIR2Vec] Add MIR2Vec support to llvm-ir2vec tool (PR #164025)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy edited https://github.com/llvm/llvm-project/pull/164025 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [MIR2Vec] Add MIR2Vec support to llvm-ir2vec tool (PR #164025)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy edited https://github.com/llvm/llvm-project/pull/164025 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for GICv5 (FEAT_GCIE) (PR #163159)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163159 >From 1c2665c9df94f31430470f81c0366874b05d8abe Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Wed, 20 Aug 2025 20:26:40 +0100 Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for GICv5 (FEA

[llvm-branch-commits] [llvm] [MIR2Vec] Add MIR2Vec support to llvm-ir2vec tool (PR #164025)

2025-10-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlgo Author: S. VenkataKeerthy (svkeerthy) Changes Add MIR2Vec support to the llvm-ir2vec tool, enabling embedding generation for Machine IR alongside the existing LLVM IR functionality. --- Patch is 35.27 KiB, truncated to 20.00 KiB below, full versi

[llvm-branch-commits] [llvm] [MIR2Vec] Add MIR2Vec support to llvm-ir2vec tool (PR #164025)

2025-10-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-binary-utilities Author: S. VenkataKeerthy (svkeerthy) Changes Add MIR2Vec support to the llvm-ir2vec tool, enabling embedding generation for Machine IR alongside the existing LLVM IR functionality. --- Patch is 35.27 KiB, truncated to 20.00 KiB

[llvm-branch-commits] AlwaysInliner: A new inlining algorithm to interleave alloca promotion with inlines. (PR #145613)

2025-10-17 Thread Amara Emerson via llvm-branch-commits
https://github.com/aemerson closed https://github.com/llvm/llvm-project/pull/145613 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [LoongArch][DAGCombiner] Combine vand (vnot ..) to vandn (PR #161037)

2025-10-17 Thread Zhaoxin Yang via llvm-branch-commits
@@ -4939,6 +4939,86 @@ void LoongArchTargetLowering::ReplaceNodeResults( } } +// Helper to attempt to return a cheaper, bit-inverted version of \p V. +static SDValue isNOT(SDValue V, SelectionDAG &DAG) { + // TODO: don't always ignore oneuse constraints. + V = peekThroughB

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6 operations (PR #163164)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163164 >From bbced31c4fd305b443a071e88bd05c93fa898633 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Sat, 6 Sep 2025 00:00:23 +0100 Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6

[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for Memory Partitioning and Management (FEAT_MPAMv2) (PR #163157)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163157 >From f1524e02b2f5c7321c9f103fe2f5bf640aa182a6 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Mon, 8 Sep 2025 13:22:25 +0100 Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for Memory Part

[llvm-branch-commits] [FlowSensitive] [StatusOr] [5/N] Support absl::OkStatus et al (PR #163872)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer updated https://github.com/llvm/llvm-project/pull/163872 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [asan] Hide SetTLSFakeStack and replaces uses with ResetTLSFakeStack (PR #163674)

2025-10-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka edited https://github.com/llvm/llvm-project/pull/163674 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)

2025-10-17 Thread Julian Brown via llvm-branch-commits
@@ -1446,6 +1446,9 @@ def is_unexposed(self): # OpenMP stripe directive. OMP_STRIPE_DIRECTIVE = 310 +# OpenMP taskgraph directive. +OMP_TASKGRAPH_DIRECTIVE = 311 + jtb20 wrote: I've changed the number to 312 (but I don't think the other patch

[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)

2025-10-17 Thread Sander de Smalen via llvm-branch-commits
@@ -2277,6 +2351,70 @@ void AArch64FrameLowering::determineStackHazardSlot( << StackHazardSize << "\n"); AFI->setStackHazardSlotIndex(ID); } + + // Determine if we should use SplitSVEObjects. This should only be used if + // there's a possibility o

[llvm-branch-commits] [clang] [clang] Ensure -mno-outline adds attributes (PR #163692)

2025-10-17 Thread Sam Elliott via llvm-branch-commits
https://github.com/lenary updated https://github.com/llvm/llvm-project/pull/163692 >From 5c87301e43488283ea8357bf8c4f3278c79bc755 Mon Sep 17 00:00:00 2001 From: Sam Elliott Date: Wed, 15 Oct 2025 20:54:03 -0700 Subject: [PATCH 1/2] [clang] Ensure -mno-outline adds attributes Before this change

[llvm-branch-commits] [llvm] Greedy: Take hints from copy to physical subreg (PR #160467)

2025-10-17 Thread Carl Ritson via llvm-branch-commits
https://github.com/perlfu approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/160467 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][llvm] Remove FeatureMPAM guards for parity with gcc (PR #163166)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163166 >From b8e104ab5e507707f08d0a6b2f8e44a550798e49 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Mon, 6 Oct 2025 14:45:50 +0100 Subject: [PATCH] [AArch64][llvm] Remove FeatureMPAM guards for parity with g

[llvm-branch-commits] [flang] [llvm] [flang][OpenMP] Frontend support for DEVICE_SAFESYNC (PR #163560)

2025-10-17 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah commented: LGTM but this needs lit tests. https://github.com/llvm/llvm-project/pull/163560 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm

[llvm-branch-commits] [Clang][Sema] Add __builtin_infer_alloc_token() declaration and semantic checks (PR #163638)

2025-10-17 Thread Marco Elver via llvm-branch-commits
https://github.com/melver edited https://github.com/llvm/llvm-project/pull/163638 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)

2025-10-17 Thread Alexey Bataev via llvm-branch-commits
alexey-bataev wrote: > @alexey-bataev actually I'm not sure these patches bring the 'taskgraph' > implementation to a level that is ready to announce as a supported feature in > the documentation yet -- what did you have in mind? Then mark it as 'partially supported' or "in progress" https://

[llvm-branch-commits] [llvm] [llvm][mustache] Optimize accessor splitting with a single pass (PR #159198)

2025-10-17 Thread Paul Kirth via llvm-branch-commits
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/159198 >From 37926e7290bf8f4d08ca9433c67097e060ce08af Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Tue, 16 Sep 2025 00:24:43 -0700 Subject: [PATCH] [llvm][mustache] Optimize accessor splitting with a single pass T

[llvm-branch-commits] [FlowSensitive] [PtrCaching] add is[Smart]PointerLikeConstructor (PR #164031)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer created https://github.com/llvm/llvm-project/pull/164031 None ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [FlowSensitive] [PtrCaching] add is[Smart]PointerLikeConstructor (PR #164031)

2025-10-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-analysis Author: Florian Mayer (fmayer) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/164031.diff 3 Files Affected: - (modified) clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h (+16) - (modified) c

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift operations (PR #163163)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163163 >From 625c2d4e4f27bf5a85cc812b72a0b42265b18928 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Fri, 5 Sep 2025 23:50:38 +0100 Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift

[llvm-branch-commits] [FlowSensitive] [PtrCaching] add is[Smart]PointerLikeConstructor (PR #164031)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer edited https://github.com/llvm/llvm-project/pull/164031 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [FlowSensitive] [PtrCaching] add is[Smart]PointerLikeConstructor (PR #164031)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer updated https://github.com/llvm/llvm-project/pull/164031 >From d6cb62fd95974bcc9a95540cd150bf538434e840 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Fri, 17 Oct 2025 16:16:20 -0700 Subject: [PATCH] comment Created using spr 1.3.7 --- .../clang/Analysis/FlowSens

[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)

2025-10-17 Thread Erich Keane via llvm-branch-commits
@@ -2355,6 +2355,13 @@ def NoInline : DeclOrStmtAttr { let SimpleHandler = 1; } +def NoOutline : DeclOrStmtAttr { + let Spellings = [Clang<"nooutline">]; erichkeane wrote: ```suggestion let Spellings = [Clang<"no_outline">]; ``` perhaps? Makes it... so

[llvm-branch-commits] [llvm] Use colored error messages (PR #164032)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/164032 None >From af3e3dd6f901415957a4c6b196684a582f638f45 Mon Sep 17 00:00:00 2001 From: svkeerthy Date: Fri, 17 Oct 2025 23:25:44 + Subject: [PATCH] Use colored error messages --- .../tools/llvm-ir2vec/embed

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy edited https://github.com/llvm/llvm-project/pull/164032 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
svkeerthy wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/164032?utm_source=stack-comment-downstack-mergeability-warning

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy edited https://github.com/llvm/llvm-project/pull/164032 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy ready_for_review https://github.com/llvm/llvm-project/pull/164032 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [CMake][Release] Build with -ffat-lto-objects (#140381) (PR #151245)

2025-10-17 Thread via llvm-branch-commits
dyung wrote: Ping. Can we get an update/review @nikic and/or @tstellar? https://github.com/llvm/llvm-project/pull/151245 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[llvm-branch-commits] [llvm] [StaticDataLayout] Factor out a helper function for section prefix eligibility and use it in both optimizer and codegen (PR #162348)

2025-10-17 Thread Mingming Liu via llvm-branch-commits
https://github.com/mingmingl-llvm commented: thanks for reviews! https://github.com/llvm/llvm-project/pull/162348 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit

[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 arithmetic operations (PR #163160)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163160 >From b86e5f524e0a9422b30c327ebe4d9594ff92856f Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Mon, 8 Sep 2025 16:47:07 +0100 Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 arit

[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 DOT and MLA operations (PR #163161)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
@@ -0,0 +1,34 @@ +// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve-b16mm 2>&1 < %s| FileCheck %s + +// --// +// Invalid element width + +bfmmla z0.h, z0.b, z0.b +// CHECK: [[@LINE-1]]:{{[0-9]+}}

[llvm-branch-commits] [FlowSensitive] [StatusOr] [6/N] Support pointer comparison (PR #163875)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer edited https://github.com/llvm/llvm-project/pull/163875 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] AMDGPU: Remove unnecessary AGPR operand legalization (PR #162093)

2025-10-17 Thread Stanislav Mekhanoshin via llvm-branch-commits
https://github.com/rampitec approved this pull request. https://github.com/llvm/llvm-project/pull/162093 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)

2025-10-17 Thread Sander de Smalen via llvm-branch-commits
@@ -1251,9 +1260,17 @@ AArch64FrameLowering::getFrameIndexReferenceFromSP(const MachineFunction &MF, isTargetWindows(MF) && AFI->getSVECalleeSavedStackSize(); if (MFI.isScalableStackID(FI)) { if (FPAfterSVECalleeSaves && --ObjectOffset <= (int64_t)AFI->getS

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor fma implementation to header-only in src/__support/math folder. (PR #163968)

2025-10-17 Thread Muhammad Bassiouni via llvm-branch-commits
bassiounix wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/163968?utm_source=stack-comment-downstack-mergeability-warnin

[llvm-branch-commits] [llvm] [MIR2Vec] Handle Operands (PR #163281)

2025-10-17 Thread Mircea Trofin via llvm-branch-commits
@@ -74,31 +76,114 @@ class MIRVocabulary { friend class llvm::MIR2VecVocabLegacyAnalysis; using VocabMap = std::map; -private: - // Define vocabulary layout - adapted for MIR + // MIRVocabulary Layout: + // +---+-

[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6 operations (PR #163164)

2025-10-17 Thread Jonathan Thackray via llvm-branch-commits
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/163164 >From 44ce9a924c7cbd6a42745004d8f88ad7dfebbbaa Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Sat, 6 Sep 2025 00:00:23 +0100 Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6

[llvm-branch-commits] [llvm] Update MLGO Doc (PR #164033)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/164033 None >From 65fe880bf667541783381a85e3c8c5ad65a1e9d6 Mon Sep 17 00:00:00 2001 From: svkeerthy Date: Fri, 17 Oct 2025 23:41:29 + Subject: [PATCH] Update MLGO Doc --- llvm/docs/MLGO.rst | 144 +

[llvm-branch-commits] [llvm] Update MLGO Doc (PR #164033)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
svkeerthy wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/164033?utm_source=stack-comment-downstack-mergeability-warning

[llvm-branch-commits] [llvm] [AllocToken] Refactor stateless token calculation into Support (PR #163633)

2025-10-17 Thread Florian Mayer via llvm-branch-commits
@@ -49,9 +49,9 @@ struct AllocTokenMetadata { /// \param Metadata The metadata about the allocation. /// \param MaxTokens The maximum number of tokens (must not be 0) /// \return The calculated allocation token ID, or std::nullopt. -std::optional getAllocTokenHash(AllocTokenMod

[llvm-branch-commits] [llvm] [MLGO] Add MIR2Vec embedding framework documentation (PR #164033)

2025-10-17 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy ready_for_review https://github.com/llvm/llvm-project/pull/164033 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

<    1   2   3   4   5   6   7   >