This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 04c0211bac Redirect test output to /dev/null new eeee4079f9 re-commit r361928: [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-le.c | 72 ++ test/CodeGen/ppc-mm-malloc.c | 72 ++ test/CodeGen/ppc-mmintrin.c | 9 +- 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 | 22 + 10 files changed, 4160 insertions(+), 17 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-le.c 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