summaryrefslogtreecommitdiff
path: root/lld/ELF/InputFiles.cpp
AgeCommit message (Expand)Author
2020-08-05[ELF] Allow SHF_LINK_ORDER sections to have sh_link=0Fangrui Song
2020-08-03[ELF] Add --dependency-file optionPetr Hosek
2020-07-31Revert "[ELF] Add --dependency-file option"Petr Hosek
2020-07-30[ELF] Add --dependency-file optionPetr Hosek
2020-07-23[ELF] Support -r --gc-sectionsFangrui Song
2020-07-13[LLD][ELF] - Allow relocation sections to appear before their target sections.Georgii Rymar
2020-06-26[ELF] --warn-backrefs: check that D79300 fixed an issue due to `mb = {}`Fangrui Song
2020-06-19[ELF] Refactor ObjFile<ELFT>::initializeSymbols to enforce the invariant: Inp...Fangrui Song
2020-06-09[ELF] Demote lazy symbols relative to a discarded section to UndefinedFangrui Song
2020-05-26[ELF] Allow misaligned SHT_GNU_verneedFangrui Song
2020-05-23[ELF] Parse SHT_GNU_verneed and respect versioned undefined symbols in shared...Fangrui Song
2020-05-15[LLD][ELF] Use offset in thin archives to disambiguate thinLTO membersHongtao Yu
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2020-04-29[ELF] Add --print-archive-stats=Fangrui Song
2020-04-03[ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_MERGE sectionsFangrui Song
2020-03-31[RISCV] ELF attribute section for RISC-V.Kai Wang
2020-03-12[ELF] Correct error message when OUTPUT_FORMAT is usedShoaib Meenai
2020-03-06LLD already has a mechanism for caching creation of DWARCContext:Alexey Lapshin
2020-03-05[ARM] Rewrite ARMAttributeParserFangrui Song
2020-03-05[LLD][NFC] Remove getOffsetInFile() workaround.Alexey Lapshin
2020-03-04[lld][ELF][COFF] Fix archived bitcode files namingevgeny
2020-02-21[ARM] Change ARMAttributeParser::Parse to use support::endianness and simplifyFangrui Song
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki
2019-12-12[ELF] Add a comment to handleSectionGroup(). NFCFangrui Song
2019-12-10[ELF] Refine section group --gc-sections rules to not discard .debug_typesFangrui Song
2019-11-19[ELF] Disallow out-of-range section group indices after D70146Fangrui Song
2019-11-19[ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song
2019-11-14Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner
2019-10-28Fix a few typos in lld/ELF to cycle botsNico Weber
2019-10-24[ELF] -r: fix crash when processing a SHT_REL[A] that relocates a SHF_MERGE a...Fangrui Song
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo
2019-10-10Improve error message for bad SHF_MERGE sectionsRui Ueyama
2019-10-07[ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song
2019-08-30[ELF] Set `referenced` bit of Undefined created by BitcodeFileFangrui Song
2019-08-14[LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13[ELF] Rename odd variable names "New" after r365730. NFCFangrui Song
2019-08-06[ELF] Make binding (weak or non-weak) logic consistent for Undefined and Shar...Fangrui Song
2019-07-29Return early. NFC.Rui Ueyama
2019-07-23ld.lld: Demangle symbols from archives in diagnosticsNico Weber
2019-07-18ELF: Allow forward references to linked sections.Peter Collingbourne
2019-07-16[ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama
2019-07-16Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere
2019-07-15[LLD][ELF] - Minor simplification. NFC.George Rimar
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
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-07-03[ELF][RISCV] Support RISC-V in getBitcodeMachineKindKito Cheng
2019-06-26Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song