1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/Target/X86/MCTargetDesc
Rafael Espindola d77365c081 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
X86ELFObjectWriter.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
X86FixupKinds.h
X86MachObjectWriter.cpp Reuse existing variables. NFC. 2017-06-28 19:26:37 +00:00
X86MCAsmInfo.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp
X86MCTargetDesc.cpp
X86MCTargetDesc.h
X86WinCOFFObjectWriter.cpp Fix PR33625. 2017-06-28 17:56:07 +00:00
X86WinCOFFStreamer.cpp