This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f68d6b75470 Fix missed case of switching getConstant to getTargetConsta [...] new 3e44783bf7a [SystemZ] Support z15 processor name
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: lib/Support/Host.cpp | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 2 +- lib/Target/SystemZ/SystemZProcessors.td | 3 +- lib/Target/SystemZ/SystemZSchedule.td | 2 +- ...temZScheduleArch13.td => SystemZScheduleZ15.td} | 64 +++++++++++----------- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 2 +- test/Analysis/CostModel/SystemZ/fp-cast.ll | 36 ++++++------ test/Analysis/CostModel/SystemZ/intrinsics.ll | 22 ++++---- test/Analysis/CostModel/SystemZ/logic-miscext3.ll | 24 ++++---- test/CodeGen/SystemZ/cond-move-01.ll | 2 +- test/CodeGen/SystemZ/cond-move-02.ll | 2 +- test/CodeGen/SystemZ/cond-move-03.ll | 2 +- test/CodeGen/SystemZ/cond-move-06.ll | 2 +- test/CodeGen/SystemZ/cond-move-07.ll | 2 +- test/CodeGen/SystemZ/cond-move-08.mir | 4 +- test/CodeGen/SystemZ/ctpop-02.ll | 4 +- test/CodeGen/SystemZ/not-01.ll | 4 +- test/CodeGen/SystemZ/vec-bswap-01.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-02.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-03.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-04.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-05.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-06.ll | 2 +- test/CodeGen/SystemZ/vec-bswap-07.ll | 2 +- test/CodeGen/SystemZ/vec-conv-03.ll | 4 +- test/CodeGen/SystemZ/vec-eswap-01.ll | 2 +- test/CodeGen/SystemZ/vec-eswap-02.ll | 2 +- test/CodeGen/SystemZ/vec-intrinsics-03.ll | 4 +- test/CodeGen/SystemZ/vec-strict-conv-03.ll | 4 +- .../SystemZ/{insns-arch13.txt => insns-z15.txt} | 4 +- .../SystemZ/{insn-bad-arch13.s => insn-bad-z15.s} | 4 +- .../{insn-good-arch13.s => insn-good-z15.s} | 4 +- 32 files changed, 113 insertions(+), 108 deletions(-) rename lib/Target/SystemZ/{SystemZScheduleArch13.td => SystemZScheduleZ15.td} (97%) rename test/MC/Disassembler/SystemZ/{insns-arch13.txt => insns-z15.txt} (99%) rename test/MC/SystemZ/{insn-bad-arch13.s => insn-bad-z15.s} (99%) rename test/MC/SystemZ/{insn-good-arch13.s => insn-good-z15.s} (99%)