This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8896c0fa800 [Attributor] Use the white list for attributes consistently new 9d508be12ea [Attributor] Look at internal functions only on-demand new de8738f3beb [Attributor][NFC] Add assertion to guard against accidental misuse
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 | 23 +- lib/Transforms/IPO/Attributor.cpp | 147 +++++++----- test/Transforms/FunctionAttrs/internal-noalias.ll | 2 +- test/Transforms/FunctionAttrs/liveness.ll | 250 ++++++++++++++++++++- .../read_write_returned_arguments_scc.ll | 2 +- 5 files changed, 361 insertions(+), 63 deletions(-)