summaryrefslogtreecommitdiff
path: root/lib/LibDriver/LibDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for producing thin archives in llvm-lib.Rafael Espindola2015-07-171-1/+1
* For new archive member we only need to store the full path.Rafael Espindola2015-07-151-2/+1
* Initial support for writing thin archives.Rafael Espindola2015-07-151-1/+1
* Add support deterministic output in llvm-ar and make it the default.Rafael Espindola2015-07-131-1/+2
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-081-2/+4
* LibDriver: Fix output path inference.Peter Collingbourne2015-07-081-11/+7
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie2015-06-221-10/+10
* ArrayRef-ify libDriverMainDavid Blaikie2015-06-211-8/+7
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.Peter Collingbourne2015-06-201-2/+45
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-22/+3
* LibDriver, llvm-lib: introduce.Peter Collingbourne2015-06-091-0/+133