llvm-6502/test/MC
2011-08-26 22:54:51 +00:00
..
ARM Correct encoding of BL with immediate offset. 2011-08-26 22:54:51 +00:00
AsmParser Fix AsmParser binary precedence for shift operators. 2011-08-20 16:24:13 +00:00
COFF
Disassembler invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We were failing to specify enough fixed bits of LDR_PRE/LDRB_PRE, resulting in decoding conflicts. Separate them into immediate vs. register versions, allowing us to specify the necessary fixed bits. This in turn results in the test being decoded properly, and being rejected as UNPREDICTABLE rather than a hard failure. 2011-08-26 20:43:14 +00:00
ELF
MachO Some autoconf tests use module level inline asm to test compiler's handling of 2011-08-24 22:31:37 +00:00
MBlaze
X86