aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/LibDriver/LibDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne1-4/+12
2016-04-13LibDriver: Silently do nothing when provided no inputs.Peter Collingbourne1-2/+2
2015-10-21[Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper1-1/+1
2015-08-13There is only one saver of strings.Rafael Espindola1-1/+1
2015-08-06LibDriver: Replace references to lld-link2 with lld-link.Peter Collingbourne1-1/+1
2015-07-17Add support for producing thin archives in llvm-lib.Rafael Espindola1-1/+1
2015-07-15For new archive member we only need to store the full path.Rafael Espindola1-2/+1
2015-07-15Initial support for writing thin archives.Rafael Espindola1-1/+1
2015-07-13Add support deterministic output in llvm-ar and make it the default.Rafael Espindola1-1/+2
2015-07-08Start adding support for writing archives in BSD format.Rafael Espindola1-2/+4
2015-07-08LibDriver: Fix output path inference.Peter Collingbourne1-11/+7
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-22Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie1-10/+10
2015-06-21ArrayRef-ify libDriverMainDavid Blaikie1-8/+7
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie1-2/+2
2015-06-20LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.Peter Collingbourne1-2/+45
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-13Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola1-22/+3
2015-06-09LibDriver, llvm-lib: introduce.Peter Collingbourne1-0/+133