summaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-182-1/+7
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-182-7/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-182-1/+7
* [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
* [CMake] llvm-ar depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* 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
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-2/+5
* [llvm-ar] Ignore -plugin option.Davide Italiano2016-06-271-0/+1
* llvm-ar: reduce some duplication, NFCSaleem Abdulrasool2016-06-221-27/+19
* llvm-ar: be more clever about default formatSaleem Abdulrasool2016-06-221-18/+76
* llvm-ar: correct typoSaleem Abdulrasool2016-06-211-1/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Fix bug where temporary file would be left behind every time an archive was ...Rafael Espindola2016-05-091-7/+13
* Simplify. NFC.Rafael Espindola2016-05-021-4/+1
* Don't try to create thin bsd archives.Rafael Espindola2016-05-021-1/+3
* Fix formatting and wording of llvm-ranlib error message. NFC.Sunil Srivastava2016-04-081-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-21/+0
* [llvm-ar] Use failIfError/fail helpers.Davide Italiano2015-11-141-11/+4
* [llvm-ar] Use fail() helper to reduce duplication.Davide Italiano2015-11-141-4/+2
* [llvm-ar] Simplify the code.Davide Italiano2015-11-141-12/+3
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-4/+13
* This doesn't need a object::Archive::child_iterator.Rafael Espindola2015-11-021-2/+2
* Make a few definitions static. NFC.Rafael Espindola2015-11-011-5/+6
* Use Child instead of child_iterator in the archive writer.Rafael Espindola2015-11-011-4/+3
* Prefer ranlib mode over ar mode.Ed Schouten2015-10-271-2/+2
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-26/+6