This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b01a2f Don't use a SmallSet for returned attribute inference new b7a19e9 Add a 'Returned' intrinsic property corresponding to the 'ret [...] new 4cb3366 BasicAA should look through functions with returned arguments
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/Intrinsics.td | 6 +++++ lib/Analysis/BasicAliasAnalysis.cpp | 16 +++++++++++-- lib/Analysis/ValueTracking.cpp | 6 +++++ lib/IR/Value.cpp | 12 ++++++++++ test/Analysis/BasicAA/returned.ll | 45 +++++++++++++++++++++++++++++++++++++ utils/TableGen/CodeGenIntrinsics.h | 2 +- utils/TableGen/CodeGenTarget.cpp | 3 +++ utils/TableGen/IntrinsicEmitter.cpp | 6 +++++ 8 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 test/Analysis/BasicAA/returned.ll