Update generated files.
[oota-llvm.git] / tools / llvm-ar /
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
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 Lattnerthis doesn't directly depend on bytecode
2007-04-08 Reid SpencerDon't rely on destructed local storage. Thanks, Chris.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohengetFileStatus has a new parameter (caught by VC++).
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-02 Reid SpencerFor PR786:
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-25 Reid SpencerFix a bug caused by change in the interface of Archive...
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-01 Chris LattnerUse Path::getFileStatus
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
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...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-12-28 Duraid Madinamore compliance stufff
2005-07-08 Reid SpencerFinal Changes For PR495:
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-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-02 Reid SpencerImplement file replacement correctly even with the...
2004-11-29 Reid SpencerMake the check a little quieter.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-20 Reid SpencerThe Archive class now has differentiation for BSD4...
2004-11-16 Reid SpencerPer code review: \
2004-11-15 Tanya LattnerThis file was originally developed by the LLVM research...
2004-11-14 Reid SpencerCorrect call of methods whose names have changed.
2004-11-14 Reid SpencerTotal rewrite using Archive library & new functionality
2004-11-14 Reid SpencerThis tool needs the libLLVMArchive library now.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-30 Chris LattnerUse new getFileSize function. Eliminate some using...
2003-12-06 Tanya LattnerNew command line parsing. This isn't as perfect as...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-10 Misha BrukmanFix spelling.
2003-09-23 Misha BrukmanSquelch warning and delete extra space.
2003-09-13 Tanya LattnerFixed warning.
2003-08-28 Tanya LattnerFirst version of llvm-ar added to cvs repository.