]> granicus.if.org Git - clang/commit
Add builtins for the 64-bit vector integer arithmetic instructions added in POWER8.
authorKit Barton <kbarton@ca.ibm.com>
Wed, 11 Mar 2015 15:57:19 +0000 (15:57 +0000)
committerKit Barton <kbarton@ca.ibm.com>
Wed, 11 Mar 2015 15:57:19 +0000 (15:57 +0000)
commit8c6cbc8ade0ada02c7b6b41e93c94c5f5a71d39e
treeacd9bc4bd31aeb831294a9b27491b00785570335
parenta47fa0bab4258a7c762e394f00cbadfa73de47ec
Add builtins for the 64-bit vector integer arithmetic instructions added in POWER8.

These are the Clang-related changes for the instructions added to LLVM in http://reviews.llvm.org/D7959.

Phabricator review: http://reviews.llvm.org/D8041

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231931 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsPPC.def
include/clang/Basic/DiagnosticParseKinds.td
lib/Headers/altivec.h
lib/Sema/DeclSpec.cpp
test/CodeGen/builtins-ppc-p8vector.c [new file with mode: 0644]
test/Headers/altivec-intrin.c
test/Parser/altivec.c
test/Parser/cxx-altivec.cpp