Clang-related changes for http://reviews.llvm.org/D9081
Add builtins for the following vector quadword add/sub instructions introduced in POWER8:
- vadduqm
- vaddeuqm
- vaddcuq
- vaddecuq
- vsubuqm
- vsubeuqm
- vsubcuq
- vsubecuq
All builtins are added in altivec.h, and guarded with the POWER8_VECTOR and powerpc64 macros.