Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / llvm-ar /
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-08 NAKAMURA Takumillvm-ar: Let opening a directory failed in llvm-ar.
2013-10-29 Rafael EspindolaSupport names like llvm-ar-3.4 and llvm-ranlib-3.4.
2013-08-28 Rafael EspindolaFix name matching to work on windows.
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Rafael EspindolaFix the build in c++03 mode.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-17 NAKAMURA Takumillvm-ar: doExtract(): Write extracted files with F_Bina...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Rafael EspindolaUse open+fstat instead of stat+open.
2013-07-16 Rafael EspindolaRemember that we have a null terminated string.
2013-07-13 Rafael EspindolaTry to open the file before use data from stat.
2013-07-13 Rafael EspindolaRemove unused file. Thanks to Sean Silva for noticing it.
2013-07-13 Rafael EspindolaAdd r186216 back, but make the test tolerant of differe...
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Rafael Espindolafix autoconf build
2013-07-12 Rafael EspindolaFix the build with c++03.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaAdd static.
2013-07-11 Benjamin Kramerllvm-ar: Clean up memory management with OwningPtr.
2013-07-11 Rafael EspindolaUse %llu to print a 64 bit number. Should fix the ARM...
2013-07-11 Rafael EspindolaInsertBefore is the same as AddBefore. Delete it.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Rafael EspindolaRemove the 'N' modifier from llvm-ar.
2013-07-11 Rafael EspindolaDelete dead code.
2013-07-11 Rafael EspindolaRemove support for truncating names in archives.
2013-07-11 Rafael EspindolaSync llvm-ar's help string with the options it supports.
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-08 Manuel KlimekFixes problem when calling llvm-ar from an unmodifiable...
2013-07-06 Michael Gottesman[llvm-ar] Added llvm_unreachable to quiet -Wreturn...
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaDon't create an archive if, for example, we are asked...
2013-07-05 Rafael EspindolaUse simpler version of exists.
2013-07-05 Rafael EspindolaRemove NoOperation.
2013-07-05 Rafael EspindolaDon't treat bitcode files specially in llvm-ar.
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-22 Rafael EspindolaCreate the file with the right permissions instead...
2013-06-21 Rafael EspindolaConvert some uses of PathV1.h in ArchiveWriter.cpp.
2013-06-20 Rafael EspindolaAdd a fixme.
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaUse a raw_fd_ostream instead of a std::ofstream.
2013-06-20 Rafael EspindolaRemove a trivial use of sys::Path.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Rafael EspindolaUse only the filename when deciding if a file is a...
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-20 Rafael EspindolaUse the simpler sys::fs::exists.
2013-06-20 Rafael EspindolaConvert a use of sys::Path.
2013-06-19 Rafael EspindolaRemove unused function.
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 EspindolaAnother attempt at fixing the bots.
2013-06-19 Rafael EspindolaAttempt at fixing some bots.
2013-06-19 Rafael EspindolaReduce sys::Path usage in llvm-ar.
2013-06-19 Rafael EspindolaRemove the 'R' modifier.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-18 Daniel Dunbarllvm-ar: Remove local test target, this is no longer...
2011-01-10 Michael J. SpencerFix Whitespace.
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-11-29 Chris Lattnerconvert llvm-ar and llvm-ranlib to raw_ostream from...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2008-09-22 Oscar FuentesInitial support for the CMake build system.
next