llvm-6502/test/MC
Jim Grosbach 8d11c6349f ARM/Thumb2 'cmp rn, #imm' alias to cmn.
When 'cmp rn #imm' doesn't match due to the immediate not being representable,
but 'cmn rn, #-imm' does match, use the latter in place of the former, as
it's equivalent.

rdar://10552389

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146567 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-14 17:30:24 +00:00
..
ARM ARM/Thumb2 'cmp rn, #imm' alias to cmn. 2011-12-14 17:30:24 +00:00
AsmParser
COFF MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
Disassembler
ELF Add support for gnu_indirect_function. 2011-12-12 17:34:04 +00:00
MachO Don't rely on a particular version string for llvm. 2011-12-13 00:34:14 +00:00
MBlaze
Mips Add test/MC/Mips/dg.exp. 2011-12-13 04:12:49 +00:00
X86 XOP instructions and encoding tests. 2011-12-12 19:37:49 +00:00