1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/X86/MCTargetDesc
Joel Jones b127877693 MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Some targets, notably AArch64 for ILP32, have different relocation encodings
based upon the ABI. This is an enabling change, so a future patch can use the
ABIName from MCTargetOptions to chose which relocations to use. Tested using
check-llvm.

The corresponding change to clang is in: http://reviews.llvm.org/D16538

Patch by: Joel Jones

Differential Revision: https://reviews.llvm.org/D16213

llvm-svn: 276654
2016-07-25 17:18:28 +00:00
..
CMakeLists.txt Delete MCRelocationInfo::createExprForRelocation. 2016-01-15 02:24:12 +00:00
LLVMBuild.txt
X86AsmBackend.cpp MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC 2016-07-25 17:18:28 +00:00
X86BaseInfo.h Drop support for creating $stubs. 2016-06-29 14:59:50 +00:00
X86ELFObjectWriter.cpp Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86FixupKinds.h Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86MachObjectWriter.cpp Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86MCAsmInfo.cpp Move RelaxELFRel out to llvm-mc. 2016-05-29 01:11:00 +00:00
X86MCAsmInfo.h Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
X86MCCodeEmitter.cpp Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86MCTargetDesc.cpp Delete MCCodeGenInfo. 2016-06-30 18:25:11 +00:00
X86MCTargetDesc.h MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC 2016-07-25 17:18:28 +00:00
X86WinCOFFObjectWriter.cpp Don't crash trying to relax 32 loads on COFF. 2016-07-07 14:00:07 +00:00
X86WinCOFFStreamer.cpp [MC, COFF] Support link /incremental conditionally 2015-12-21 22:09:27 +00:00