Use Child instead of child_iterator in the archive writer.
[oota-llvm.git] / lib / Object / ArchiveWriter.cpp
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-09-22 NAKAMURA TakumiUntabify.
2015-07-16 Rafael EspindolaFix handling of relative paths in thin archives.
2015-07-15 Rafael Espindolallvm-ar: Don't write the directory in the string table.
2015-07-15 David MajnemerSilence GCC -Wparenthesis warning
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaUse a range loop.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-09 Rafael Espindolallvm-ar: Pad the symbol table to 4 bytes.
2015-07-09 Rafael EspindolaBasic support for BSD symbol tables in archives.
2015-07-09 Rafael EspindolaRemove redundant variable. NFC.
2015-07-09 Rafael EspindolaAdd a helper to printing BE of LE depending on the...
2015-07-09 Rafael EspindolaExtract printBSDMemberHeader.
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaUse a raw_svector_ostream and simplify a loop. NFC.
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Rafael EspindolaInline function into only use.
2015-07-08 Rafael EspindolaAdd a helper function to reduce a bit of code duplication.
2015-07-08 Rafael EspindolaUse a range loop. NFC.
2015-06-17 Benjamin Kramer[ArchiveWriter] Use EndianStream. No functional change...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-08 Peter CollingbourneFix Windows build.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.