This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9242e2b82f6 [SimplifyLibCalls] fix formatting; NFC new 00daab518da Reland "[SelectionDAG] Enable target specific vector scalar [...]
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: include/llvm/Target/TargetLowering.h | 37 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 233 ++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 14 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 +- lib/CodeGen/TargetLoweringBase.cpp | 6 +- lib/Target/Mips/MipsCCState.cpp | 61 +- lib/Target/Mips/MipsCCState.h | 33 +- lib/Target/Mips/MipsCallingConv.td | 10 +- lib/Target/Mips/MipsISelLowering.cpp | 74 +- lib/Target/Mips/MipsISelLowering.h | 27 + lib/Target/Mips/MipsRegisterInfo.cpp | 4 +- test/CodeGen/Mips/cconv/vector.ll | 1657 ++++++++++++++++++++++ test/CodeGen/Mips/ctlz-v.ll | 12 +- test/CodeGen/Mips/cttz-v.ll | 19 +- test/CodeGen/Mips/return-vector.ll | 33 +- 15 files changed, 2117 insertions(+), 105 deletions(-) create mode 100644 test/CodeGen/Mips/cconv/vector.ll