This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 86873839af Make __has_builtin work with __builtin_LINE and friends. new 4f36ab6061 [PowerPC] [Clang] Port SSE intrinsics to PowerPC
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: lib/Headers/CMakeLists.txt | 2 + lib/Headers/ppc_wrappers/mm_malloc.h | 48 + lib/Headers/ppc_wrappers/xmmintrin.h | 1838 ++++++++++++++++++++++++++++++ test/CodeGen/ppc-mm-malloc.c | 71 ++ test/CodeGen/ppc-mmintrin.c | 1 + test/CodeGen/ppc-xmmintrin.c | 2090 ++++++++++++++++++++++++++++++++++ test/Headers/ppc-intrinsics.c | 13 - test/Headers/ppc-mmx-intrinsics.c | 11 + test/Headers/ppc-sse-intrinsics.c | 20 + 9 files changed, 4081 insertions(+), 13 deletions(-) create mode 100644 lib/Headers/ppc_wrappers/mm_malloc.h create mode 100644 lib/Headers/ppc_wrappers/xmmintrin.h create mode 100644 test/CodeGen/ppc-mm-malloc.c create mode 100644 test/CodeGen/ppc-xmmintrin.c delete mode 100644 test/Headers/ppc-intrinsics.c create mode 100644 test/Headers/ppc-mmx-intrinsics.c create mode 100644 test/Headers/ppc-sse-intrinsics.c