This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f970f8 [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC new dbc6964 [mips] interAptiv based generic schedule model new 49aa029 [X86][SSE] Dropped (V)CVTPD2PS intrinsic patterns now that it [...]
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: lib/Target/Mips/MicroMips32r6InstrInfo.td | 4 +-- lib/Target/Mips/Mips.td | 3 ++- lib/Target/Mips/MipsSchedule.td | 4 +++ lib/Target/X86/X86InstrSSE.td | 15 +++-------- test/CodeGen/Mips/biggot.ll | 12 ++++----- test/CodeGen/Mips/divrem.ll | 36 +++++++++++++------------- test/CodeGen/Mips/fcopysign-f32-f64.ll | 14 +++++------ test/CodeGen/Mips/llvm-ir/add.ll | 20 +++++++-------- test/CodeGen/Mips/llvm-ir/and.ll | 24 +++++++++--------- test/CodeGen/Mips/llvm-ir/mul.ll | 42 +++++++++++++++---------------- test/CodeGen/Mips/llvm-ir/not.ll | 4 +-- test/CodeGen/Mips/llvm-ir/or.ll | 10 ++++---- test/CodeGen/Mips/llvm-ir/select-flt.ll | 4 +-- test/CodeGen/Mips/llvm-ir/select-int.ll | 20 +++++++-------- test/CodeGen/Mips/llvm-ir/sub.ll | 16 ++++++------ test/CodeGen/Mips/llvm-ir/xor.ll | 10 ++++---- test/CodeGen/Mips/longbranch.ll | 2 +- test/CodeGen/Mips/no-odd-spreg.ll | 17 +++++++------ test/CodeGen/Mips/prevent-hoisting.ll | 12 ++++----- test/DebugInfo/Mips/dsr-fixed-objects.ll | 4 +-- 20 files changed, 137 insertions(+), 136 deletions(-)