From owner-svn-src-projects@freebsd.org Sat Aug 20 19:33:08 2016 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 643F3BC0B8D for ; Sat, 20 Aug 2016 19:33:08 +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 2A81911E1; Sat, 20 Aug 2016 19:33:08 +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 u7KJX7T7005698; Sat, 20 Aug 2016 19:33:07 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7KJX7Mr005697; Sat, 20 Aug 2016 19:33:07 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201608201933.u7KJX7Mr005697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 20 Aug 2016 19:33:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r304540 - projects/clang390-import/lib/clang/include X-SVN-Group: projects 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.22 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: Sat, 20 Aug 2016 19:33:08 -0000 Author: dim Date: Sat Aug 20 19:33:07 2016 New Revision: 304540 URL: https://svnweb.freebsd.org/changeset/base/304540 Log: Add new intrinsics headers for 3.9.0. Modified: projects/clang390-import/lib/clang/include/Makefile Modified: projects/clang390-import/lib/clang/include/Makefile ============================================================================== --- projects/clang390-import/lib/clang/include/Makefile Sat Aug 20 19:12:52 2016 (r304539) +++ projects/clang390-import/lib/clang/include/Makefile Sat Aug 20 19:33:07 2016 (r304540) @@ -10,7 +10,10 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/l INCSDIR=${LIBDIR}/clang/3.9.0/include -INCS= __clang_cuda_runtime_wrapper.h \ +INCS= __clang_cuda_cmath.h \ + __clang_cuda_intrinsics.h \ + __clang_cuda_math_forward_declares.h \ + __clang_cuda_runtime_wrapper.h \ __stddef_max_align_t.h \ __wmmintrin_aes.h \ __wmmintrin_pclmul.h \ @@ -24,12 +27,19 @@ INCS= __clang_cuda_runtime_wrapper.h \ avx512dqintrin.h \ avx512erintrin.h \ avx512fintrin.h \ + avx512ifmaintrin.h \ + avx512ifmavlintrin.h \ + avx512pfintrin.h \ + avx512vbmiintrin.h \ + avx512vbmivlintrin.h \ avx512vlbwintrin.h \ + avx512vlcdintrin.h \ avx512vldqintrin.h \ avx512vlintrin.h \ avxintrin.h \ bmi2intrin.h \ bmiintrin.h \ + clflushoptintrin.h \ cpuid.h \ cuda_builtin_vars.h \ emmintrin.h \ @@ -46,7 +56,9 @@ INCS= __clang_cuda_runtime_wrapper.h \ mm_malloc.h \ mmintrin.h \ module.modulemap \ + mwaitxintrin.h \ nmmintrin.h \ + opencl-c.h \ pkuintrin.h \ pmmintrin.h \ popcntintrin.h \