This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c199314a74 [CodeView] Extend the `MemberAttributes` interface with the [...] new f8f37e9bf15 [AArch64] Add command-line option for SB
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/Support/AArch64TargetParser.def | 1 + include/llvm/Support/AArch64TargetParser.h | 1 + lib/Target/AArch64/AArch64.td | 8 ++++---- lib/Target/AArch64/AArch64InstrInfo.td | 6 +++--- lib/Target/AArch64/AArch64Subtarget.h | 4 ++-- test/MC/AArch64/{armv8.5a-specctrl.s => armv8.5a-sb.s} | 8 ++++---- test/MC/Disassembler/AArch64/armv8.5a-sb.txt | 9 +++++++++ test/MC/Disassembler/AArch64/armv8.5a-specctrl.txt | 9 --------- unittests/Support/TargetParserTest.cpp | 3 ++- 9 files changed, 26 insertions(+), 23 deletions(-) rename test/MC/AArch64/{armv8.5a-specctrl.s => armv8.5a-sb.s} (59%) create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-sb.txt delete mode 100644 test/MC/Disassembler/AArch64/armv8.5a-specctrl.txt