This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be1590c3b8e [InstCombine] add more extra use tests for icmp with extends; NFC new b0e685a1a37 Adds support for writing the .bss section for XCOFF object files. new 55599619e3b Teach GlobalISelEmitter to treat used iPTRAny operands as p [...] new a5895f1adac Revert [WinEH] Allocate space in funclets stack to save XMM CSRs
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: include/llvm/BinaryFormat/XCOFF.h | 23 ++ .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 + include/llvm/MC/MCContext.h | 4 +- include/llvm/MC/MCSectionXCOFF.h | 6 +- include/llvm/MC/MCSymbolXCOFF.h | 16 + include/llvm/MC/StringTableBuilder.h | 2 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 20 +- lib/MC/MCContext.cpp | 3 +- lib/MC/MCObjectFileInfo.cpp | 6 +- lib/MC/MCXCOFFStreamer.cpp | 16 +- lib/MC/StringTableBuilder.cpp | 10 +- lib/MC/XCOFFObjectWriter.cpp | 407 ++++++++++++++++++++- lib/Target/PowerPC/PPCAsmPrinter.cpp | 4 +- lib/Target/X86/X86FrameLowering.cpp | 144 ++------ lib/Target/X86/X86FrameLowering.h | 4 - lib/Target/X86/X86MachineFunctionInfo.h | 13 - test/CodeGen/PowerPC/aix-xcoff-common.ll | 42 ++- test/CodeGen/X86/avx512-intel-ocl.ll | 12 +- test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 - test/CodeGen/X86/win64-funclet-savexmm.ll | 79 ---- test/CodeGen/X86/x86-interrupt_cc.ll | 12 +- test/TableGen/GlobalISelEmitterOverloadedPtr.td | 33 ++ utils/TableGen/CodeGenIntrinsics.h | 7 + utils/TableGen/CodeGenTarget.cpp | 7 + utils/TableGen/GlobalISelEmitter.cpp | 23 +- 25 files changed, 638 insertions(+), 273 deletions(-) delete mode 100644 test/CodeGen/X86/win64-funclet-savexmm.ll create mode 100644 test/TableGen/GlobalISelEmitterOverloadedPtr.td