summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for ThinLTO plugin option thinlto-object-suffix-replaceRumeet Dhindsa2018-05-161-1/+5
* [ELF] - Simplify. NFC.George Rimar2018-05-141-1/+1
* [ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)James Henderson2018-05-101-1/+8
* Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa2018-05-021-10/+7
* Do not set RequiresNullTerminator. NFC.Rui Ueyama2018-04-271-1/+1
* Add --warn-backrefs to maintain compatibility with other linkersRui Ueyama2018-04-091-4/+17
* Avoid some temporary allocations.Rafael Espindola2018-04-061-2/+8
* Merge LazyArchive::fetch() and ArchiveFile::getMember(). NFC.Rui Ueyama2018-04-031-13/+12
* Re-implement --just-symbols as a regular object file.Rui Ueyama2018-03-301-42/+28
* Rename NonLocal -> Global.Rui Ueyama2018-03-281-11/+11
* Strip @VER suffices from the LTO output.Rafael Espindola2018-03-281-0/+4
* Force SHF_MERGE optimizations with -r.Rafael Espindola2018-03-271-3/+13
* Remove extraneous local variable. NFC.Rui Ueyama2018-03-271-5/+3
* Update comments.Rui Ueyama2018-03-271-11/+10
* Refactor SharedFile::parseRest. NFC.Rui Ueyama2018-03-261-56/+77
* Do not add a dummy entry to SharedFile::Verdefs. NFC.Rui Ueyama2018-03-241-8/+4
* Remove "FIXME" from a comment.Rui Ueyama2018-03-231-7/+6
* Fix the MSVC build.Rafael Espindola2018-03-231-1/+1
* Fix PR36793.Rafael Espindola2018-03-231-53/+38
* Replace a std::pair with a struct.Rafael Espindola2018-03-211-2/+2
* Add a comment about ELF spec and the symbol table's sh_info.Rui Ueyama2018-03-151-0/+4
* [ELF] - Formatted comment, fixed mistype. NFC.George Rimar2018-03-121-3/+2
* [ELF] - Fix crash relative to SHF_LINK_ORDER sections.George Rimar2018-03-081-2/+9
* Return early. NFC.Rui Ueyama2018-03-081-0/+1
* Simplify LazyobjFile and readElfSymbols.Rui Ueyama2018-03-081-45/+34
* [ELF] Prevent crash when reporting errors if debug line cannot be parsedJames Henderson2018-03-071-0/+2
* Implement --just-symbols.Rui Ueyama2018-03-061-0/+41
* Put undefined symbols from shared libraries in the symbol table.Rafael Espindola2018-02-271-1/+4
* [ELF] Create and export symbols provided by a linker script if they reference...Igor Kudrin2018-02-271-1/+1
* ELF: Stop collecting a list of symbols in ArchiveFile.Peter Collingbourne2018-02-161-2/+1
* [ELF][MIPS] Ignore incorrect version definition index for _gp_disp symbolSimon Atanasyan2018-02-071-0/+8
* [ELF] - Report valid binary filename when reporting error.George Rimar2018-02-051-2/+2
* Strip .note.gnu.build-id sections if --build-id is given.Rui Ueyama2018-02-021-0/+8
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-3/+1
* Detemplate reportDuplicate.Rafael Espindola2017-12-231-14/+54
* Pass an InputFile to the InputSection constructor.Rafael Espindola2017-12-211-7/+5
* Convert a few more InputFiles to references.Rafael Espindola2017-12-211-6/+6
* clang-format. NFC.Rafael Espindola2017-12-201-5/+5
* Use a reference in addLazyArchive. NFC.Rafael Espindola2017-12-201-1/+1
* Use a reference for the shared symbol file.Rafael Espindola2017-12-201-2/+2
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-201-2/+2
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-201-5/+5
* Handle a VersymIndex of 0 as an error.Rafael Espindola2017-12-151-5/+2
* Fix error messages.Rui Ueyama2017-12-151-1/+1
* Use warn() instead of error() to report a bad symbol in a DSO.Rui Ueyama2017-12-151-0/+6
* Inline a small function.Rui Ueyama2017-12-131-10/+5
* Remove unnecessary use of Repl.Rafael Espindola2017-12-131-4/+1
* Compact symbols from 96 to 88 bytes.Rafael Espindola2017-12-121-3/+5
* Remove checkToString functions and use toString instead.Rui Ueyama2017-12-071-40/+30
* Always evaluate the second argument for CHECK() lazily.Rui Ueyama2017-12-061-41/+36
OpenPOWER on IntegriCloud