summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-6/+26
* For new archive member we only need to store the full path.Rafael Espindola2015-07-151-9/+7
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-2/+13
* Initial support for writing thin archives.Rafael Espindola2015-07-151-3/+7
* Add support for reading members out of thin archives.Rafael Espindola2015-07-141-2/+4
* llvm-ar: Don't try to extract from thin archives.Rafael Espindola2015-07-141-0/+5
* llvm-ar: print an error when the requested member is not found.Rafael Espindola2015-07-141-3/+12
* Use a range loop. NFC.Rafael Espindola2015-07-141-19/+17
* Add support deterministic output in llvm-ar and make it the default.Rafael Espindola2015-07-131-2/+10
* Create BSD archives by default on OS X.Rafael Espindola2015-07-091-3/+9
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-081-1/+2
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-081-2/+24
* ArrayRef-ify libDriverMainDavid Blaikie2015-06-211-1/+1
* LibDriver, llvm-lib: introduce.Peter Collingbourne2015-06-091-6/+11
* llvm-ar: Move archive writer to Object.Peter Collingbourne2015-06-081-326/+6
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* llvm-ar: Remove unimplemented -N option from -helpDavid Majnemer2015-01-281-1/+0
* Only seek once before writing the member offsets.Rafael Espindola2014-12-111-18/+20
* llvm-ar: close input files early.Rafael Espindola2014-12-111-16/+13
* Remove unused variable.Rafael Espindola2014-11-071-2/+2
* Make two helper functions static.Rafael Espindola2014-10-221-2/+2
* Handle spaces and quotes in file names in MRI scripts.Rafael Espindola2014-10-221-0/+3
* MRI scripts: Add addlib support.Rafael Espindola2014-10-211-1/+20
* Use a range loop. NFC.Rafael Espindola2014-10-211-7/+6
* Overwrite instead of adding to archives when creating them in mri scripts.Rafael Espindola2014-10-211-67/+75
* Convert a few std::string with StringRef. NFC.Rafael Espindola2014-10-211-24/+30
* Use a StringRef. No functionality change.Rafael Espindola2014-10-211-5/+4
* Move code a bit to avoid a few declarations. NFC.Rafael Espindola2014-10-211-45/+40
* Comment cleanup. NFC.Rafael Espindola2014-10-211-16/+14
* Add support for addmod to mri scripts.Rafael Espindola2014-10-211-1/+5
* llvm-ar: Start adding support for mri scripts.Rafael Espindola2014-10-101-2/+57
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-14/+15
OpenPOWER on IntegriCloud