summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply [llvm-ar] Include a line number when failing to parse an MRI scriptOwen Reynolds2019-09-201-3/+16
* [llvm-ar] Removes repetition in the error messageFangrui Song2019-09-201-2/+1
* Revert [llvm-ar] Include a line number when failing to parse an MRI scriptOwen Reynolds2019-09-191-16/+3
* [llvm-ar] Include a line number when failing to parse an MRI scriptOwen Reynolds2019-09-191-3/+16
* [llvm-ar] Parse 'h' and '-h': display help and exitFangrui Song2019-09-171-5/+5
* [llvm-ar] Uncapitalize error messages and delete full stopFangrui Song2019-09-141-30/+29
* [llvm-ar][NFC] Fix buildbotJordan Rupprecht2019-08-121-1/+1
* [llvm-ar] Accept file paths with windows format slashesOwen Reynolds2019-08-121-8/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [llvm-ar] Document response file support in --helpSam Clegg2019-06-281-0/+1
* [llvm-ar] Create thin archives with MRI scriptsOwen Reynolds2019-06-061-1/+5
* [llvm-ar] Reapply Fix relative thin archive path handlingOwen Reynolds2019-06-041-9/+29
* Revert "[llvm-ar] Fix relative thin archive path handling"Dmitri Gribenko2019-06-031-29/+9
* [llvm-ar] Fix relative thin archive path handlingOwen Reynolds2019-06-031-9/+29
* [llvm-ar] Support N [count] modifierJordan Rupprecht2019-03-191-8/+45
* [llvm-ar] Implement the P modifier.Jordan Rupprecht2019-02-141-17/+31
* [llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht2019-02-131-6/+22
* Revert r353424 "[llvm-ar][libObject] Fix relative paths when nesting thin arc...Hans Wennborg2019-02-081-51/+6
* [llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht2019-02-071-6/+51
* [llvm-ar] Remove leading slash when printing thin archive membersJordan Rupprecht2019-02-061-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-ar] Resubmit recursive thin archive test with fix for full path names a...Jordan Rupprecht2019-01-151-5/+7
* [llvm-ar] Flatten thin archives.Jordan Rupprecht2019-01-141-45/+45
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-201-8/+8
* [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
OpenPOWER on IntegriCloud