This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 824c3767b35 Remove xgene1 from host detection new 06090406b0c [IR] Add AttributeSet to hide AttributeSetNode* again, NFC
The 1 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/AttributeSetNode.h | 93 ----------- include/llvm/IR/Attributes.h | 97 +++++++++-- lib/AsmParser/LLParser.cpp | 27 ++-- lib/AsmParser/LLParser.h | 8 +- lib/IR/AsmWriter.cpp | 44 +++-- lib/IR/AttributeImpl.h | 91 +++++++++-- lib/IR/Attributes.cpp | 205 +++++++++++++++--------- lib/IR/Core.cpp | 25 +-- lib/Transforms/IPO/ArgumentPromotion.cpp | 12 +- lib/Transforms/IPO/DeadArgumentElimination.cpp | 16 +- lib/Transforms/IPO/MergeFunctions.cpp | 3 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 7 +- lib/Transforms/Utils/CloneFunction.cpp | 12 +- 13 files changed, 356 insertions(+), 284 deletions(-) delete mode 100644 include/llvm/IR/AttributeSetNode.h