This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31d8a650822 [NFC][CodeGen] Add unary fneg tests to X86/fma-fneg-combine.ll new 8a6498e0476 [PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-p [...]
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/CodeGen/MachinePipeliner.h | 6 +-- include/llvm/CodeGen/TargetInstrInfo.h | 5 +- include/llvm/CodeGen/TargetSubtargetInfo.h | 3 ++ lib/CodeGen/MachinePipeliner.cpp | 16 ++++-- lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 ++-- lib/Target/Hexagon/HexagonInstrInfo.h | 2 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 74 ++++++++++++++++++++++++++++ lib/Target/PowerPC/PPCInstrInfo.h | 28 +++++++++++ lib/Target/PowerPC/PPCSubtarget.cpp | 13 ++++- lib/Target/PowerPC/PPCSubtarget.h | 8 ++- lib/Target/PowerPC/PPCTargetMachine.cpp | 3 ++ test/CodeGen/PowerPC/sms-simple.ll | 78 ++++++++++++++++++++++++++++++ 12 files changed, 227 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/PowerPC/sms-simple.ll