summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/ArchiveWriter.cpp
Commit message (Expand)AuthorAge
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Remove support for truncating names in archives.Rafael Espindola2013-07-11
* Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek2013-07-08
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-05
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-22
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-21
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-20
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-20
* Don't include directory names in archives.Rafael Espindola2013-06-20
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-20
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-20
* Remove unused function.Rafael Espindola2013-06-19
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-19
* Remove more uses of sys::Path.Rafael Espindola2013-06-19
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-19
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17