summaryrefslogtreecommitdiffstats
path: root/lld/ELF/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Report proper error message about mixing bitcode files.George Rimar2018-07-111-1/+1
* Fix direct calls to __wrap_sym when it is relocated.Rui Ueyama2018-07-091-0/+11
* [ELF] - Replace llvm::find_if with the loop. NFC.George Rimar2018-06-251-4/+3
* [ELF] - Change how we handle suplicate -wrap. [NFC]George Rimar2018-06-221-0/+7
* Fix typo.Rui Ueyama2018-05-211-1/+2
* [lld] Make helpers static. NFC.Benjamin Kramer2018-05-151-3/+3
* [ELF] --warn-backref: don't report backref to weak symbols.Fangrui Song2018-05-101-58/+57
* Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa2018-05-021-0/+1
* [ELF] - Refactor lazy symbol duplicated code.George Rimar2018-04-241-26/+22
* [ELF] Swap argument names: use Old to refer to original symbol and New for in...Fangrui Song2018-04-201-4/+4
* Add --warn-backrefs to maintain compatibility with other linkersRui Ueyama2018-04-091-3/+63
* Return early. NFC.Rui Ueyama2018-04-031-15/+20
* Merge two `if`s and add a few blank lines. NFC.Rui Ueyama2018-04-031-4/+6
* Fix buildbots.Rui Ueyama2018-04-031-0/+5
* Make fetchIfLazy only fetch an object file. NFC.Rui Ueyama2018-04-031-11/+12
* [ELF] - Eliminate Lazy class.George Rimar2018-04-031-18/+12
* Merge LazyArchive::fetch() and ArchiveFile::getMember(). NFC.Rui Ueyama2018-04-031-3/+2
* Strip @VER suffices from the LTO output.Rafael Espindola2018-03-281-1/+4
* allow-multiple-definitions should completely suppress errors instead of makin...Rui Ueyama2018-03-191-10/+7
* Improve duplicated version handling.Rafael Espindola2018-03-061-2/+3
* Simplify. NFC.Rafael Espindola2018-03-031-3/+1
* Put undefined symbols from shared libraries in the symbol table.Rafael Espindola2018-02-271-28/+0
* [ELF] Create and export symbols provided by a linker script if they reference...Igor Kudrin2018-02-271-1/+1
* Make undefined symbol in DSO to pull out object files from archive files.Rui Ueyama2018-02-231-2/+7
* ELF: Stop collecting a list of symbols in ArchiveFile.Peter Collingbourne2018-02-161-10/+9
* Fix an issue that weak bit is dropped when there's a lazy object symbol.Rui Ueyama2018-02-161-2/+5
* Use reinterpret_cast<> instead of C-style cast. NFC.Rui Ueyama2018-02-131-2/+2
* Add --no-gnu-unique and --no-undefined-version for completeness.Rui Ueyama2018-02-021-1/+1
* [ELF] - Do not forget file name when reporting duplicate symbol error for abs...George Rimar2018-01-311-4/+5
* Don't mark a shared library as needed because of a lazy symbol.Rafael Espindola2018-01-231-1/+2
* Fix another case we used the wrong visibility.Rafael Espindola2018-01-161-2/+2
* [ELF] Explicit template instantiations for addFileEaswaran Raman2018-01-091-0/+5
* [ELF] Small grammar fix. NFCShoaib Meenai2018-01-081-1/+1
* [ELF] Drop unnecessary VersionId setting in scanShlibUndefinedShoaib Meenai2018-01-081-6/+0
* Detemplate reportDuplicate.Rafael Espindola2017-12-231-33/+7
* Detemplate isCompatible(). NFC.Rafael Espindola2017-12-231-3/+3
* Use a reference to a file in the LazyArchive symbol.Rafael Espindola2017-12-201-2/+2
* LazyObject's file is never null, use a reference.Rafael Espindola2017-12-201-2/+2
* Use a reference in addLazyArchive. NFC.Rafael Espindola2017-12-201-9/+9
* Use a reference for the shared symbol file.Rafael Espindola2017-12-201-8/+8
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-201-5/+5
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-201-4/+4
* Replace a dyn_cast_or_null with dyn_cast.Rafael Espindola2017-12-201-1/+1
* Use warn() instead of error() to report a bad symbol in a DSO.Rui Ueyama2017-12-151-5/+1
* Fix crash on invalid.Rafael Espindola2017-12-141-1/+5
* Compact symbols from 96 to 88 bytes.Rafael Espindola2017-12-121-10/+6
* [lld] Fix handling of wildcards in dynamic lists.Evgeniy Stepanov2017-12-061-2/+2
* Simplify. NFC.Rafael Espindola2017-11-301-2/+2
* Use Symbol::File directly.Rafael Espindola2017-11-291-2/+1
* Replace copyFrom with memcpy.Rafael Espindola2017-11-291-2/+2
OpenPOWER on IntegriCloud