summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
| | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447
* For PR495:Reid Spencer2005-07-071-1/+1
| | | | | | | | | | | Change interface to Path class: readable -> canRead writable -> canWrite executable -> canExecute More (incremental) changes coming to close 495. llvm-svn: 22345
* Remove trailing whitespaceMisha Brukman2005-04-221-5/+5
| | | | llvm-svn: 21428
* method renamedChris Lattner2005-03-151-1/+1
| | | | llvm-svn: 20616
* For PR351:Reid Spencer2004-12-301-14/+21
| | | | | | | | | | * Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top level so that we don't abort with a useless message but indicate than an unhandled exception was generated. llvm-svn: 19192
* For PR351:Reid Spencer2004-12-151-1/+0
| | | | | | Remove #inclusion of Support/FileUtilities.h which isn't needed any more. llvm-svn: 18950
* PR351: \Reid Spencer2004-12-131-3/+4
| | | | | | Use sys::Path not FileUtilities to check file types llvm-svn: 18865
* *Fix usage of changed function prototype*Use Archive interface to symbol ↵Reid Spencer2004-11-141-4/+7
| | | | | | table for archives llvm-svn: 17795
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
| | | | llvm-svn: 16091
* IA64 compatChris Lattner2004-07-161-1/+2
| | | | llvm-svn: 14867
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14623
* Header file movedChris Lattner2004-05-271-1/+1
| | | | llvm-svn: 13813
* Include cerrno (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-0/+1
| | | | llvm-svn: 13091
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+3
| | | | | | tool. llvm-svn: 11632
* Unbreak the "-" as filename hack.Brian Gaeke2003-11-191-2/+3
| | | | llvm-svn: 10099
* Also print an error msg. for files we cannot currently deal with.Brian Gaeke2003-11-191-0/+4
| | | | llvm-svn: 10097
* Fix PR134, by checking FileOpenable() on each input file before analyzing itsBrian Gaeke2003-11-191-1/+10
| | | | | | type. llvm-svn: 10096
* Include Support/FileUtilities.h.Brian Gaeke2003-11-161-13/+24
| | | | | | | | | | | Print module identifier in DumpSymbolNamesFromModule(). In DumpSymbolNamesFromFile(), check whether it is an archive or a bytecode file, and call the corresponding reader function (ParseBytecodeFile or ReadArchiveFile). Unconditionally set MultipleFiles for archives. Fixes PR117. llvm-svn: 10044
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
| | | | llvm-svn: 9903
* 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