llvm-project/llvm/lib/Target/RISCV/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
RISCVAsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
RISCVELFObjectWriter.cpp
RISCVMCAsmInfo.cpp Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation 2017-04-17 17:41:25 +00:00
RISCVMCAsmInfo.h
RISCVMCCodeEmitter.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
RISCVMCTargetDesc.cpp [RISCV] Fix unused variable in RISCVMCTargetDesc. NFC 2017-02-14 05:15:24 +00:00
RISCVMCTargetDesc.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00