llvm-6502/test/MC
Saleem Abdulrasool cba7ac7bda MC: correct IMAGE_REL_ARM_MOV32T relocation emission
This corrects the emission of IMAGE_REL_ARM_MOV32T relocations.  Previously, we
were avoiding the high portion of the relocation too early.  If there was a
section-relative relocation with an offset greater than 16-bits (65535), you
would end up truncating the high order bits of the offset.  Allow the current
relocation representation to flow through out the MC layer to the object writer.
Use the new ability to restrict recorded relocations to avoid emitting the
relocation into the final object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209337 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-21 23:17:56 +00:00
..
AArch64 [ARM64] Port basic-a64-diagnostics.s over to ARM64 2014-05-20 13:33:41 +00:00
ARM MC: correct IMAGE_REL_ARM_MOV32T relocation emission 2014-05-21 23:17:56 +00:00
ARM64 TableGen: convert InstAlias's Emit bit to an int. 2014-05-20 09:17:16 +00:00
AsmParser MC: loosen an overzealous assertion 2014-05-21 17:53:18 +00:00
COFF MC: mark COFF .drectve section as REMOVE 2014-05-21 05:15:01 +00:00
Disassembler
ELF Move MCOptions that aren't shared between programs into their specific 2014-05-21 21:05:09 +00:00
MachO This command line option is only used in one place. Move it there and 2014-05-21 00:20:01 +00:00
Markup
Mips [mips][mips64r6] Add bc[12](eq|ne)z 2014-05-21 12:56:39 +00:00
PowerPC
Sparc
SystemZ
X86