This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fc02f97 IPRA: Fix RegMask calculation for alias registers new 8fad356 Expose AttributeSetNode, use it to provide aggregate getter f [...] new 83833ac Add missing import to fix the build
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-c/Core.h | 6 +++ include/llvm/IR/Attributes.h | 1 + lib/IR/AttributeImpl.h | 69 +------------------------------ lib/IR/AttributeSetNode.h | 98 ++++++++++++++++++++++++++++++++++++++++++++ lib/IR/Core.cpp | 28 +++++++++++++ 5 files changed, 134 insertions(+), 68 deletions(-) create mode 100644 lib/IR/AttributeSetNode.h