summaryrefslogtreecommitdiff
path: root/lib/LibDriver
AgeCommit message (Expand)Author
2016-12-15LibDriver: Allow resource files to be archive members.Peter Collingbourne
2016-12-14LibDriver: Reject inputs that are not COFF objects or bitcode files.Peter Collingbourne
2016-06-29Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne
2016-04-13LibDriver: Silently do nothing when provided no inputs.Peter Collingbourne
2016-01-26Remove autoconf supportChris Bieneman
2015-10-21[Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper
2015-08-13There is only one saver of strings.Rafael Espindola
2015-08-06LibDriver: Replace references to lld-link2 with lld-link.Peter Collingbourne
2015-07-17Add support for producing thin archives in llvm-lib.Rafael Espindola
2015-07-15For new archive member we only need to store the full path.Rafael Espindola
2015-07-15Initial support for writing thin archives.Rafael Espindola
2015-07-13Add support deterministic output in llvm-ar and make it the default.Rafael Espindola
2015-07-08Start adding support for writing archives in BSD format.Rafael Espindola
2015-07-08LibDriver: Fix output path inference.Peter Collingbourne
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-22Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie
2015-06-21ArrayRef-ify libDriverMainDavid Blaikie
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie
2015-06-20LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.Peter Collingbourne
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-13Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola
2015-06-09LibDriver, llvm-lib: introduce.Peter Collingbourne