Changes For Bug 352
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
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...