This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4575679a86e Revert Added Delta IR Reduction Tool new ac133362339 [llvm-readobj][test] Add baseline tests for FreeBSD/AMD/AMD [...] new 30deba89f04 [Attributor] Provide easier checkForallReturnedValues funct [...]
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/Transforms/IPO/Attributor.h | 46 +++++--- lib/Transforms/IPO/Attributor.cpp | 144 +++++++++++++++---------- test/Transforms/FunctionAttrs/arg_nocapture.ll | 2 +- test/Transforms/FunctionAttrs/arg_returned.ll | 4 +- test/tools/llvm-readobj/note-amd.s | 108 +++++++++++++++++++ test/tools/llvm-readobj/note-amdgpu.test | 85 +++++++++++++++ test/tools/llvm-readobj/note-freebsd.s | 58 ++++++++++ 7 files changed, 373 insertions(+), 74 deletions(-) create mode 100644 test/tools/llvm-readobj/note-amd.s create mode 100644 test/tools/llvm-readobj/note-amdgpu.test create mode 100644 test/tools/llvm-readobj/note-freebsd.s