llvm-6502/test/MC
Rafael Espindola 8f6631cdb6 Don't use nopl in cpus that don't support it.
Patch by Mikulas Patocka. I added the test. I checked that for cpu names that
gas knows about, it also doesn't generate nopl.

The modified cpus:
i686 - there are i686-class CPUs that don't have nopl: Via c3, Transmeta
        Crusoe, Microsoft VirtualBox - see
        https://bbs.archlinux.org/viewtopic.php?pid=775414
k6, k6-2, k6-3, winchip-c6, winchip2 - these are 586-class CPUs
via c3 c3-2 - see https://bugs.archlinux.org/task/19733 as a proof that
        Via c3 and c3-Nehemiah don't have nopl

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195679 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-25 20:15:14 +00:00
..
AArch64 Implemented Neon scalar vdup_lane intrinsics. 2013-11-21 08:16:15 +00:00
ARM ARM integrated assembler generates incorrect nop opcode 2013-11-25 19:11:13 +00:00
AsmParser
COFF Fix .comm and .lcomm on COFF. 2013-11-25 16:06:04 +00:00
Disassembler Fixed a bug about disassembling AArch64 post-index load/store single element instructions. 2013-11-25 01:53:26 +00:00
ELF
MachO
Markup
Mips reverts 195057 per request 2013-11-19 20:53:28 +00:00
PowerPC
SystemZ
X86 Don't use nopl in cpus that don't support it. 2013-11-25 20:15:14 +00:00