summaryrefslogtreecommitdiff
path: root/lib/LibDriver
Commit message (Expand)AuthorAgeFilesLines
* Add support for producing thin archives in llvm-lib.Rafael Espindola2015-07-172-1/+3
* 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-202-2/+51
* 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-095-0/+200