llvm-6502/test/MC
Joerg Sonnenberger 4fd3d29275 Fix generation of the address size override prefix. Add assertions for
the invalid cases. At least 16bit operand in 64bit mode is currently not
rejected in the parser.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153166 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-21 05:48:07 +00:00
..
ARM Fix assembling ARM vst2 instructions with double-spaced registers. 2012-03-20 17:41:51 +00:00
AsmParser Assembler should accept redefinitions of unused variable symbols. 2012-03-20 21:33:21 +00:00
COFF Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff! 2012-02-23 21:56:08 +00:00
Disassembler The ARM instructions that have an unpredictable behavior when the pc register operand is given now fail with soft fail. Modified the regression tests to reflect this. 2012-03-20 15:54:56 +00:00
ELF In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. 2012-02-28 23:47:53 +00:00
MachO ARM non-scattered MachO relocations for movw/movt. 2012-03-20 17:25:45 +00:00
MBlaze Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
Mips Incremental big endian patch by Jack Carter. 2012-03-21 00:52:01 +00:00
X86 Fix generation of the address size override prefix. Add assertions for 2012-03-21 05:48:07 +00:00