* llvm.spec.in: update blurb
[oota-llvm.git] / tools / llvm-nm /
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-27 Lauro Ramos Venanciollvm-nm must print the alias symbols.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode reading support to llvm-nm
2007-03-29 Reid SpencerRemove some non-sensical logic that prevented llvm...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
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-01 Chris Lattnerno need to check readability here
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
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-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnermethod renamed
2004-12-30 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerPR351: \
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid Spencer*Fix usage of changed function prototype*Use Archive...
2004-11-14 Reid SpencerThis tool needs libLLVMArchive 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-16 Chris LattnerIA64 compat
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-11-19 Brian GaekeUnbreak the "-" as filename hack.
2003-11-19 Brian GaekeAlso print an error msg. for files we cannot currently...
2003-11-19 Brian GaekeFix PR134, by checking FileOpenable() on each input...
2003-11-16 Brian GaekeInclude Support/FileUtilities.h.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Chris LattnerReorder #includes, drop unneeded one
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-16 Chris LattnerMake llvm-nm work in "pipe mode"
2003-10-16 Chris LattnerGeeze, what is with Brian and these ifdef's?
2003-10-16 Brian GaekeOkay, this is a little hack that "scratches an itch...