This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c20c6c1b771 Stubs out TLOF for AIX and add support for common vars in a [...] new 7967d97d627 [Attributor] NoAlias on return values.
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/Transforms/IPO/Attributor.h | 21 ++++ lib/Transforms/IPO/Attributor.cpp | 113 ++++++++++++++++- test/Transforms/FunctionAttrs/noalias_returned.ll | 140 ++++++++++++++++++++++ test/Transforms/FunctionAttrs/nonnull.ll | 11 +- 4 files changed, 276 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/noalias_returned.ll