This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83a78f7584e Add more initializers to quiet a clang warning new 12b04c98f74 Re-commit : [PowerPC] Add handling for ColdCC calling conve [...]
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 ++++++++++ .../GlobalOpt}/PowerPC/lit.local.cfg | 0 test/Transforms/GlobalOpt/coldcc_stress_test.ll | 48 ++++++ 17 files changed, 504 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/PowerPC/coldcc.ll create mode 100644 test/CodeGen/PowerPC/coldcc2.ll create mode 100644 test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll copy test/{Analysis/CostModel => Transforms/GlobalOpt}/PowerPC/lit.local.cfg (100%) create mode 100644 test/Transforms/GlobalOpt/coldcc_stress_test.ll