This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f61048 [x86][inline-asm][clang] accept 'v' constraint Commit on beha [...] new 1cd2ec8 [PowerPC] Implement vector shift builtins - clang portion
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 | 4 + lib/Headers/altivec.h | 219 +++++++++++++++++++++++++++++++++++ test/CodeGen/builtins-ppc-altivec.c | 73 ++++++++++++ test/CodeGen/builtins-ppc-p9vector.c | 21 +++- test/CodeGen/builtins-ppc-vsx.c | 136 ++++++++++++++++++++-- 5 files changed, 439 insertions(+), 14 deletions(-)