llvm-project/llvm/lib/Target/AArch64/MCTargetDesc
Rafael Espindola 1beb702ba2 Fully fix the movw/movt addend.
The issue is not if the value is pcrel. It is whether we have a
relocation or not.

If we have a relocation, the static linker will select the upper
bits. If we don't have a relocation, we have to do it.

llvm-svn: 307730
2017-07-11 23:18:25 +00:00
..
AArch64AddressingModes.h AArch64: allow MOV (imm) alias to be printed 2016-06-16 01:42:25 +00:00
AArch64AsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
AArch64ELFObjectWriter.cpp clang-format a file. 2017-06-27 22:14:20 +00:00
AArch64ELFStreamer.cpp [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
AArch64ELFStreamer.h
AArch64FixupKinds.h Don't repeat name in comments. 80 columns. NFC. 2017-06-28 14:59:30 +00:00
AArch64MCAsmInfo.cpp [COFF, AArch64] Set the private label prefix to .L 2017-07-06 21:08:34 +00:00
AArch64MCAsmInfo.h [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
AArch64MCCodeEmitter.cpp AArch64: lower "fence singlethread" to a pure compiler barrier. 2017-04-20 21:57:45 +00:00
AArch64MCExpr.cpp [AArch64] ILP32 Backend Relocation Support 2017-05-02 22:01:48 +00:00
AArch64MCExpr.h [AArch64] ILP32 Backend Relocation Support 2017-05-02 22:01:48 +00:00
AArch64MCTargetDesc.cpp [AArch64] Make assert messages uniform and general [NFC] 2017-06-28 19:37:38 +00:00
AArch64MCTargetDesc.h [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
AArch64MachObjectWriter.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AArch64TargetStreamer.cpp [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-06 00:30:53 +00:00
AArch64TargetStreamer.h
AArch64WinCOFFObjectWriter.cpp [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
AArch64WinCOFFStreamer.cpp [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
AArch64WinCOFFStreamer.h [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
CMakeLists.txt [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
LLVMBuild.txt