summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorder #includes, drop unneeded oneChris Lattner2003-10-281-3/+2
| | | | llvm-svn: 9548
* fix file headerChris Lattner2003-10-201-1/+0
| | | | llvm-svn: 9294
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9291
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-161-3/+7
| | | | llvm-svn: 9172
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-161-2/+0
| | | | llvm-svn: 9169
* Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2003-10-161-0/+127
I dislike having to examine the output of "dis" to see what symbols are in a bytecode file. So, here is a first cut at a "nm" utility for llvm. Flame away.... :-) llvm-svn: 9153
OpenPOWER on IntegriCloud