summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ReaderArchive.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-195/+0
* Drop the context forceLoadAllArchives() support. Rename the isForceLoadJoerg Sonnenberger2013-09-081-1/+1
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-9/+12
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-8/+8
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-5/+4
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-4/+5
* This fixes a SIGSEGV failure in ReaderArchive while trying to trace whatShankar Easwaran2013-04-051-2/+2
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-15/+16
* Set ordinals correctly.Michael J. Spencer2013-03-201-1/+3
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-17/+17
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-11/+0
* [Archive] Update to LLVM change.Michael J. Spencer2013-02-031-6/+16
* add elf targethandlerShankar Easwaran2013-01-251-4/+4
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-0/+11
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-16/+19
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-4/+0
* [Archive] Use a hash map to lookup symbols in archives. Increases performance...Michael J. Spencer2013-01-101-5/+34
* changes after mspencer reviews in phabricatorShankar Easwaran2012-11-131-7/+3
* Fix style violations.Michael J. Spencer2012-11-131-16/+11
* Adding support to resolve symbols with archive libraries in lldShankar Easwaran2012-11-131-0/+160
OpenPOWER on IntegriCloud