This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29c8da51dba [X86] Shrink zero extends of gather indices from type less [...] new 87a9fe33751 [Attributor] Use abstract call sites for call site callback new 7a41fbe432b [Attributor] Use local linkage instead of internal
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: include/llvm/IR/CallSite.h | 9 +++ include/llvm/Transforms/IPO/Attributor.h | 16 +++++- lib/Transforms/IPO/Attributor.cpp | 68 ++++++++++++++--------- test/Transforms/FunctionAttrs/callbacks.ll | 63 +++++++++++++++++++++ test/Transforms/FunctionAttrs/internal-noalias.ll | 4 +- 5 files changed, 128 insertions(+), 32 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/callbacks.ll