This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe595b3752e [Loop Utils] Extend the scope of addStringMetadataToLoop. new 9889150b54b [WinEH] Allocate space in funclets stack to save XMM CSRs
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/Target/X86/X86FrameLowering.cpp | 133 ++++++++++++++++++++++----- lib/Target/X86/X86FrameLowering.h | 4 + lib/Target/X86/X86MachineFunctionInfo.h | 13 +++ test/CodeGen/X86/avx512-intel-ocl.ll | 56 +++++------ test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 +++ test/CodeGen/X86/win64-funclet-savexmm.ll | 68 ++++++++++++++ test/CodeGen/X86/x86-interrupt_cc.ll | 12 +-- 7 files changed, 244 insertions(+), 57 deletions(-) create mode 100644 test/CodeGen/X86/win64-funclet-savexmm.ll