This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd13df0 Simplify std::all_of predicate (to one line) by using llvm::a [...] new aff0925 Simplify std::all_of predicate (to one line) by using llvm::a [...] new c863f71 [TLI] Fix NumParams==0 prototype checking typo.
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/Analysis/TargetLibraryInfo.cpp | 100 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 +- test/Transforms/InferFunctionAttrs/annotate.ll | 859 ++++++++++++++++++++++++- test/Transforms/InferFunctionAttrs/no-proto.ll | 819 +++++++++++++++++++++++ 4 files changed, 1695 insertions(+), 86 deletions(-) create mode 100644 test/Transforms/InferFunctionAttrs/no-proto.ll