Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use new getFileSize function. Eliminate some using directives. Reorder ↵ | Chris Lattner | 2003-12-30 | 1 | -27/+20 | |
| | | | | | | #includes a bit llvm-svn: 10651 | |||||
* | New command line parsing. This isn't as perfect as I would have liked. The ↵ | Tanya Lattner | 2003-12-06 | 1 | -58/+247 | |
| | | | | | | CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. llvm-svn: 10297 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -2/+4 | |
| | | | | llvm-svn: 9903 | |||||
* | Removed extraneous comment line. | John Criswell | 2003-10-20 | 1 | -1/+0 | |
| | | | | llvm-svn: 9308 | |||||
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | llvm-svn: 9291 | |||||
* | Rewrite head-of-file comment. | Brian Gaeke | 2003-10-10 | 1 | -7/+4 | |
| | | | | | | Include <cstdio> instead of <stdio.h>. llvm-svn: 9033 | |||||
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 9027 | |||||
* | Squelch warning and delete extra space. | Misha Brukman | 2003-09-23 | 1 | -4/+1 | |
| | | | | llvm-svn: 8685 | |||||
* | Fixed warning. | Tanya Lattner | 2003-09-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 8505 | |||||
* | First version of llvm-ar added to cvs repository. | Tanya Lattner | 2003-08-28 | 1 | -0/+373 | |
llvm-svn: 8173 |