aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)Author
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-03-15method renamedChris Lattner
2004-12-30For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13PR351: \Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-14*Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer
2004-11-14This tool needs libLLVMArchive nowReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
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