This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4739f7353dc AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16 new 9d697e1c3cc X86: treat SwiftCC as Win64_CC on Win64 new 820b8a54fb0 AMDGPU: Start selecting v_mad_mixhi_f16 new ffd407ea16d [mips] Fix calculation of a branch instruction offset to es [...] new a656eb8f189 [llvm-readobj] Fix 'Teach readobj to dump .res files'.
The 4 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/AMDGPU/SIFoldOperands.cpp | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 46 +++++- lib/Target/AMDGPU/SIISelLowering.h | 1 + lib/Target/AMDGPU/VOP3PInstructions.td | 51 +++++- lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 6 +- lib/Target/X86/X86Subtarget.h | 1 + test/CodeGen/AMDGPU/mad-mix-hi.ll | 61 +++++-- test/CodeGen/AMDGPU/mad-mix-lo.ll | 192 +++++++++++++++++++--- test/CodeGen/X86/swiftcc.ll | 11 ++ test/MC/Mips/micromips-neg-offset.s | 9 +- tools/llvm-readobj/WindowsResourceDumper.cpp | 2 +- 11 files changed, 332 insertions(+), 49 deletions(-) create mode 100644 test/CodeGen/X86/swiftcc.ll