This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from deae672db68 [DAG][AArch64] Disable post-legalization store new 4ab42623aa9 [ARC] Add instruction subset for the ARC backend.
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/ARC/ARCInstrFormats.td | 431 ++++++++++++++++++-- lib/Target/ARC/ARCInstrInfo.td | 502 ++++++++++++++++++++---- lib/Target/ARC/Disassembler/ARCDisassembler.cpp | 210 ++++++---- lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp | 6 + test/MC/Disassembler/ARC/alu.txt | 7 + test/MC/Disassembler/ARC/compact.txt | 379 ++++++++++++++++++ test/MC/Disassembler/ARC/misc.txt | 8 + 7 files changed, 1384 insertions(+), 159 deletions(-) create mode 100644 test/MC/Disassembler/ARC/compact.txt