hanchenye-llvm-project/llvm/lib/Target/AArch64/MCTargetDesc
Rafael Espindola 5904e12bfa Completely rewrite ELFObjectWriter::RecordRelocation.
I started trying to fix a small issue, but this code has seen a small fix too
many.

The old code was fairly convoluted. Some of the issues it had:

* It failed to check if a symbol difference was in the some section when
  converting a relocation to pcrel.
* It failed to check if the relocation was already pcrel.
* The pcrel value computation was wrong in some cases (relocation-pc.s)
* It was missing quiet a few cases where it should not convert symbol
  relocations to section relocations, leaving the backends to patch it up.
* It would not propagate the fact that it had changed a relocation to pcrel,
  requiring a quiet nasty work around in ARM.
* It was missing comments.

llvm-svn: 205076
2014-03-29 06:26:49 +00:00
..
AArch64AsmBackend.cpp Completely rewrite ELFObjectWriter::RecordRelocation. 2014-03-29 06:26:49 +00:00
AArch64ELFObjectWriter.cpp Remove another unused argument. 2014-03-27 20:49:35 +00:00
AArch64ELFStreamer.cpp
AArch64ELFStreamer.h
AArch64FixupKinds.h
AArch64MCAsmInfo.cpp
AArch64MCAsmInfo.h
AArch64MCCodeEmitter.cpp
AArch64MCExpr.cpp
AArch64MCExpr.h
AArch64MCTargetDesc.cpp
AArch64MCTargetDesc.h Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile