summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-ar] Strip trailing \r and formatFangrui Song2018-10-261-1018/+1046
* [llvm-ar] Access ADDLIB in llvm-ar via command lineOwen Reynolds2018-10-261-979/+1018
* [llvm-ar] Use POSIX-specified timestamps for 'tv'.Jordan Rupprecht2018-10-051-1/+6
* [llvm-ar] Move a variable declaration closer to where it is needed. NFC.Martin Storsjo2018-09-061-1/+1
* [llvm-ar] Support * as comment char in MRI scriptsMartin Storsjo2018-09-061-1/+6
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-1/+1
* [llvm-ar] Correct help textBen Dunbobbin2018-08-021-29/+27
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-0/+1
* [llvm-ar] Make PositionalArgs static.Fangrui Song2018-05-141-1/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-9/+4
* Use contains_lower() instead of find_lower() != StringRef::npos. NFC.Rui Ueyama2018-04-101-6/+6
* [llvm-ar] Fix lib.exe detection when running within MSVC toolchainAlexandre Ganea2018-04-101-6/+6
* [llvm-ar] Support multiple dashed optionsPeter Collingbourne2018-03-281-104/+171
* On Windows expansion of regex file name patterns is the responsibility of eachDmitry Mikulin2018-03-051-4/+10
* Implementation of MRI "delete" command.Dmitry Mikulin2018-03-021-1/+8
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* [llvm-ar] Support an options string that start with a dashMartin Storsjo2017-11-031-0/+20
* Convert the archive writer to use Error.Rafael Espindola2017-09-211-2/+2
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-2/+1
* llvm-ar: exit with 1 if there is an error.Rafael Espindola2017-09-071-20/+14
* Simplify writeArchive return type.Rui Ueyama2017-08-301-2/+2
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-1/+5
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-181-5/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-1/+5
* [llvm-ar] Make llvm-lib behave more like the MSVC archiverReid Kleckner2017-06-121-0/+4
* [llvm-ar] Fix AddNewMember typo in enumReid Kleckner2017-06-121-4/+4
* Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne2017-05-131-1/+1
* [llvm-ar] Remove unneeded std::, NFCI.Davide Italiano2017-04-051-2/+2
* [llvm-ar] errors go on stderr and not on stdout.Davide Italiano2017-04-051-1/+1
* [llvm-ar] Extract objects to their basename in the CWDReid Kleckner2017-03-311-1/+3
* Don't modify archive members unless really needed.Rafael Espindola2017-02-211-4/+11
* Always use / as the path separator.Rafael Espindola2016-12-041-1/+1
* Prefix path when displaying thin archives.Rafael Espindola2016-12-041-0/+5
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* [Object] Replace TimeValue with std::chronoPavel Labath2016-10-241-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-5/+6
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-1/+1
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-4/+3
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby2016-08-031-3/+5
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-8/+23
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-23/+8
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-021-8/+23
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-4/+4
* [llvm-ar] Document 'T' thin archive modifier (NFC)Teresa Johnson2016-07-221-0/+1
* Next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-191-2/+2
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-32/+36
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-36/+32
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-32/+36
* Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne2016-06-291-67/+54
OpenPOWER on IntegriCloud