summaryrefslogtreecommitdiff
path: root/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAge
...
* Unbreak the "-" as filename hack.Brian Gaeke2003-11-19
* Also print an error msg. for files we cannot currently deal with.Brian Gaeke2003-11-19
* Fix PR134, by checking FileOpenable() on each input file before analyzing itsBrian Gaeke2003-11-19
* Include Support/FileUtilities.h.Brian Gaeke2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Reorder #includes, drop unneeded oneChris Lattner2003-10-28
* fix file headerChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-16
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-16
* Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2003-10-16