This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0ba7ba PR28516: Fix LangRef description of call and invoke to match [...] new c949e6e Fix for Bug 26903, adds support to inline __builtin_mempcpy
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/TargetLibraryInfo.def | 3 ++ include/llvm/Analysis/TargetLibraryInfo.h | 2 +- lib/Analysis/TargetLibraryInfo.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 46 ++++++++++++++++++++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 1 + lib/Transforms/Utils/BuildLibCalls.cpp | 1 + test/CodeGen/Generic/mempcpy_call.ll | 16 +++++++++ test/CodeGen/X86/mempcpy_ret_val.ll | 28 +++++++++++++++ test/Transforms/InferFunctionAttrs/annotate.ll | 3 ++ test/Transforms/InferFunctionAttrs/no-proto.ll | 3 ++ 10 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Generic/mempcpy_call.ll create mode 100644 test/CodeGen/X86/mempcpy_ret_val.ll