1. 06d6d19 Fix handling of relative paths in thin archives. by Rafael Espindola · 10 years ago
  2. 57c0525 llvm-ar: Don't write the directory in the string table. by Rafael Espindola · 10 years ago
  3. 3f6994b Silence GCC -Wparenthesis warning by David Majnemer · 10 years ago
  4. 0a74a60 For new archive member we only need to store the full path. by Rafael Espindola · 10 years ago
  5. 449208d Handle the error of trying to convert a regular archive to a thin one. by Rafael Espindola · 10 years ago
  6. e649258 Initial support for writing thin archives. by Rafael Espindola · 10 years ago
  7. 6fce2e4 Use a range loop. by Rafael Espindola · 10 years ago
  8. 6a8e86f Add support deterministic output in llvm-ar and make it the default. by Rafael Espindola · 10 years ago
  9. 594e676 llvm-ar: Pad the symbol table to 4 bytes. by Rafael Espindola · 10 years ago
  10. c79bff6 Basic support for BSD symbol tables in archives. by Rafael Espindola · 10 years ago
  11. 2ba806c Remove redundant variable. NFC. by Rafael Espindola · 10 years ago
  12. b870e9c Add a helper to printing BE of LE depending on the format. by Rafael Espindola · 10 years ago
  13. 8cde5c0 Extract printBSDMemberHeader. by Rafael Espindola · 10 years ago
  14. c91177e Disallow Archive::child_iterator that don't point to an archive. by Rafael Espindola · 10 years ago
  15. 80c662d Use a raw_svector_ostream and simplify a loop. NFC. by Rafael Espindola · 10 years ago
  16. a2ed0b0 Start adding support for writing archives in BSD format. by Rafael Espindola · 10 years ago
  17. 65a9953 Inline function into only use. by Rafael Espindola · 10 years ago
  18. c291a4b2 Add a helper function to reduce a bit of code duplication. by Rafael Espindola · 10 years ago
  19. 51271bd Use a range loop. NFC. by Rafael Espindola · 10 years ago
  20. cd278b7 [ArchiveWriter] Use EndianStream. No functional change intended. by Benjamin Kramer · 10 years ago
  21. 74f2932 Don't use std::errc. by Rafael Espindola · 10 years ago
  22. 7ab1a3b Fix Windows build. by Peter Collingbourne · 10 years ago
  23. fd66a48 llvm-ar: Move archive writer to Object. by Peter Collingbourne · 10 years ago