summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/FileArchive.cpp
Commit message (Expand)AuthorAgeFilesLines
* These are the matching changes needed to the lld project for the changes to llvmKevin Enderby2015-11-051-12/+22
* Fix memory leak in FileArchive::find().Rui Ueyama2015-09-241-2/+7
* Update for llvm api change.Rafael Espindola2015-07-141-3/+9
* Update for upcoming llvm change.Rafael Espindola2015-07-081-1/+1
* Update for llvm changes.Rafael Espindola2015-07-021-3/+3
* Update for llvm changes.Rafael Espindola2015-06-261-3/+1
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-241-1/+1
* Simplify now that there is only one file. NFC.Rafael Espindola2015-04-241-4/+1
* Return ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-3/+4
* Return an ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-5/+4
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-8/+9
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-4/+4
* Remove unused vectors from FileArchive.Rui Ueyama2015-04-071-8/+4
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-3/+2
* Make File non-const in the resolver.Rui Ueyama2015-03-041-10/+10
* Revert "temporary"Rui Ueyama2015-03-041-22/+8
* Simplify FileArchive. NFC.Rui Ueyama2015-03-041-23/+15
* temporaryRui Ueyama2015-03-041-8/+22
* Make a private function private.Rui Ueyama2015-03-041-21/+20
* Implement our own future and use that for FileArchive::preload().Rui Ueyama2015-03-031-13/+9
* Make ArchiveLibraryFile::~ArchiveLibraryFile virtual.Rui Ueyama2015-03-021-2/+0
* Add methods to get archive file name from member file.Rui Ueyama2015-02-051-1/+2
* [PATCH] Speculatively instantiate archive membersRui Ueyama2015-01-161-1/+49
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-4/+9
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-9/+4
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-4/+9
* Remove dead code.Rui Ueyama2014-12-151-4/+0
* Protect doParse() because that's not a public interface.Rui Ueyama2014-12-151-11/+12
* Clean up #include dependency.Rui Ueyama2014-12-141-0/+1
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-14/+11
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-17/+16
* Fix FileArchive member MemoryBuffer early destructionNick Kledzik2014-11-071-6/+16
* Fix display of files processed by the linker.Shankar Easwaran2014-10-181-1/+3
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* Always check that instantiateMember returns only one file.Rui Ueyama2014-09-111-9/+12
* FileArchive cleanupRui Ueyama2014-09-051-25/+19
* Update for llvm api change.Rafael Espindola2014-08-191-10/+17
* Update for llvm api change.Rafael Espindola2014-07-311-1/+1
* Update for llvm api change.Rafael Espindola2014-06-241-5/+3
* Update for llvm api change.Rafael Espindola2014-06-231-1/+1
* Update for llvm api change.Rafael Espindola2014-06-161-10/+12
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-17/+18
* Fix a wrong comment.Rui Ueyama2014-06-041-31/+28
* Add a comment, fix style.Rui Ueyama2014-06-041-7/+6
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-5/+5
* Add observers to Input GraphRui Ueyama2014-05-141-0/+8
* Revert "temporary commit."Rui Ueyama2014-05-091-10/+0
* temporary commit.Rui Ueyama2014-05-091-0/+10
* Remove "virtual" and add "override".Rui Ueyama2014-05-021-4/+4
* Make the variable scope narrower. No functionality change.Rui Ueyama2014-05-021-5/+2
OpenPOWER on IntegriCloud