Use LINK_COMPONENTS to specify *components* to link against instead of
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
2006-08-01 Chris Lattnerno need to check readability here
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
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-14 Reid Spencer*Fix usage of changed function prototype*Use Archive...
2004-09-01 Reid SpencerChanges For Bug 352
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 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...