llvm-6502/test/MC
Chris Lattner d8f717911d fix PR8686, accepting a 'b' suffix at the end of all the setcc
instructions.  I choose to handle this with an asmparser hack,
though it could be handled by changing all the instruction definitions
to allow be "setneb" instead of "setne".  The asm parser hack is
better in this case, because we want the disassembler to produce
setne, not setneb.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120260 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-28 20:23:50 +00:00
..
ARM Add encoding for ARM "trap" instruction. 2010-11-21 11:05:29 +00:00
AsmParser Parse and remember discriminators in .loc line. I try to output them with 2010-11-13 03:18:27 +00:00
COFF Unbreak test on non-COFF targets. 2010-10-16 11:27:13 +00:00
Disassembler Now that the MBlaze backend is in its own directory, split the test cases into multiple files for different types of instructions. 2010-11-17 22:54:43 +00:00
ELF Factor some code to parseSectionFlags and fix the default type of a section. 2010-11-25 15:32:56 +00:00
MachO macho-dump: Fix typo. 2010-11-27 04:00:06 +00:00
MBlaze 1. Adding test cases for MBlaze MC disassembler. 2010-11-13 02:37:59 +00:00
X86 fix PR8686, accepting a 'b' suffix at the end of all the setcc 2010-11-28 20:23:50 +00:00