summaryrefslogtreecommitdiff
path: root/lld/ELF/DWARF.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2024-10-10[ELF] Pass Ctx &Fangrui Song
2024-09-21[ELF] Replace config-> with ctx.arg.Fangrui Song
2024-08-01[ELF] Support relocatable files using CREL with explicit addendsFangrui Song
2024-04-18[lld][ELF] Add --debug-names to create merged .debug_names. (#86508)cmtice
2024-03-08[ELF] Sort sections in order. NFCFangrui Song
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-11-27[lld] Change Optional to std::optionalFangrui Song
2022-11-26[ELF] Change most llvm::Optional to std::optionalFangrui Song
2022-11-20[ELF] Change rawData to content() and data() to contentMaybeDecompress()Fangrui Song
2022-08-09[ELF] Simplify llvm::enumerate with structured binding. NFCFangrui Song
2022-02-07[ELF] Clean up headers. NFCFangrui Song
2021-12-24[ELF] Add ELFFileBase::{elfShdrs,numELFShdrs} to avoid duplicate llvm::object...Fangrui Song
2021-10-27[ELF] Replace InputBaseSection::{areRelocsRela,firstRelocation,numRelocation}...Fangrui Song
2021-10-25[ELF] Update comments/diagnostics for some long options to use the canonical ...Fangrui Song
2020-11-20[lib/Object] - Generalize the RelocationResolver API.Georgii Rymar
2020-08-13[ELF] --gdb-index: skip SHF_GROUP .debug_infoFangrui Song
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2020-04-29[ELF] --gdb-index: support .debug_loclistsFangrui Song
2020-03-05[LLD][NFC] Remove getOffsetInFile() workaround.Alexey Lapshin
2019-10-07[ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song
2019-08-07gdb-index: Wire up str_offsets section to avoid incorrect error message about...David Blaikie
2019-08-07API update for change to LLVM's lib/DebugInfo/DWARFDavid Blaikie
2019-07-18[DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-07-03Avoid identifiers that are different only in case. NFC.Rui Ueyama
2019-06-30Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song
2019-06-26Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song
2019-06-25Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...Hans Wennborg
2019-06-06Revert "Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbo...Sean Fertile
2019-06-06Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if th...Sean Fertile
2019-05-28Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song
2019-04-17[ELF] Use llvm::bsearch. NFCFangrui Song
2019-04-05ELF: De-template ELFFileBase. NFCI.Peter Collingbourne
2019-03-22[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index.George Rimar
2018-11-11[ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSectionFangrui Song
2018-10-08Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama
2018-10-03[LLD] - Do not crash when reporting errors when .debug_line_str (DWARF5) is usedGeorge Rimar
2018-09-26[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar
2018-09-14Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.Rui Ueyama