test commit redux
[oota-llvm.git] / tools / llvm-ranlib /
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
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...
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...
2008-12-31 Misha BrukmanAdd spacing between type and variable name.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattnerarchive library already depends on bc reader
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-25 Reid SpencerFix a bug introduced by a change in the Archive::writeT...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2005-12-28 Duraid Madinaditto
2005-07-07 Reid SpencerFor PR495:
2005-05-19 Reid SpencerMake sure that tool names don't have any leading or...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-13 Reid SpencerFix PR506:
2004-12-30 Reid SpencerFix the help documentation to not imply multiple archiv...
2004-12-15 Reid SpencerFor PR351:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-16 Reid SpencerPer code review: \
2004-11-14 Reid SpencerA tool for adding a symbol table to LLVM Archives
2004-11-14 Reid SpencerMakefile for llvm-ranlib tool