Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
[oota-llvm.git] / tools / llvm-ranlib / llvm-ranlib.cpp
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
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-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.
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...
2008-12-31 Misha BrukmanAdd spacing between type and variable name.
2007-12-29 Chris Lattnerremove attributions from tools.
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
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
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...
2005-12-28 Duraid Madinaditto
2005-07-07 Reid SpencerFor PR495:
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-16 Reid SpencerPer code review: \
2004-11-14 Reid SpencerA tool for adding a symbol table to LLVM Archives