This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d83daae45a Implement Microsoft-compatible mangling for decomposition de [...] new d5442965f0 [X86] Pre-commit vector of __int128 test cases for D64672. new 0482c26428 [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR
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: docs/ReleaseNotes.rst | 5 +++- include/clang/Basic/LangOptions.h | 6 +++++ lib/CodeGen/TargetInfo.cpp | 42 ++++++++++++++++++++++++++++-- lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/x86-vec-i128.c | 52 +++++++++++++++++++++++++++++++++++++ 5 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/x86-vec-i128.c