Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Include Support/FileUtilities.h. | Brian Gaeke | 2003-11-16 | 1 | -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 Gaeke | 2003-11-11 | 1 | -0/+2 | |
| | | | | llvm-svn: 9903 | |||||
* | Reorder #includes, drop unneeded one | Chris Lattner | 2003-10-28 | 1 | -3/+2 | |
| | | | | llvm-svn: 9548 | |||||
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | llvm-svn: 9314 | |||||
* | fix file header | Chris Lattner | 2003-10-20 | 1 | -1/+0 | |
| | | | | llvm-svn: 9294 | |||||
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | llvm-svn: 9291 | |||||
* | Make llvm-nm work in "pipe mode" | Chris Lattner | 2003-10-16 | 1 | -3/+7 | |
| | | | | llvm-svn: 9172 | |||||
* | Geeze, what is with Brian and these ifdef's? | Chris Lattner | 2003-10-16 | 1 | -2/+0 | |
| | | | | llvm-svn: 9169 | |||||
* | Okay, this is a little hack that "scratches an itch" of mine. | Brian Gaeke | 2003-10-16 | 2 | -0/+132 | |
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 |