This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 017ae22 [Sema][Atomics] Treat expected pointer in compare exchange at [...] new 6e38e98 Add dllexport default ctor closure PCH regression test for PR31121 new a6234b8 [PPC] support for arithmetic builtins in the FE
The 2 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: lib/Headers/altivec.h | 177 ++++++++++++++++++++++++++++- test/CodeGen/builtins-ppc-altivec.c | 79 +++++++++++++ test/CodeGen/builtins-ppc-p8vector.c | 86 ++++++++++++-- test/CodeGen/builtins-ppc-quadword.c | 33 +++++- test/CodeGen/builtins-ppc-vsx.c | 20 ++++ test/PCH/dllexport-default-arg-closure.cpp | 26 +++++ 6 files changed, 412 insertions(+), 9 deletions(-) create mode 100644 test/PCH/dllexport-default-arg-closure.cpp