summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use LoadedObjectInfoHelper to simplify/delegate the implementation of 'clone'David Blaikie2017-07-051-4/+1
* Tweak to match change in LLVM API, in r306699Paul Robinson2017-06-291-3/+3
* Implement the --exclude-libs option.Rui Ueyama2017-06-211-1/+2
* [ELF] Initial migration of AVR targetLeslie Zhai2017-06-151-0/+2
* Allow the GNU gold-style nonstandard SHT_GROUP section.Rui Ueyama2017-06-121-9/+26
* Simplify. NFC.Rui Ueyama2017-06-091-13/+15
* [ELF] - Do not allow -r to eat comdats.George Rimar2017-05-291-6/+16
* Simplify. NFC.Rui Ueyama2017-05-261-4/+6
* Revert "Simplify a variable type by using StringRef instead of CachedHashStri...Rafael Espindola2017-05-251-9/+12
* Simplify a variable type by using StringRef instead of CachedHashStringRef.Rui Ueyama2017-05-241-12/+9
* Reduce template usage. NFC.Rafael Espindola2017-05-111-3/+3
* Remember OffsetInArchive in LazyObjectFile.Rafael Espindola2017-05-051-1/+1
* Remember archive name when creating LazyObjectFile.Rafael Espindola2017-05-051-1/+1
* Reduce code duplication. NFC.Rafael Espindola2017-05-041-0/+7
* Accept archive files with no symbol table instad of warning on them.Rui Ueyama2017-05-031-9/+5
* Fix typo.Rui Ueyama2017-05-021-1/+1
* Update commetns.Rui Ueyama2017-05-021-3/+5
* Add comments about how we handle mergeable sections with relocations.Rui Ueyama2017-05-011-6/+18
* [ELF] When a rel points to a SHF_MERGE section, don't merge the sec.Davide Italiano2017-04-291-3/+7
* Eliminate .debug_gnu_pub{names,types} if -gdb-index is given.Rui Ueyama2017-04-281-0/+9
* Use toString(Inputfile*) to format a file object.Rui Ueyama2017-04-281-2/+2
* Simplify BinaryFile::parse and add comments.Rui Ueyama2017-04-271-19/+18
* Remove needless type conversions.Rui Ueyama2017-04-271-4/+4
* Remove unnecessary instantiation of StringRef.Rui Ueyama2017-04-261-1/+1
* Removes createELFFile which takes a template class as a template parameter.Rui Ueyama2017-04-261-56/+53
* Remove DefaultSoName.Rafael Espindola2017-04-241-16/+26
* Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne2017-04-141-27/+28
* ELF: Remove some dead code.Peter Collingbourne2017-04-141-5/+0
* Do not initialize this->SoName with this->DefaultSoName.Rui Ueyama2017-04-131-7/+9
* [lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov2017-04-121-1/+1
* Revert "[lld] Keep full library path in DT_NEEDED."Evgeniy Stepanov2017-04-121-1/+1
* [lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov2017-04-111-1/+1
* Remove InputFiles::LogName.Rui Ueyama2017-04-031-37/+43
* Re-apply r299168 and r299169 now that the libdeps are fixed.Peter Collingbourne2017-03-311-5/+3
* Revert r299168 and r299169 due to library dependency issues.Peter Collingbourne2017-03-311-3/+5
* LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...Peter Collingbourne2017-03-311-5/+3
* Include filenames in error messages to report broken files.Rui Ueyama2017-03-301-45/+62
* Change the error message format for undefined symbols.Rui Ueyama2017-03-301-5/+15
* LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.Peter Collingbourne2017-03-281-5/+4
* [ELF] - Fix one more access to Sections member.George Rimar2017-03-211-1/+1
* [ELF] Follow-up to r298345 "[ELF] - Detemplate GdbIndexSection."George Rimar2017-03-211-15/+17
* Move OffsetInArchive to BitcodeFile.Rafael Espindola2017-03-201-4/+4
* Compute Config member function return values only once.Rui Ueyama2017-03-171-2/+2
* Define Config::isLE and Config::wordsize.Rui Ueyama2017-03-171-2/+1
* recommend using llvm-ar when finding undefined references and empty archivesBob Haarman2017-03-171-1/+5
* Rename one of the getOffset methods.Rafael Espindola2017-03-081-1/+1
* Remove redundant member of InputSectionBase. NFC.Rafael Espindola2017-03-081-1/+1
* Detemplate EhInputSection. NFC.Rafael Espindola2017-03-061-1/+1
* Detemplate merge (input and synthetic) sections. NFC.Rafael Espindola2017-03-061-2/+2
* Use make<> instead of new (BAlloc). NFC.Rui Ueyama2017-02-281-4/+3
OpenPOWER on IntegriCloud