From owner-svn-src-projects@freebsd.org Wed Dec 20 20:27:10 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C4AEA2605 for ; Wed, 20 Dec 2017 20:27:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13107809C8; Wed, 20 Dec 2017 20:27:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKKR9lS018552; Wed, 20 Dec 2017 20:27:09 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKKR9Aj018551; Wed, 20 Dec 2017 20:27:09 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201712202027.vBKKR9Aj018551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 20 Dec 2017 20:27:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r327042 - projects/clang600-import/lib/clang/headers X-SVN-Group: projects X-SVN-Commit-Author: dim X-SVN-Commit-Paths: projects/clang600-import/lib/clang/headers X-SVN-Commit-Revision: 327042 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 20:27:10 -0000 Author: dim Date: Wed Dec 20 20:27:09 2017 New Revision: 327042 URL: https://svnweb.freebsd.org/changeset/base/327042 Log: Add new clang intrinsics headers, and update version number. Modified: projects/clang600-import/lib/clang/headers/Makefile Modified: projects/clang600-import/lib/clang/headers/Makefile ============================================================================== --- projects/clang600-import/lib/clang/headers/Makefile Wed Dec 20 20:25:35 2017 (r327041) +++ projects/clang600-import/lib/clang/headers/Makefile Wed Dec 20 20:27:09 2017 (r327042) @@ -4,7 +4,7 @@ .PATH: ${CLANG_SRCS}/lib/Headers -INCSDIR= ${LIBDIR}/clang/5.0.1/include +INCSDIR= ${LIBDIR}/clang/6.0.0/include GENINCS+= arm_neon.h @@ -20,6 +20,7 @@ INCS+= __wmmintrin_pclmul.h INCS+= adxintrin.h INCS+= altivec.h INCS+= ammintrin.h +INCS+= arm64intr.h INCS+= arm_acle.h INCS+= armintr.h INCS+= avx2intrin.h @@ -38,10 +39,13 @@ INCS+= avx512vlcdintrin.h INCS+= avx512vldqintrin.h INCS+= avx512vlintrin.h INCS+= avx512vpopcntdqintrin.h +INCS+= avx512vpopcntdqvlintrin.h INCS+= avxintrin.h INCS+= bmi2intrin.h INCS+= bmiintrin.h +INCS+= cetintrin.h INCS+= clflushoptintrin.h +INCS+= clwbintrin.h INCS+= clzerointrin.h INCS+= cpuid.h INCS+= emmintrin.h