Fix alignment of unwind data.
[oota-llvm.git] / tools / llvm-ar / Archive.h
2013-07-05 Rafael EspindolaDon't treat bitcode files specially in llvm-ar.
2013-06-21 Rafael EspindolaConvert some uses of PathV1.h in ArchiveWriter.cpp.
2013-06-20 Rafael EspindolaAdd r184420 back, but also handle long file names.
2013-06-20 Rafael EspindolaRevert "Don't include directory names in archives."
2013-06-20 Rafael EspindolaDon't include directory names in archives.
2013-06-20 Rafael EspindolaRemove remaining bits of the old LLVM specific symtab...
2013-06-20 Rafael EspindolaRemove more unused functions.
2013-06-20 Rafael EspindolaRemove unused methods.
2013-06-19 Rafael EspindolaReally fix the missing header :-(
2013-06-19 Rafael EspindolaAdd missing include found by the bots.
2013-06-19 Rafael EspindolaRemove last use of PathV1.h from Archive.h
2013-06-19 Rafael EspindolaAlways set the mode.
2013-06-19 Rafael EspindolaRemove more uses of sys::Path.
2013-06-19 Rafael EspindolaRemove unused function.
2013-06-19 Rafael EspindolaReduce sys::Path usage in llvm-ar.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.