This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1c9f404 If an explicitly-specified pack might have been extended by t [...] new d65cd1f Add vec_insert4b and vec_extract4b functions to altivec.h
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/BuiltinsPPC.def | 3 + lib/CodeGen/CGBuiltin.cpp | 84 +++++++++++++++++++++++++++ lib/Headers/altivec.h | 3 + test/CodeGen/builtins-ppc-error.c | 20 +++++++ test/CodeGen/builtins-ppc-extractword-error.c | 15 +++++ test/CodeGen/builtins-ppc-insertword-error.c | 16 +++++ test/CodeGen/builtins-ppc-p9vector.c | 47 +++++++++++++-- 7 files changed, 182 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/builtins-ppc-error.c create mode 100644 test/CodeGen/builtins-ppc-extractword-error.c create mode 100644 test/CodeGen/builtins-ppc-insertword-error.c