This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cad7a316e06 [X86] Add support for combining FMADDSUB(A, B, FNEG(C))->FM [...] new a9fba7123d4 [RegAlloc, SystemZ] Increase number of LOCRs by passing "ha [...]
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/TargetRegisterInfo.h | 5 +- lib/CodeGen/AllocationOrder.cpp | 5 +- lib/CodeGen/AllocationOrder.h | 8 +++ lib/CodeGen/TargetRegisterInfo.cpp | 9 ++-- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 7 +-- lib/Target/ARM/ARMBaseRegisterInfo.h | 2 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 6 +++ lib/Target/SystemZ/SystemZRegisterInfo.cpp | 81 ++++++++++++++++++++++++++++++ lib/Target/SystemZ/SystemZRegisterInfo.h | 7 +++ test/CodeGen/SystemZ/cond-move-04.mir | 75 +++++++++++++++++++++++++++ 10 files changed, 193 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/SystemZ/cond-move-04.mir