aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)Author
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