This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 503f462 [llvm-cov] - Included footer "Generated by llvm-cov -- llvm v [...] new 7d76437 Enable simplify libcalls for ARM PCS
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/Transforms/Utils/SimplifyLibCalls.cpp | 38 +++++++- test/Transforms/InstCombine/ARM/strcmp.ll | 153 ++++++++++++++++++++++++++++++ test/Transforms/InstCombine/ARM/strcpy.ll | 76 +++++++++++++++ 3 files changed, 264 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/InstCombine/ARM/strcmp.ll create mode 100644 test/Transforms/InstCombine/ARM/strcpy.ll