llvm-project/llvm/lib/Target/SystemZ/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
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
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