hanchenye-llvm-project/clang/include
Kit Barton 5944ee2179 This patch adds support for the vector quadword add/sub instructions introduced
in POWER8.

These are the Clang-related changes for http://reviews.llvm.org/D9081

vadduqm
vaddeuqm
vaddcuq
vaddecuq
vsubuqm
vsubeuqm
vsubcuq
vsubecuq
All builtins are added in altivec.h, and guarded with the POWER8_VECTOR and
powerpc64 macros.



http://reviews.llvm.org/D9903

llvm-svn: 238145
2015-05-25 15:52:45 +00:00
..
clang This patch adds support for the vector quadword add/sub instructions introduced 2015-05-25 15:52:45 +00:00
clang-c Fix a #include cycle in the libclang headers. "Eventually" is now. 2015-05-14 00:22:12 +00:00
CMakeLists.txt
Makefile