llvm-6502/test/MC
Bruno Cardoso Lopes ae0855401b Apply again changes to support ARM memory asm parsing. I removed
all LDR/STR changes and left them to a future patch. Passing all
checks now.

- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and
  fix the encoding wherever is possible.
- Add a new encoding bit to describe the index mode used and teach
  printAddrMode2Operand to check by the addressing mode which index
  mode to print.
- Testcases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128689 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-31 23:26:08 +00:00
..
ARM Apply again changes to support ARM memory asm parsing. I removed 2011-03-31 23:26:08 +00:00
AsmParser Adding a test for "-inf" as well. 2011-03-29 21:54:10 +00:00
COFF
Disassembler Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, which 2011-03-31 20:54:30 +00:00
ELF Write the section table and the section data in the same order that 2011-03-20 18:44:20 +00:00
MachO MC: Add support for disabling "temporary label" behavior. Useful for debugging 2011-03-28 22:49:15 +00:00
MBlaze
X86