This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 490f3306c44 [NFC] Revisited/updated tests new ee6bef201db [ValueTracking] Improve reverse assumption inference new 724a1895341 [SimplifyLibCalls] Add noalias from known callsites new 38ed850b98d [util] Allow callsigns when running git llvm revert
The 3 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/ValueTracking.cpp | 8 ++- lib/Transforms/Utils/SimplifyLibCalls.cpp | 9 +++ test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll | 5 +- test/Transforms/InstCombine/annotate-noalias.ll | 78 ++++++++++++++++++++++ test/Transforms/InstCombine/assume_inevitable.ll | 4 +- test/Transforms/InstCombine/mem-deref-bytes.ll | 4 +- test/Transforms/InstCombine/memcpy-1.ll | 10 +-- test/Transforms/InstCombine/memcpy-from-global.ll | 16 ++--- test/Transforms/InstCombine/memcpy-to-load.ll | 6 +- test/Transforms/InstCombine/memcpy.ll | 2 +- test/Transforms/InstCombine/memcpy_chk-1.ll | 6 +- test/Transforms/InstCombine/memmove.ll | 2 +- test/Transforms/InstCombine/objsize.ll | 2 +- test/Transforms/InstCombine/sprintf-1.ll | 8 +-- test/Transforms/InstCombine/stpcpy_chk-1.ll | 6 +- test/Transforms/InstCombine/strcpy_chk-1.ll | 8 +-- test/Transforms/InstCombine/strncpy_chk-1.ll | 6 +- .../MemCpyOpt/memcpy-to-memset-with-lifetimes.ll | 2 +- utils/git-svn/git-llvm | 6 +- 19 files changed, 142 insertions(+), 46 deletions(-) create mode 100644 test/Transforms/InstCombine/annotate-noalias.ll