aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/RelocationResolver.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-1/+1
2021-07-14[ARM] Fix RELA relocations for 32bit ARM.Wolfgang Pieb1-4/+14
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-2/+2
2021-06-07BPF: fix relocation types in lib/Object/RelocationResolver.cppYonghong Song1-4/+4
2021-03-08[WebAssembly] Add new relocation for location relative dataYuta Saito1-0/+2
2021-01-02[PowerPC] Support powerpcle target in LLVMObject [2/5]Brandon Bergren1-0/+1
2020-11-20[lib/Object] - Generalize the RelocationResolver API.Georgii Rymar1-105/+162
2020-11-13[WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pcWouter van Oortmerssen1-0/+2
2020-10-23[WebAssembly] Implementation of (most) table instructionsPaulo Matos1-0/+2
2020-07-18[DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdat...Fangrui Song1-2/+12
2020-07-17[RelocationResolver] Support R_AARCH64_PREL32Fangrui Song1-0/+6
2020-07-17[RelocationResolver] Support R_PPC_REL32 & R_PPC64_REL{32,64}Fangrui Song1-2/+18
2020-07-16[WebAssembly] 64-bit (function) pointer fixes.Wouter van Oortmerssen1-0/+4
2020-06-22[MSP430] Enable some basic support for debug informationAnatoly Trosinenko1-0/+23
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen1-0/+25
2020-04-16[WebAssembly] Add int32 DW_OP_WASM_location variantWouter van Oortmerssen1-0/+2
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