summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-2/+1
* [llvm-ranlib] Handle -D and -U command line flagAlex Richardson2020-01-021-4/+26
* [llvm-ar] Improve tool selection heuristicFangrui Song2019-12-101-7/+17
* llvm-ranlib/nm: Don't print usage message except for usage errorsSam Clegg2019-11-081-26/+32
* [llvm-ar] Support verbose mode for operation 'x'Fangrui Song2019-11-071-1/+5
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-021-1/+1
* [llvm-ar] Implement the O modifier: display member offsets inside the archiveFangrui Song2019-10-171-12/+22
* [llvm-ar] Simplify and make two global variables static. NFCFangrui Song2019-10-171-10/+4
* [llvm-ar] Implement the V modifier as an alias for --versionJordan Rupprecht2019-10-161-1/+9
* [llvm-ar] Make paths case insensitive when on windowsOwen Reynolds2019-10-161-8/+29
* 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
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+3
* [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-192-8/+6
* [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
* Revert 349677, it contained a whole bunch of stuff I did not mean to commitNico Weber2018-12-191-0/+3
* [gn build] Add build file for clang/lib/Basic and dependenciesNico Weber2018-12-191-3/+0
* [llvm-ar] Strip trailing \r and formatFangrui Song2018-10-261-1018/+1046
* [llvm-ar] Add a dependency to BinaryFormat after rL345383Fangrui Song2018-10-261-0/+1
* [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
OpenPOWER on IntegriCloud