llvm-project/llvm/lib/Target/X86/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
..
CMakeLists.txt
LLVMBuild.txt
X86AsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
X86BaseInfo.h X86: Produce @ABS8 symbol modifiers for absolute symbols in range [0,128). 2017-02-02 00:32:03 +00:00
X86ELFObjectWriter.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
X86FixupKinds.h Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86MCAsmInfo.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-02 22:55:55 +00:00
X86MCTargetDesc.cpp Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
X86MCTargetDesc.h Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
X86MachObjectWriter.cpp Reuse existing variables. NFC. 2017-06-28 19:26:37 +00:00
X86WinCOFFObjectWriter.cpp Fix PR33625. 2017-06-28 17:56:07 +00:00
X86WinCOFFStreamer.cpp Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00