llvm-6502/test/MC/MachO/ARM
David Sehr f2a1c83c86 Correct ARM NOP encoding
The encoding of NOP in ARMAsmBackend.cpp is missing a trailing zero, which
causes the emission of a coprocessor instruction rather than "mov r0, r0"
as indicated in the comment.  The test also checks for the wrong encoding.

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121203/157919.html



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169420 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 21:01:27 +00:00
..
darwin-ARM-reloc.s
darwin-Thumb-reloc.s
data-in-code.s Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
empty-function-nop.ll Fix flags for test in MC/MachO/ARM/empty-function-nop.ll 2012-03-01 00:29:09 +00:00
lit.local.cfg A test in thid directory was not being run because lit.local.cfg didn't 2012-12-04 17:00:11 +00:00
llvm-objdump-macho-stripped.s Fixed a bug in llvm-objdump when disassembling using -macho option for a binary 2012-05-18 00:13:56 +00:00
llvm-objdump-macho.s Add a test case for r156840, a fix to llvm-objdump when disassembling using 2012-05-15 20:20:50 +00:00
long-call-branch-island-relocation.s ARM: Darwin BL/BLX relocations to out-of-range symbols. 2012-09-25 18:07:17 +00:00
no-subsections-reloc.s
nop-armv4-padding.s Correct ARM NOP encoding 2012-12-05 21:01:27 +00:00
nop-armv6t2-padding.s
nop-thumb2-padding.s
nop-thumb-padding.s
relax-thumb2-branches.s
relax-thumb-ldr-literal.s
static-movt-relocs.s ARM non-scattered MachO relocations for movw/movt. 2012-03-20 17:25:45 +00:00
thumb2-function-relative-load.s
thumb2-movt-fixup.s
thumb2-movw-fixup.s Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp 2012-07-30 18:46:15 +00:00
thumb-bl-jbits.s Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits 2012-05-03 22:41:56 +00:00