This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bdecf7785e4 [benchmark] Lowercase windows specific includes new f9de7712d43 [AArch64] Attempt to parse more operands as expressions
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: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 35 ++++------- test/MC/AArch64/adr-diagnostics.s | 43 +++++++++++++ test/MC/AArch64/adr.s | 37 ++++++++++++ test/MC/AArch64/arm64-elf-relocs.s | 74 ++++++++++++++++------- test/MC/AArch64/basic-a64-diagnostics.s | 9 +++ test/MC/AArch64/elf-reloc-movw.s | 7 +++ test/MC/AArch64/label-arithmetic-elf.s | 2 + 7 files changed, 161 insertions(+), 46 deletions(-) create mode 100644 test/MC/AArch64/adr-diagnostics.s create mode 100644 test/MC/AArch64/adr.s