This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a52192cab50 [ARM] Revert r337821 new 90e3e8259bc [AArch64] Support the .inst directive for MachO and COFF targets new 4c60168fd23 [ARM] Support the .inst directive for MachO and COFF targets new c5db03f3384 [ARM] Allow automatically deducing the thumb instruction si [...]
The 3 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 | 11 +++-- .../AArch64/MCTargetDesc/AArch64TargetStreamer.cpp | 14 ++++++- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 29 ++++++++----- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 38 ++++++++++++++++- test/MC/AArch64/inst-directive-other.s | 42 +++++++++++++++++++ test/MC/ARM/directive-unsupported.s | 18 --------- test/MC/ARM/inst-directive-other.s | 47 ++++++++++++++++++++++ test/MC/ARM/inst-thumb-suffixes-auto.s | 16 ++++++++ test/MC/ARM/inst-thumb-suffixes.s | 2 +- 9 files changed, 181 insertions(+), 36 deletions(-) create mode 100644 test/MC/AArch64/inst-directive-other.s create mode 100644 test/MC/ARM/inst-directive-other.s create mode 100644 test/MC/ARM/inst-thumb-suffixes-auto.s