From nobody Fri May 29 23:04:46 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gRzTB3v0Gz6gFrw for ; Fri, 29 May 2026 23:04:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gRzTB2nzLz3HR1 for ; Fri, 29 May 2026 23:04:46 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780095886; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=K0yKHs8qxsG2lvwdkp9SUXZ85S73bgCQirmNTbREQto=; b=MZHtpHQn4Rk8vnBuJuk7u7TfYPp4KkL33rM0eHs9GSzxUz9DIoUu6bn1VrN/E4rLjZgAhV GrpEMd6+aIXk0guq5d0hVK8soQex7W1VZCeTSYe7IOZqJPnov2BhQd/+a7KxTegxPJ+8Ui cLhVomqNb3/1cCY/j9brQmX08bzAPploTXRSqg4/y2X4UVP7AQizGAMbyED0uz/6ewPosN uXoNjPRXJ7EdTrNb/S1iwrc7+6FV9ABs5KvOAs9HUZnJHK27wOHz7xVKd3CGF31QsBUywv xX6e2SFNS+tvRi6I1dCeUB9h9r8rDUqlYVUjYYJz7/fX7TmyZDf+o0CFIxUp6g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780095886; a=rsa-sha256; cv=none; b=b/6oGzR54LOiS1Oik7FsPKuth4CEX1so0L4tY7r39jnL/LBDnvRXihF3G7Sm67kCrvRQvm ifOeYbvj9M/S5cf4PQ1r7bMbgC/nbxFq0dynicYyeyjEELyLj6F15ovMO86XE/TpsiUk0F y1tIYJ4SD5QG2wp/Vv7eO1e8tYagyirUU57qnKlOsW2d7o7o4BOTze3uWo4tGnHY3881fQ jRoucDvowpsBn5Zwfw2/SzQ5Q2cR5FtlJi5kjGPEE9NdVaM7bNb0+8ILqrkb91Ad3rJeVR D6KHC3HSnBNpFU7khAqV9d/1hTl2y7w1tQA2inzy6E5TOyTvlVTkewIbq4E14A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780095886; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=K0yKHs8qxsG2lvwdkp9SUXZ85S73bgCQirmNTbREQto=; b=WsFhQcaGXGztLnSOThx3d1mmmp4UqL7eyIKBg5jbua20qNE+aiY4axAEn1TA7enKFu3lYP 9/QNtNsC1yRi4rmQLMAV6nm1KQ4qBtk6Gob+uzBx/GZclm3RCh4YISjZHjrVUekzTl2b99 6+iIuo5+Bj9vRcbHHmfOYRhxMpsPcxuEdF/+uJCqBZ6Iwqe73wFoKR8EaaGumJXEwRY1Ex tZ+OSzvdwXOx49LadpiRGrDBOp7JFOD6QdsYQ4P3igJwKxINEMRFQ/IFlXiYgzSqM/o9d7 g6KFsmLuyKrQX3bUid0hgtfH3/d+uZUdFXxb4vwRgeQQGGKlI3akjXA62iEp6A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gRzTB1dsJztth for ; Fri, 29 May 2026 23:04:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 4125c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 29 May 2026 23:04:46 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 0c6a058ca265 - stable/14 - Merge commit b0d2b57f7e47 from llvm git (by Phoebe Wang): List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 0c6a058ca265b334c88473dd2685e105d42db95f Auto-Submitted: auto-generated Date: Fri, 29 May 2026 23:04:46 +0000 Message-Id: <6a1a1b8e.4125c.7188d258@gitrepo.freebsd.org> The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=0c6a058ca265b334c88473dd2685e105d42db95f commit 0c6a058ca265b334c88473dd2685e105d42db95f Author: Dimitry Andric AuthorDate: 2026-03-23 14:58:06 +0000 Commit: Dimitry Andric CommitDate: 2026-05-29 22:59:37 +0000 Merge commit b0d2b57f7e47 from llvm git (by Phoebe Wang): [Headers][X86] Remove more duplicated typedefs (#153820) They are defined in mmintrin.h This fixes a -Werror warning in openzfs, which compiles for C99, and C99 does not allow for typedef redefinitions. PR: 292067 MFC after: 1 month (cherry picked from commit 20450c2e792084f06974cff9d2338e2d0406883f) --- contrib/llvm-project/clang/lib/Headers/emmintrin.h | 4 ---- contrib/llvm-project/clang/lib/Headers/xmmintrin.h | 1 - 2 files changed, 5 deletions(-) diff --git a/contrib/llvm-project/clang/lib/Headers/emmintrin.h b/contrib/llvm-project/clang/lib/Headers/emmintrin.h index 78e8a422db4c..24ca14dba022 100644 --- a/contrib/llvm-project/clang/lib/Headers/emmintrin.h +++ b/contrib/llvm-project/clang/lib/Headers/emmintrin.h @@ -17,7 +17,6 @@ #include typedef double __m128d __attribute__((__vector_size__(16), __aligned__(16))); -typedef long long __m128i __attribute__((__vector_size__(16), __aligned__(16))); typedef double __m128d_u __attribute__((__vector_size__(16), __aligned__(1))); typedef long long __m128i_u @@ -25,9 +24,6 @@ typedef long long __m128i_u /* Type defines. */ typedef double __v2df __attribute__((__vector_size__(16))); -typedef long long __v2di __attribute__((__vector_size__(16))); -typedef short __v8hi __attribute__((__vector_size__(16))); -typedef char __v16qi __attribute__((__vector_size__(16))); /* Unsigned types */ typedef unsigned long long __v2du __attribute__((__vector_size__(16))); diff --git a/contrib/llvm-project/clang/lib/Headers/xmmintrin.h b/contrib/llvm-project/clang/lib/Headers/xmmintrin.h index 6a6436977303..a128a64f5e7c 100644 --- a/contrib/llvm-project/clang/lib/Headers/xmmintrin.h +++ b/contrib/llvm-project/clang/lib/Headers/xmmintrin.h @@ -16,7 +16,6 @@ #include -typedef int __v4si __attribute__((__vector_size__(16))); typedef float __v4sf __attribute__((__vector_size__(16))); typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16)));