This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7853d35ba7 [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/S [...] new 2bf3cc07f0 [SystemZ] Fix wrong codegen caused by typos in vecintrin.h new 2c99c22ca9 Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI] new 0181ac9c92 [SystemZ] Improve testing of vecintrin.h intrinsics
The 3 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/Basic/Targets/AArch64.cpp | 4 +- lib/Basic/Targets/ARM.cpp | 12 +- lib/Basic/Targets/Mips.h | 8 +- lib/Basic/Targets/PPC.cpp | 4 +- lib/Basic/Targets/PPC.h | 2 +- lib/Basic/Targets/Sparc.h | 2 +- lib/Driver/ToolChains/Arch/Mips.cpp | 4 +- lib/Driver/ToolChains/Clang.cpp | 10 +- lib/Driver/ToolChains/CommonArgs.cpp | 24 +- lib/Driver/ToolChains/Gnu.cpp | 2 +- lib/Driver/XRayArgs.cpp | 6 +- lib/Headers/vecintrin.h | 6 +- .../Checkers/CheckSecuritySyntaxOnly.cpp | 8 +- test/CodeGen/builtins-systemz-zvector.c | 1529 +++++++++++++++++++- test/CodeGen/builtins-systemz-zvector2.c | 303 +++- 15 files changed, 1870 insertions(+), 54 deletions(-)