This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ff5fb1 [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC new 93a4a6e [ARM] Moved ARMAttributeParser to Support new e2892e1 [aarch64][globalisel] Move data into <Target>GenRegisterBankI [...]
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: .../llvm/Support}/ARMAttributeParser.h | 8 +- .../Support}/ARMAttributeParser.cpp | 2 +- lib/Support/CMakeLists.txt | 1 + lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 193 +++++++++++---------- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 133 ++++++-------- lib/Target/AArch64/AArch64RegisterBankInfo.h | 71 +++++++- tools/llvm-readobj/CMakeLists.txt | 1 - tools/llvm-readobj/ELFDumper.cpp | 2 +- 8 files changed, 224 insertions(+), 187 deletions(-) rename {tools/llvm-readobj => include/llvm/Support}/ARMAttributeParser.h (96%) rename {tools/llvm-readobj => lib/Support}/ARMAttributeParser.cpp (99%)