1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/MC
Jim Grosbach 54372eef76 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

llvm-svn: 146567
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 Move test to the X86 directory, note the PR number and only run MC once. 2011-10-31 17:23:09 +00:00
COFF MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
Disassembler Add several new instructions supported by the latest MicroBlaze. 2011-11-27 05:16:58 +00:00
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 Teach the MBlaze asm parser how to parse special purpose register names. 2010-12-20 20:43:24 +00:00
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