1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/AMDGPU/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
..
AMDGPUAsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
AMDGPUCodeObjectMetadataStreamer.cpp AMDGPU/NFC: Move amdgpu code object metadata to support 2017-06-06 18:35:50 +00:00
AMDGPUCodeObjectMetadataStreamer.h AMDGPU/NFC: Move amdgpu code object metadata to support 2017-06-06 18:35:50 +00:00
AMDGPUELFObjectWriter.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AMDGPUELFStreamer.cpp
AMDGPUELFStreamer.h
AMDGPUFixupKinds.h
AMDGPUMCAsmInfo.cpp AMDGPU: Set StackGrowsUp in MCAsmInfo 2017-04-24 19:40:51 +00:00
AMDGPUMCAsmInfo.h
AMDGPUMCCodeEmitter.cpp
AMDGPUMCCodeEmitter.h [AMDGPU] SDWA: merge VI and GFX9 pseudo instructions 2017-06-21 08:53:38 +00:00
AMDGPUMCTargetDesc.cpp
AMDGPUMCTargetDesc.h AMDGPU: Fix crash when disassembling VOP3 mac 2017-04-10 17:58:06 +00:00
AMDGPUTargetStreamer.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AMDGPUTargetStreamer.h AMDGPU: Remove deprecated and unused elf definitions 2017-06-05 21:33:40 +00:00
CMakeLists.txt [AMDGPU] Restructure code object metadata creation 2017-03-22 22:32:22 +00:00
LLVMBuild.txt
R600MCCodeEmitter.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
SIMCCodeEmitter.cpp AMDGPU: Whitespace fixes 2017-06-26 03:01:36 +00:00