summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)Author
2004-07-16IA64 compatChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-04-21Include cerrno (gcc-3.4 fix)Alkis Evlogimenos
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-11-19Unbreak the "-" as filename hack.Brian Gaeke
2003-11-19Also print an error msg. for files we cannot currently deal with.Brian Gaeke
2003-11-19Fix PR134, by checking FileOpenable() on each input file before analyzing itsBrian Gaeke
2003-11-16Include Support/FileUtilities.h.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-28Reorder #includes, drop unneeded oneChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-16Make llvm-nm work in "pipe mode"Chris Lattner
2003-10-16Geeze, what is with Brian and these ifdef's?Chris Lattner
2003-10-16Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke