Commit History

Author SHA1 Message Date
  Rafael Espindola b4d4e8cba8 llvm-ar: Don't add an unnecessary alignment in gnu mode. 8 years ago
  Rafael Espindola 203c90ba80 Convert the archive writer to use Error. 8 years ago
  Rafael Espindola fa10300904 Use raw_ostream in functions that don't need to seek. NFC. 8 years ago
  Rafael Espindola c155f16c17 Simplify the logic for truncating UID and GID. NFC. 8 years ago
  Rafael Espindola 84148478f0 Use ArrayRef. NFC. 8 years ago
  Jake Ehrlich f45adc29de Rename K_MIPS64 to K_GNU64 8 years ago
  Rui Ueyama aa892fdd03 Simplify writeArchive return type. 8 years ago
  Martell Malone d888646bf4 llvm: add llvm-dlltool support to the archiver 8 years ago
  Rui Ueyama 441b4ee1b0 Revert r308329: llvm: add llvm-dlltool support to the archiver 8 years ago
  Martell Malone 5d7d0e869f llvm: add llvm-dlltool support to the archiver 8 years ago
  Reid Kleckner 0e34c3597c [llvm-ar] Make llvm-lib behave more like the MSVC archiver 8 years ago
  Zachary Turner 19ca2b0f9d Move Object format code to lib/BinaryFormat. 8 years ago
  Peter Collingbourne c3f644ae98 ArchiveWriter: Remove unused variables. NFC. 8 years ago
  Rafael Espindola 22bd70fa31 Archives require a symbol table on Solaris, even if empty. 8 years ago
  Rafael Espindola 2504ec9f08 Move llvm_unreachable out of switch. 8 years ago
  Rui Ueyama 9a736108d4 Fix -Wcovered-switch-default. 8 years ago
  Rafael Espindola 13f0c80b28 Don't modify archive members unless really needed. 8 years ago
  Saleem Abdulrasool 3e83030148 Object: pad out BSD archive members to 8-bytes 8 years ago
  Saleem Abdulrasool 1cf80ab83c Object: add a comment explaining a divergence 8 years ago
  Saleem Abdulrasool 97b3cf4302 Object: pad BSD ar string table to 4-bytes 8 years ago
  David Callahan bcdc161524 Only computeRelativePath() on new members 8 years ago
  Peter Collingbourne 0f03473737 Object: replace backslashes with slashes in embedded relative thin archive paths on Windows. 8 years ago
  Pavel Labath 6df9562cc0 [Object] Replace TimeValue with std::chrono 8 years ago
  Vedant Kumar e5d157859c Reapply "More fixes to get good error messages for bad archives." 9 years ago
  Vedant Kumar a0149b5f2f Revert "More fixes to get good error messages for bad archives." 9 years ago
  Kevin Enderby d5adfbcabc More fixes to get good error messages for bad archives. 9 years ago
  Kevin Enderby 2a7151766d The next step along the way to getting good error messages for bad archives. 9 years ago
  Peter Collingbourne d9613da65c Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI. 9 years ago
  Rafael Espindola 0c06716f89 Fix bug where temporary file would be left behind every time an archive was updated. 9 years ago
  Davide Italiano 9de339f6ec [lib/Object] Make this assertion more useful. 9 years ago