summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* [ELF] Add a comment to handleSectionGroup(). NFCFangrui Song2019-12-121-0/+2
* [ELF] Refine section group --gc-sections rules to not discard .debug_typesFangrui Song2019-12-101-20/+38
* [ELF] Disallow out-of-range section group indices after D70146Fangrui Song2019-11-191-0/+2
* [ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song2019-11-191-0/+23
* Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner2019-11-141-0/+1
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-1/+1
* [ELF] -r: fix crash when processing a SHT_REL[A] that relocates a SHF_MERGE a...Fangrui Song2019-10-241-10/+10
* [LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2019-10-211-73/+4
* Improve error message for bad SHF_MERGE sectionsRui Ueyama2019-10-101-5/+8
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-31/+33
* [ELF] Set `referenced` bit of Undefined created by BitcodeFileFangrui Song2019-08-301-1/+3
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [ELF] Rename odd variable names "New" after r365730. NFCFangrui Song2019-08-131-6/+6
* [ELF] Make binding (weak or non-weak) logic consistent for Undefined and Shar...Fangrui Song2019-08-061-0/+1
* Return early. NFC.Rui Ueyama2019-07-291-10/+10
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-231-2/+2
* ELF: Allow forward references to linked sections.Peter Collingbourne2019-07-181-17/+21
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-6/+6
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-3/+3
* Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere2019-07-161-1/+1
* [LLD][ELF] - Minor simplification. NFC.George Rimar2019-07-151-4/+6
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-9/+9
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-679/+679
* Avoid identifiers that are different only in case. NFC.Rui Ueyama2019-07-031-5/+5
* [ELF][RISCV] Support RISC-V in getBitcodeMachineKindKito Cheng2019-07-031-0/+3
* Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song2019-06-261-0/+3
* Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...Hans Wennborg2019-06-251-3/+0
* [ELF][AArch64] Support for BTI and PACPeter Smith2019-06-071-3/+8
* Revert "Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbo...Sean Fertile2019-06-061-0/+3
* Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if th...Sean Fertile2019-06-061-3/+0
* [lld] Explicitly ignore comdat groups when parsing LTO object(s)Sam Clegg2019-06-051-21/+14
* [ELF] Allow reading of more than one FEATURE_1_AND in same object.Peter Smith2019-06-051-5/+7
* Read .note.gnu.property sections and emit a merged .note.gnu.property section.Rui Ueyama2019-06-051-0/+77
* Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song2019-05-281-0/+3
* Revert [ELF] Error on relocations to STT_SECTION symbols if the sections were...Haojian Wu2019-05-281-3/+0
* [ELF] Error on relocations to STT_SECTION symbols if the sections were discardedFangrui Song2019-05-281-0/+3
* Merge ELFFileBase::{initSymtab,parseHeader} as ELFFileBase:init. NFC.Rui Ueyama2019-05-281-71/+59
* Remove elf::createSharedFile and move its code to SharedFile's ctor. NFC.Rui Ueyama2019-05-271-52/+48
* Simplify InputFile::fetch().Rui Ueyama2019-05-231-6/+7
* Remove LazyObjFile::AddedToLink.Rui Ueyama2019-05-231-11/+7
* Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.Rui Ueyama2019-05-231-12/+11
* Speed up --start-lib and --end-lib.Rui Ueyama2019-05-231-57/+105
* [ELF] Improve error message for relocations to symbols defined in discarded s...Fangrui Song2019-05-221-17/+24
* Simplify the logic to instantiate Symbols. Should be NFC.Rui Ueyama2019-05-221-5/+3
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+43
* Move symbol resolution code out of SymbolTable class.Rui Ueyama2019-05-171-20/+19
* [LTO] Improve readability of module IDsIgor Kudrin2019-05-161-4/+5
* Pemove SymbolTable::addBitcode as it is redundant.Rui Ueyama2019-05-161-1/+1
* De-template parseFile() and SymbolTable's add-family functions.Rui Ueyama2019-05-161-22/+30
OpenPOWER on IntegriCloud