This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a0d45ff9b7 [X86] Add IMUL schedule tests new a9fb8967977 [X86] Add ENTER/LEAVE schedule tests new 7b053da09f2 [PowerPC] MachineSSA pass to reduce the number of CR-logica [...]
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: lib/Target/PowerPC/CMakeLists.txt | 1 + lib/Target/PowerPC/PPC.h | 1 + lib/Target/PowerPC/PPCMachineBasicBlockUtils.h | 198 +++++++++ lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 533 +++++++++++++++++++++++++ lib/Target/PowerPC/PPCTargetMachine.cpp | 7 + test/CodeGen/PowerPC/licm-remat.ll | 7 +- test/CodeGen/PowerPC/select-i1-vs-i1.ll | 376 +++++++++-------- test/CodeGen/PowerPC/tail-dup-layout.ll | 9 +- test/CodeGen/X86/schedule-x86_32.ll | 74 ++++ test/CodeGen/X86/schedule-x86_64.ll | 158 +++++++- 10 files changed, 1182 insertions(+), 182 deletions(-) create mode 100644 lib/Target/PowerPC/PPCMachineBasicBlockUtils.h create mode 100644 lib/Target/PowerPC/PPCReduceCRLogicals.cpp