This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec5a93629f9 [MDA] Use common code instead of reimplementing same. [NFC] new bbb2a7afcc2 Revert [PowerPC] This reverts commit rL322721
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/Analysis/TargetTransformInfo.h | 9 -- include/llvm/Analysis/TargetTransformInfoImpl.h | 2 - lib/Analysis/TargetTransformInfo.cpp | 4 - lib/Target/PowerPC/PPCCallingConv.td | 53 ------- lib/Target/PowerPC/PPCFastISel.cpp | 2 - lib/Target/PowerPC/PPCFrameLowering.cpp | 14 +- lib/Target/PowerPC/PPCISelLowering.cpp | 17 +-- lib/Target/PowerPC/PPCRegisterInfo.cpp | 18 --- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 13 -- lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +- lib/Transforms/IPO/GlobalOpt.cpp | 164 +-------------------- test/CodeGen/PowerPC/coldcc.ll | 46 ------ test/CodeGen/PowerPC/coldcc2.ll | 42 ------ test/Other/pass-pipelines.ll | 2 +- .../GlobalOpt/PowerPC/coldcc_coldsites.ll | 81 ---------- test/Transforms/GlobalOpt/PowerPC/lit.local.cfg | 3 - test/Transforms/GlobalOpt/coldcc_stress_test.ll | 48 ------ 17 files changed, 13 insertions(+), 507 deletions(-) delete mode 100644 test/CodeGen/PowerPC/coldcc.ll delete mode 100644 test/CodeGen/PowerPC/coldcc2.ll delete mode 100644 test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll delete mode 100644 test/Transforms/GlobalOpt/PowerPC/lit.local.cfg delete mode 100644 test/Transforms/GlobalOpt/coldcc_stress_test.ll