summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
* 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-094-7/+31
* 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
* Manually specify the folder that llvm-ranlib should reside in for CMake-produ...Aaron Ballman2015-01-071-0/+2
* 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
* [CMake] Fix installation of llvm-ranlib on multiconfig builder.NAKAMURA Takumi2014-12-082-1/+26
* Introduce "llvm-ranlib" as a name of targets since Object/archive-symtab.test...NAKAMURA Takumi2014-12-041-1/+1
* For copy, cmake needs the full path to llvm-ar.Rafael Espindola2014-12-041-1/+2
* Add missing dependency on llvm-ar. Should hopefully fix the bots.Rafael Espindola2014-12-041-1/+2
* Make llvm-ar a real build target and install it.Rafael Espindola2014-12-031-10/+5
* 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
* Remove some calls to std::move.Rafael Espindola2014-08-011-5/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-7/+8
* Add support for inline asm symbols in llvm-ar.Rafael Espindola2014-07-033-1/+7
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-1/+1
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-3/+3
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-1/+2
* Simplify memory management with std::unique_ptr.Rafael Espindola2014-06-231-12/+8
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-181-5/+3
* Simplify code.Rafael Espindola2014-06-181-10/+1
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-5/+10
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-3/+4
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+3
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-2/+1
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-231-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
OpenPOWER on IntegriCloud