summaryrefslogtreecommitdiffstats
path: root/lld/ELF
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Do not crash when -r output uses linker script with `/DISCARD/`George Rimar2018-11-012-5/+13
* [ELF] Refactor per-target TLS layout configuration. NFC.Ryan Prichard2018-10-315-34/+26
* [ELF] Fallback to sh_link=0 if neither .dynsym nor .symtab existsFangrui Song2018-10-301-5/+9
* [PPC64] Handle powerpc64 in OUTPUT_FORMAT.Sean Fertile2018-10-301-0/+4
* [ELF][PPC64]Workaround bogus Visual Studio build warningJames Henderson2018-10-301-1/+2
* Rename warnUnorderableSymbol maybeWarnUnorderableSymbol because the function ...Rui Ueyama2018-10-264-4/+4
* Refactor readCallGraph() and readCallGraphFromObjectFiles(). NFC.Rui Ueyama2018-10-261-21/+28
* [ELF] Add --{,no-}call-graph-profile-sort (enabled by default)Fangrui Song2018-10-253-4/+13
* [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderableFangrui Song2018-10-251-16/+0
* Remove full stops from error messages for consistency.Rui Ueyama2018-10-251-4/+4
* Do not call computeIsPreemptible() if its result is discarded. NFC.Rui Ueyama2018-10-241-1/+3
* Add more blank lines so that code doesn't look too dense. NFC.Rui Ueyama2018-10-241-13/+31
* Add a comment for PPC64 .toc and GNU relro.Rui Ueyama2018-10-241-0/+5
* Include input section name and output section name in an error message.Rui Ueyama2018-10-241-1/+2
* Refactor assignFileOffsets. NFC.Rui Ueyama2018-10-241-30/+29
* Split a function. NFC.Rui Ueyama2018-10-241-11/+17
* Add parenthese around a bitand.Rui Ueyama2018-10-241-1/+1
* Make a local variable scope narrower. NFC.Rui Ueyama2018-10-241-3/+3
* [ELF] Remove a superfluous semicolon, fixing warnings. NFC.Martin Storsjo2018-10-241-1/+1
* Move forward declarations to the top of the file and sort.Rui Ueyama2018-10-231-4/+4
* Move a function out of a class because it doesn't depend on any class member....Rui Ueyama2018-10-232-18/+14
* Factor out code to a new function. NFC.Rui Ueyama2018-10-231-27/+52
* Simplify. NFC.Rui Ueyama2018-10-231-34/+29
* Remove a global variable that is set but not used.Rui Ueyama2018-10-233-11/+3
* Add a comment.Rui Ueyama2018-10-231-0/+4
* Remove a global variable that we can live without.Rui Ueyama2018-10-234-4/+1
* Don't mess up RelIplt symbols during relocatable processingDimitry Andric2018-10-231-1/+1
* [ELF] Handle elf32-littlearm in OUTPUT_FORMATShoaib Meenai2018-10-221-0/+2
* [ELF] Don't warn on two legitimate cases when reading .llvm.call-graph-profileFangrui Song2018-10-221-12/+23
* Add OUTPUT_FORMAT linker script directive support.Rui Ueyama2018-10-221-2/+27
* [ELF][PPC64] Fix a split-stack comment in rLLD344622Fangrui Song2018-10-221-1/+1
* [ELF] Format PPC64.cpp, NFCFangrui Song2018-10-221-12/+10
* Use llvm::arrayRefFromStringRefSam Clegg2018-10-221-1/+1
* Add an addAbsolute static function to Writer.cppAlexander Richardson2018-10-201-8/+8
* [PPC64] Fix offset checks on rel24 call relocations.Sean Fertile2018-10-181-1/+2
* Reland "[PPC64] Add split - stack support."Sean Fertile2018-10-168-12/+146
* Revert "[PPC64] Add split - stack support."Sean Fertile2018-10-158-146/+12
* [PPC64] Add split - stack support.Sean Fertile2018-10-158-12/+146
* [ELF][HEXAGON] Let input determine e_flag.Sid Manning2018-10-151-2/+13
* [LLD][ELF] - Check options before processing the -v/-version options.George Rimar2018-10-151-7/+8
* Simplify. NFC.Rui Ueyama2018-10-121-11/+8
* Remove `Type` parameter from SymbolTable::insert(). NFC.Rui Ueyama2018-10-125-20/+37
* [lld] Add more complete support for the INCLUDE command.Rui Ueyama2018-10-121-5/+13
* [ELF] - Remove unused variable. NFC.George Rimar2018-10-121-2/+0
* [ELF] - Remove dead declaration. NFC.George Rimar2018-10-121-2/+0
* Remove SymbolTable::addAbsolute().Rui Ueyama2018-10-113-14/+8
* Remove `else` after `return`.Rui Ueyama2018-10-111-2/+1
* [ELF] Fix link failure with Android compressed relocation support.Eli Friedman2018-10-111-0/+5
* Rename SymbolTable::addRegular -> SymbolTable::addDefined.Rui Ueyama2018-10-114-9/+9
* Remove unused default arguments.Rui Ueyama2018-10-111-3/+1
OpenPOWER on IntegriCloud