This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8aa6651317 [IR] Delete unused Argument::removeAttr overload new 4e397d9e338 Cleanup: Use DIExpression::prepend in buildDbgValueForSpill [...] new 331b9af31da Use Argument::hasAttribute and AttributeList::ReturnIndex more
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 | 2 +- include/llvm/IR/DebugInfoMetadata.h | 2 +- include/llvm/IR/Function.h | 8 +++-- lib/Analysis/CFLGraph.h | 2 +- lib/CodeGen/MachineInstr.cpp | 11 ++----- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 40 +++++++++++------------- lib/IR/AsmWriter.cpp | 32 +++++++++---------- lib/IR/Attributes.cpp | 29 ++++------------- lib/IR/DebugInfoMetadata.cpp | 5 +-- lib/IR/Instructions.cpp | 3 +- lib/IR/Value.cpp | 4 +-- lib/Target/AArch64/AArch64FastISel.cpp | 15 ++++----- lib/Target/ARM/ARMFastISel.cpp | 24 +++++++------- lib/Target/Hexagon/HexagonBitTracker.cpp | 9 ++---- lib/Target/Mips/MipsFastISel.cpp | 27 +++++++--------- lib/Target/X86/X86FastISel.cpp | 15 ++++----- lib/Transforms/IPO/ArgumentPromotion.cpp | 29 +++++++---------- lib/Transforms/IPO/FunctionAttrs.cpp | 5 +-- 18 files changed, 108 insertions(+), 154 deletions(-)