This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8192200388a [llvm-readobj] Change variables' name to match LLVM-style. NFC. new 9b4c3643b3b Revert "[PowerPC] Add initialization for some ppc 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/PowerPC/PPC.h | 14 --- lib/Target/PowerPC/PPCBranchCoalescing.cpp | 4 + lib/Target/PowerPC/PPCBranchSelector.cpp | 4 + lib/Target/PowerPC/PPCCTRLoops.cpp | 7 ++ lib/Target/PowerPC/PPCEarlyReturn.cpp | 4 + lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 6 ++ lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 4 + lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 4 + lib/Target/PowerPC/PPCTLSDynamicCall.cpp | 4 + lib/Target/PowerPC/PPCTOCRegDeps.cpp | 4 + lib/Target/PowerPC/PPCTargetMachine.cpp | 14 --- lib/Target/PowerPC/PPCVSXCopy.cpp | 4 + lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 4 + test/CodeGen/PowerPC/ppc-passname-assert.ll | 12 --- test/CodeGen/PowerPC/ppc-passname.ll | 130 ---------------------------- 15 files changed, 49 insertions(+), 170 deletions(-) delete mode 100644 test/CodeGen/PowerPC/ppc-passname-assert.ll delete mode 100644 test/CodeGen/PowerPC/ppc-passname.ll