This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 764f811 [OPENMP] Fix for PR30632: Name mangling issue. new 5ef1b46 [PowerPC] Implement BE VSX load/store 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/CodeGen/CGBuiltin.cpp | 20 ++++- lib/Headers/altivec.h | 168 +++++++++++++++++++++++++++++++++++ test/CodeGen/builtins-ppc-altivec.c | 76 +++++++++++++++- test/CodeGen/builtins-ppc-quadword.c | 22 +++++ test/CodeGen/builtins-ppc-vsx.c | 24 +++++ 6 files changed, 311 insertions(+), 3 deletions(-)