1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Target/AArch64/MCTargetDesc
David Green 7170871c24 [AArch64] Add support for got relocated LDR's
As a part of adding the tiny codemodel, we need to support ldr's with :got:
relocations on them. This seems to be mostly already done, just needs the
relocation type support.

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

llvm-svn: 338673
2018-08-02 06:24:40 +00:00
..
AArch64AddressingModes.h [AArch64][SVE] Fix range for DUP immediates (16bit elts) 2018-06-04 07:24:23 +00:00
AArch64AsmBackend.cpp [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup 2018-06-06 09:40:06 +00:00
AArch64ELFObjectWriter.cpp [AArch64] Add support for got relocated LDR's 2018-08-02 06:24:40 +00:00
AArch64ELFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64ELFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64FixupKinds.h Don't repeat name in comments. 80 columns. NFC. 2017-06-28 14:59:30 +00:00
AArch64MachObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64MCAsmInfo.cpp [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes 2018-07-23 22:15:14 +00:00
AArch64MCAsmInfo.h [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes 2018-07-23 22:15:14 +00:00
AArch64MCCodeEmitter.cpp [AArch64][SVE] Asm: Support for INC/DEC (scalar) instructions. 2018-06-15 15:47:44 +00:00
AArch64MCExpr.cpp [AArch64] Add support for secrel add/load/store relocations for COFF 2018-03-01 20:42:28 +00:00
AArch64MCExpr.h [AArch64] Add support for secrel add/load/store relocations for COFF 2018-03-01 20:42:28 +00:00
AArch64MCTargetDesc.cpp [cfi-verify] Support AArch64. 2018-07-13 15:19:33 +00:00
AArch64MCTargetDesc.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64TargetStreamer.cpp [AArch64] Support the .inst directive for MachO and COFF targets 2018-07-31 09:26:52 +00:00
AArch64TargetStreamer.h
AArch64WinCOFFObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64WinCOFFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64WinCOFFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
CMakeLists.txt [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
LLVMBuild.txt