llvm-6502/lib
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
..
Analysis
AsmParser
Bitcode
CodeGen Unrevert r195599 with testcase fix. 2013-11-25 18:05:22 +00:00
DebugInfo
ExecutionEngine
IR [PM] Complete the cross-layer interfaces with a Module-to-Function 2013-11-23 01:25:07 +00:00
IRReader
Linker
LTO
MC ARM integrated assembler generates incorrect nop opcode 2013-11-25 19:11:13 +00:00
Object
Option
Support Make helper function static. 2013-11-25 15:40:24 +00:00
TableGen
Target Don't use nopl in cpus that don't support it. 2013-11-25 20:15:14 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile