aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/RelocationResolver.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-13[MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson1-0/+3
2019-11-21[Object][RISCV] Resolve R_RISCV_32_PCRELLuís Marques1-0/+3
2019-11-21[Object][RISCV] Fix R_RISCV_SET6 and R_RISCV_SUB6 relocations resolutionLuís Marques1-2/+2
2019-09-21Support for 64-bit PC-relative relocations for X86_64Artur Pilipenko1-0/+2
2019-09-10[Object] Implement relocation resolver for COFF ARM/ARM64Martin Storsjo1-2/+53
2019-08-17[BPF] Fix bpf llvm-objdump issues.Yonghong Song1-2/+2
2019-07-19[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang1-0/+6
2019-07-18Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang1-6/+0
2019-07-18[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang1-0/+6
2019-07-18[DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury1-0/+53
2019-03-22[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song1-0/+497