llvm-6502/test/MC
Jim Grosbach 89a6337085 Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
When '~imm' is encodable as a t2_so_imm but plain 'imm' is not. For example,
  mov r2, #-3
becomes
  mvn r2, #2

rdar://10349224


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143235 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-28 22:36:30 +00:00
..
ARM Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm". 2011-10-28 22:36:30 +00:00
AsmParser test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses X86 instruction. 2011-10-28 14:12:30 +00:00
COFF
Disassembler Fix illegal disassembly testcase. 2011-10-28 21:45:09 +00:00
ELF Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take 2011-10-11 06:58:11 +00:00
MachO
MBlaze
X86 Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and 2011-10-27 17:40:41 +00:00