aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for truncating names in archives.Rafael Espindola2013-07-111-17/+4
* Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek2013-07-081-2/+2
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-2/+2
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-051-7/+0
* Use enums instead of raw octal values.Rafael Espindola2013-06-261-1/+1
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-221-9/+1
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-211-27/+27
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-201-15/+6
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-201-4/+13
* Don't include directory names in archives.Rafael Espindola2013-06-201-13/+4
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-201-110/+2
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-201-2/+1
* Remove unused function.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-191-1/+5
* Remove more uses of sys::Path.Rafael Espindola2013-06-191-12/+11
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-191-4/+5
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-0/+429