This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2589f81ceee Mark two tests REQUIRES: x86-registered-backend new dbea76e0ee1 [ARM] Allow the scheduler to clone a node with glue to avoi [...] new 6ac1c6ccf1f [PowerPC] Return true in enableMultipleCopyHints().
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/CodeGen/TargetInstrInfo.h | 4 ++ lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 20 +++++++-- lib/Target/ARM/Thumb1InstrInfo.cpp | 13 ++++++ lib/Target/ARM/Thumb1InstrInfo.h | 1 + lib/Target/PowerPC/PPCRegisterInfo.h | 2 + test/CodeGen/PowerPC/licm-tocReg.ll | 16 +++---- test/CodeGen/PowerPC/load-two-flts.ll | 4 +- test/CodeGen/PowerPC/ppc64-byval-align.ll | 3 +- test/CodeGen/PowerPC/select-i1-vs-i1.ll | 60 +++++++++----------------- test/CodeGen/Thumb/pr35836.ll | 56 ++++++++++++++++++++++++ test/CodeGen/Thumb/pr35836_2.ll | 57 ++++++++++++++++++++++++ 11 files changed, 180 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/Thumb/pr35836.ll create mode 100644 test/CodeGen/Thumb/pr35836_2.ll