Update generated files.
[oota-llvm.git] / tools / llvm-ranlib /
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