This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48f3050c47b [mips] Correct the predicates of the cache and pref instructions new 643e7f6c91a [mips] Merge MipsLongBranch and MipsHazardSchedule passes
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/Target/Mips/CMakeLists.txt | 3 +- lib/Target/Mips/Mips.h | 5 +- ...{MipsLongBranch.cpp => MipsBranchExpansion.cpp} | 474 ++++++++++++++------- lib/Target/Mips/MipsHazardSchedule.cpp | 163 ------- lib/Target/Mips/MipsTargetMachine.cpp | 20 +- test/CodeGen/Mips/branch-relaxation-with-hazard.ll | 64 +++ test/CodeGen/Mips/longbranch.ll | 2 - .../Mips/longbranch/branch-limits-fp-micromips.mir | 4 +- .../longbranch/branch-limits-fp-micromipsr6.mir | 4 +- .../Mips/longbranch/branch-limits-fp-mips.mir | 4 +- .../Mips/longbranch/branch-limits-fp-mipsr6.mir | 4 +- .../longbranch/branch-limits-int-microMIPS.mir | 4 +- .../longbranch/branch-limits-int-micromipsr6.mir | 4 +- .../Mips/longbranch/branch-limits-int-mips64.mir | 4 +- .../Mips/longbranch/branch-limits-int-mips64r6.mir | 4 +- .../Mips/longbranch/branch-limits-int-mipsr6.mir | 4 +- test/CodeGen/Mips/longbranch/branch-limits-int.mir | 4 +- test/CodeGen/Mips/longbranch/branch-limits-msa.mir | 4 +- 18 files changed, 423 insertions(+), 352 deletions(-) rename lib/Target/Mips/{MipsLongBranch.cpp => MipsBranchExpansion.cpp} (55%) delete mode 100644 lib/Target/Mips/MipsHazardSchedule.cpp create mode 100644 test/CodeGen/Mips/branch-relaxation-with-hazard.ll