summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for weak symbols.Rafael Espindola2015-08-111-3/+11
* Don't report a conflict between two local symbols.Rafael Espindola2015-08-111-1/+4
* Don't depend on getDotSymtabSec. It is going away.Rafael Espindola2015-08-101-1/+4
* Use already available symbol tables. NFC.Rafael Espindola2015-08-071-1/+1
* Delete broken code.Rafael Espindola2015-08-061-1/+1
* Move the error handling functions to Error.h. NFC.Rafael Espindola2015-08-061-1/+1
* lld elf2: Diagnose trying to mix incompatible files.Rafael Espindola2015-08-051-0/+8
* This function never returns null, don't check it.Rafael Espindola2015-08-041-4/+2
* [ELF2] Devirtualize SymbolBody.Michael J. Spencer2015-07-281-1/+1
* [ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer2015-07-241-0/+78
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-216/+0
* Fix warnings.Michael J. Spencer2015-07-141-2/+2
* Put explicit template instantiations in the correct namespace.Michael J. Spencer2015-07-141-0/+4
* Initial ELF port.Michael J. Spencer2015-07-131-0/+212
OpenPOWER on IntegriCloud