summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use new getFileSize function. Eliminate some using directives. Reorder ↵Chris Lattner2003-12-301-27/+20
| | | | | | #includes a bit llvm-svn: 10651
* New command line parsing. This isn't as perfect as I would have liked. The ↵Tanya Lattner2003-12-061-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 Gaeke2003-11-111-2/+4
| | | | llvm-svn: 9903
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
| | | | llvm-svn: 9308
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9291
* Rewrite head-of-file comment.Brian Gaeke2003-10-101-7/+4
| | | | | | Include <cstdio> instead of <stdio.h>. llvm-svn: 9033
* Fix spelling.Misha Brukman2003-10-101-2/+2
| | | | llvm-svn: 9027
* Squelch warning and delete extra space.Misha Brukman2003-09-231-4/+1
| | | | llvm-svn: 8685
* Fixed warning.Tanya Lattner2003-09-131-1/+1
| | | | llvm-svn: 8505
* First version of llvm-ar added to cvs repository.Tanya Lattner2003-08-281-0/+373
llvm-svn: 8173
OpenPOWER on IntegriCloud