summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-2/+5
* Avoid implicitly constructing a Archive::child_iterator.Rafael Espindola2015-11-021-10/+10
* Use Child instead of child_iterator in the archive writer.Rafael Espindola2015-11-011-5/+5
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-10/+7
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-7/+10
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Fix handling of relative paths in thin archives.Rafael Espindola2015-07-161-3/+32
* llvm-ar: Don't write the directory in the string table.Rafael Espindola2015-07-151-1/+1
* Silence GCC -Wparenthesis warningDavid Majnemer2015-07-151-3/+2
* For new archive member we only need to store the full path.Rafael Espindola2015-07-151-4/+4
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-0/+3
* Initial support for writing thin archives.Rafael Espindola2015-07-151-13/+24
* Use a range loop.Rafael Espindola2015-07-141-4/+2
* Add support deterministic output in llvm-ar and make it the default.Rafael Espindola2015-07-131-17/+43
* llvm-ar: Pad the symbol table to 4 bytes.Rafael Espindola2015-07-091-2/+5
* Basic support for BSD symbol tables in archives.Rafael Espindola2015-07-091-17/+39
* Remove redundant variable. NFC.Rafael Espindola2015-07-091-2/+1
* Add a helper to printing BE of LE depending on the format.Rafael Espindola2015-07-091-6/+10
* Extract printBSDMemberHeader.Rafael Espindola2015-07-091-22/+25
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-081-2/+0
* Use a raw_svector_ostream and simplify a loop. NFC.Rafael Espindola2015-07-081-6/+3
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-081-10/+30
* Inline function into only use.Rafael Espindola2015-07-081-12/+6
* Add a helper function to reduce a bit of code duplication.Rafael Espindola2015-07-081-25/+22
* Use a range loop. NFC.Rafael Espindola2015-07-081-8/+6
* [ArchiveWriter] Use EndianStream. No functional change intended.Benjamin Kramer2015-06-171-9/+4
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Fix Windows build.Peter Collingbourne2015-06-081-0/+4
* llvm-ar: Move archive writer to Object.Peter Collingbourne2015-06-081-0/+338
OpenPOWER on IntegriCloud