summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.h
Commit message (Expand)AuthorAgeFilesLines
* Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner2019-11-141-1/+2
* [LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2019-10-211-10/+2
* Improve error message for bad SHF_MERGE sectionsRui Ueyama2019-10-101-1/+1
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-4/+2
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-2/+2
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-116/+116
* [PPC32] Improve the 32-bit PowerPC portFangrui Song2019-06-061-0/+4
* [lld] Explicitly ignore comdat groups when parsing LTO object(s)Sam Clegg2019-06-051-7/+3
* Read .note.gnu.property sections and emit a merged .note.gnu.property section.Rui Ueyama2019-06-051-0/+2
* Merge ELFFileBase::{initSymtab,parseHeader} as ELFFileBase:init. NFC.Rui Ueyama2019-05-281-7/+11
* Remove elf::createSharedFile and move its code to SharedFile's ctor. NFC.Rui Ueyama2019-05-271-1/+0
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-1/+1
* Simplify InputFile::fetch().Rui Ueyama2019-05-231-3/+3
* Remove LazyObjFile::AddedToLink.Rui Ueyama2019-05-231-2/+0
* Speed up --start-lib and --end-lib.Rui Ueyama2019-05-231-2/+2
* [ELF] Improve error message for relocations to symbols defined in discarded s...Fangrui Song2019-05-221-7/+9
* Revert r358069 "Discard debuginfo for object files empty after GC"Bob Haarman2019-05-161-4/+0
* De-template parseFile() and SymbolTable's add-family functions.Rui Ueyama2019-05-161-2/+2
* Move SymbolTable::addFile to InputFiles.cpp.Rui Ueyama2019-05-141-0/+3
* [ELF] Fix typo: .symtab_shndxr -> .symtab_shndxFangrui Song2019-04-121-3/+3
* Discard debuginfo for object files empty after GCRui Ueyama2019-04-101-0/+4
* Rename a variable and add a comment.Rui Ueyama2019-04-101-1/+13
* ELF: Move verneed tracking data structures out of VersionNeedSection.Peter Collingbourne2019-04-081-12/+8
* ELF: De-template SharedFile. NFCI.Peter Collingbourne2019-04-081-19/+6
* ELF: De-template ELFFileBase. NFCI.Peter Collingbourne2019-04-051-19/+23
* ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI.Peter Collingbourne2019-04-041-3/+4
* Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama2019-04-011-18/+18
* LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPUKonstantin Zhuravlyov2019-02-141-0/+1
* [PPC64] Sort .toc sections accessed with small code model relocs.Sean Fertile2019-02-121-8/+9
* [ELF] Support --{,no-}allow-shlib-undefinedFangrui Song2019-02-011-1/+5
* Remove dead declaration.Rui Ueyama2019-01-261-1/+0
* [PPC64] Reland r351978 'Sort .toc sections accessed with small code model ...'Sean Fertile2019-01-241-0/+10
* Revert "[PPC64] Sort .toc sections accessed with small code model ..."Sean Fertile2019-01-231-10/+0
* [PPC64] Sort .toc sections accessed with small code model relocs close to .got.Sean Fertile2019-01-231-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use unique_ptr to manage a TarWriter instance. NFC.Rui Ueyama2018-12-181-1/+1
* [ELF] Read the call graph profile from object files.Michael J. Spencer2018-10-021-0/+4
* Change how we handle -wrap.Rui Ueyama2018-08-221-1/+3
* [LLD][ELF] - Check the architecture of lazy objects earlier.George Rimar2018-08-211-2/+0
* ELF: Implement --icf=safe using address-significance tables.Peter Collingbourne2018-07-181-0/+3
* Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine2018-07-171-0/+8
* [ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.George Rimar2018-07-161-3/+0
* [ELF][MIPS] Multi-GOT implementationSimon Atanasyan2018-06-111-0/+3
* Fix build broken by r334341.Rui Ueyama2018-06-091-1/+1
* Remove a dead variable.Rui Ueyama2018-06-091-1/+0
* Improve error message for -thinlto-object-suffix-replace and simplify code.Rui Ueyama2018-05-171-13/+1
* Add support for ThinLTO plugin option thinlto-object-suffix-replaceRumeet Dhindsa2018-05-161-0/+14
* Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa2018-05-021-1/+6
* [ELF] --warn-backrefs: use the same GroupId for object files in the same --{s...Fangrui Song2018-04-201-3/+3
* [ELF] Increase NextGroupId with --end-groupFangrui Song2018-04-191-2/+1
OpenPOWER on IntegriCloud