This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d8700d49c0 [X86] [ABI] Fix i386 ABI "__m64" type bug new 307f8b7438 [PowerPC] [Clang] Port SSE2 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 | 1 + lib/Headers/ppc_wrappers/emmintrin.h | 2318 ++++++++++++++++++++++++ test/CodeGen/ppc-emmintrin.c | 3253 ++++++++++++++++++++++++++++++++++ test/Headers/ppc-sse2-intrinsics.c | 14 + 4 files changed, 5586 insertions(+) create mode 100644 lib/Headers/ppc_wrappers/emmintrin.h create mode 100644 test/CodeGen/ppc-emmintrin.c create mode 100644 test/Headers/ppc-sse2-intrinsics.c