This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c833eb7 [SystemZ] Check for presence of vector support in SystemZISe [...] new dc04fc1 [SelectionDAG] Enable target specific vector scalarization of [...] new 7bf2a57 [AMDGPU][MC] Fix for Bug 28211 + LIT tests
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: include/llvm/Target/TargetLowering.h | 37 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 232 ++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 14 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 +- lib/CodeGen/TargetLoweringBase.cpp | 6 +- lib/Target/AMDGPU/DSInstructions.td | 82 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 2 +- lib/Target/Mips/MipsCCState.cpp | 64 +- lib/Target/Mips/MipsCCState.h | 34 +- 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 +- test/MC/AMDGPU/ds.s | 50 +- test/MC/AMDGPU/expressions.s | 2 +- test/MC/AMDGPU/gfx7_asm_all.s | 38 +- test/MC/AMDGPU/gfx8_asm_all.s | 84 + test/MC/Disassembler/AMDGPU/ds_vi.txt | 26 +- 22 files changed, 2330 insertions(+), 179 deletions(-) create mode 100644 test/CodeGen/Mips/cconv/vector.ll