summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Symbols re-defined with -wrap and -defsym need to be excluded from inter-Dmitry Mikulin2017-06-051-6/+10
* [lld][ELF]Add option to make .dynamic read onlyPetr Hosek2017-05-261-0/+1
* ELF: The later of --build-id and --build-id= wins.Peter Collingbourne2017-05-231-2/+6
* [ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger().George Rimar2017-05-161-4/+4
* Remember OffsetInArchive in LazyObjectFile.Rafael Espindola2017-05-051-2/+2
* Use the archive offset with --whole-archive.Rafael Espindola2017-05-051-8/+8
* Remember archive name when creating LazyObjectFile.Rafael Espindola2017-05-051-2/+2
* Remove a comment that is no longer true.Rui Ueyama2017-05-031-2/+1
* Accept archive files with no symbol table instad of warning on them.Rui Ueyama2017-05-031-2/+19
* Make getArchiveMembers function a non-member function.Rui Ueyama2017-05-021-1/+1
* Rename RPath Rpath for consistency. NFC.Rui Ueyama2017-04-291-2/+2
* Simplify by using getString instead of getLastArg. NFC.Rui Ueyama2017-04-291-15/+9
* Report an error if --compress-debug-sections is given while zlib is not avail...Rui Ueyama2017-04-291-8/+8
* Do flag compatibility check in checkOptions. NFC.Rui Ueyama2017-04-261-3/+3
* Factor out code to parse -build-id. NFC.Rui Ueyama2017-04-261-23/+28
* Move code to emit error messages from Filesystem.cpp to Driver.cpp.Rui Ueyama2017-04-261-3/+5
* [ELF] - Implemented --defsym option.George Rimar2017-04-261-0/+19
* Make it explicit that -export-dynamic overrides -dynamic-list and -export-dyn...Rui Ueyama2017-04-251-18/+24
* Remove DefaultSoName.Rafael Espindola2017-04-241-4/+2
* Fallthrough to reduce code a bit. NFC.Rui Ueyama2017-04-191-3/+2
* [ELF] - Implemented --compress-debug-sections option.George Rimar2017-04-171-0/+14
* Do not initialize this->SoName with this->DefaultSoName.Rui Ueyama2017-04-131-3/+11
* [lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov2017-04-121-3/+8
* Revert "[lld] Keep full library path in DT_NEEDED."Evgeniy Stepanov2017-04-121-8/+3
* [lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov2017-04-111-3/+8
* [lld] --export-dynamic overrides --dynamic-list.Evgeniy Stepanov2017-04-111-0/+3
* Rename ScriptConfig::UndefinedSymbols ReferencedSymbols.Rui Ueyama2017-04-051-1/+1
* Move the parser for the linker script to a separate file.Rui Ueyama2017-04-051-0/+1
* [ELF] Fail the link early if the map file path is invalidJames Henderson2017-04-041-4/+6
* Update comments.Rui Ueyama2017-03-241-2/+2
* Move a few functions to a new file Filesystem.{cpp,h}.Rui Ueyama2017-03-241-22/+2
* Fix varaible names that correspond to command line options.Rui Ueyama2017-03-231-4/+4
* [ELF] Allow references to reserved symbols in linker scriptsPetr Hosek2017-03-231-0/+5
* [ELF] Add -z nodlopen option.Davide Italiano2017-03-231-0/+1
* Rename forEach -> parallelForEach and forLoop -> parallelFor.Rui Ueyama2017-03-221-8/+9
* Add "(compatible with GNU linkers)" to the -version output.Rui Ueyama2017-03-221-5/+21
* Define Config::Is64.Rui Ueyama2017-03-221-3/+3
* Make elf::ScriptConfig a LinkerScript class member variable.Rui Ueyama2017-03-211-2/+1
* Rename LinkerScriptBase -> LinkerScript.Rui Ueyama2017-03-211-1/+1
* Define Config::Endianness.Rui Ueyama2017-03-211-0/+2
* [ELF] - Detemplate InputSectionBase::uncompress(). NFCGeorge Rimar2017-03-211-1/+1
* [ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>George Rimar2017-03-201-1/+2
* Compute Config member function return values only once.Rui Ueyama2017-03-171-1/+25
* ELF: Add cache pruning support.Peter Collingbourne2017-03-171-0/+3
* Remove a useless temporary variable.Rui Ueyama2017-03-131-3/+1
* Simplify and add comments. NFC.Rui Ueyama2017-03-131-14/+24
* Add a comment to say that -build-id=sha1 is a synonym for tree.Rui Ueyama2017-03-131-1/+3
* [ELF] Fail the link early if an output path is invalidRui Ueyama2017-03-131-0/+19
* [ELF] - Implemented -znotextGeorge Rimar2017-03-091-0/+1
* Remove Config->Rela and define Config->isRela() instead.Rui Ueyama2017-03-071-2/+0
OpenPOWER on IntegriCloud