[all-commits] [llvm/llvm-project] ea8b2c: [AVR] Add disassembly tests for supported instruct...
Ayke via All-commits
all-commits at lists.llvm.org
Wed Feb 5 03:41:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea8b2cb9bf5e79bfc9cc49c463b1f5ac9f7e5638
https://github.com/llvm/llvm-project/commit/ea8b2cb9bf5e79bfc9cc49c463b1f5ac9f7e5638
Author: Ayke van Laethem <aykevanlaethem at gmail.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M llvm/test/MC/AVR/inst-break.s
M llvm/test/MC/AVR/inst-des.s
M llvm/test/MC/AVR/inst-eicall.s
M llvm/test/MC/AVR/inst-eijmp.s
M llvm/test/MC/AVR/inst-family-set-clr-flag.s
M llvm/test/MC/AVR/inst-icall.s
M llvm/test/MC/AVR/inst-ijmp.s
M llvm/test/MC/AVR/inst-nop.s
M llvm/test/MC/AVR/inst-ret.s
M llvm/test/MC/AVR/inst-reti.s
M llvm/test/MC/AVR/inst-sleep.s
M llvm/test/MC/AVR/inst-wdr.s
Log Message:
-----------
[AVR] Add disassembly tests for supported instructions
The disassembler of the AVR backend is incomplete: most instructions do
not correctly disassemble yet.
This patch is the first in a series to add disassembly support to the
AVR backend. It starts with adding disassembler tests for instructions
that already disassemble correctly.
Differential Revision: https://reviews.llvm.org/D73911
More information about the All-commits
mailing list