Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 | |
| | | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447 | |||||
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -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 whitespace | Misha Brukman | 2005-04-22 | 1 | -5/+5 | |
| | | | | llvm-svn: 21428 | |||||
* | method renamed | Chris Lattner | 2005-03-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 20616 | |||||
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -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 Spencer | 2004-12-15 | 1 | -1/+0 | |
| | | | | | | Remove #inclusion of Support/FileUtilities.h which isn't needed any more. llvm-svn: 18950 | |||||
* | PR351: \ | Reid Spencer | 2004-12-13 | 1 | -3/+4 | |
| | | | | | | Use sys::Path not FileUtilities to check file types llvm-svn: 18865 | |||||
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+2 | |
| | | | | llvm-svn: 18255 | |||||
* | *Fix usage of changed function prototype*Use Archive interface to symbol ↵ | Reid Spencer | 2004-11-14 | 1 | -4/+7 | |
| | | | | | | table for archives llvm-svn: 17795 | |||||
* | This tool needs libLLVMArchive now | Reid Spencer | 2004-11-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 17794 | |||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 17286 | |||||
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -650/+0 | |
| | | | | llvm-svn: 17168 | |||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -17/+0 | |
| | | | | llvm-svn: 17155 | |||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+650 | |
| | | | | llvm-svn: 17136 | |||||
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 16950 | |||||
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+17 | |
| | | | | llvm-svn: 16894 | |||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -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 | |||||
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+1 | |
| | | | | | | independence of the tool. llvm-svn: 16092 | |||||
* | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 16091 | |||||
* | IA64 compat | Chris Lattner | 2004-07-16 | 1 | -1/+2 | |
| | | | | llvm-svn: 14867 | |||||
* | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 | |
| | | | | llvm-svn: 14623 | |||||
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 13813 | |||||
* | Include cerrno (gcc-3.4 fix) | Alkis Evlogimenos | 2004-04-21 | 1 | -0/+1 | |
| | | | | llvm-svn: 13091 | |||||
* | Make sure to print a stack trace whenever an error signal is delivered to the | Chris Lattner | 2004-02-19 | 1 | -0/+3 | |
| | | | | | | tool. llvm-svn: 11632 | |||||
* | Unbreak the "-" as filename hack. | Brian Gaeke | 2003-11-19 | 1 | -2/+3 | |
| | | | | llvm-svn: 10099 | |||||
* | Also print an error msg. for files we cannot currently deal with. | Brian Gaeke | 2003-11-19 | 1 | -0/+4 | |
| | | | | llvm-svn: 10097 | |||||
* | Fix PR134, by checking FileOpenable() on each input file before analyzing its | Brian Gaeke | 2003-11-19 | 1 | -1/+10 | |
| | | | | | | type. llvm-svn: 10096 | |||||
* | 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 |