1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Target/SystemZ/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
SystemZMCAsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
SystemZMCAsmInfo.cpp Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation 2017-04-17 17:41:25 +00:00
SystemZMCAsmInfo.h Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
SystemZMCCodeEmitter.cpp [SystemZ] Add decimal integer instructions 2017-05-10 12:42:45 +00:00
SystemZMCFixups.h [SystemZ] Support execution hint instructions 2016-11-28 14:01:51 +00:00
SystemZMCObjectWriter.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
SystemZMCTargetDesc.cpp [SystemZ] Add all remaining instructions 2017-06-30 20:43:40 +00:00
SystemZMCTargetDesc.h [SystemZ] Add all remaining instructions 2017-06-30 20:43:40 +00:00