llvm-project/llvm/lib/Target/Sparc/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
SparcAsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
SparcELFObjectWriter.cpp
SparcFixupKinds.h
SparcMCAsmInfo.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
SparcMCAsmInfo.h [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-14 00:33:36 +00:00
SparcMCCodeEmitter.cpp [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-02-04 00:36:49 +00:00
SparcMCExpr.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
SparcMCExpr.h
SparcMCTargetDesc.cpp Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
SparcMCTargetDesc.h Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
SparcTargetStreamer.cpp