aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ar/llvm-ar.cpp
AgeCommit message (Expand)Author
2004-11-16Per code review: \Reid Spencer
2004-11-15This file was originally developed by the LLVM research group so this comment...Tanya Lattner
2004-11-14Correct call of methods whose names have changed.Reid Spencer
2004-11-14Total rewrite using Archive library & new functionalityReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-12-30Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner
2003-12-06New command line parsing. This isn't as perfect as I would have liked. The Co...Tanya Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Rewrite head-of-file comment.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-09-23Squelch warning and delete extra space.Misha Brukman
2003-09-13Fixed warning.Tanya Lattner
2003-08-28First version of llvm-ar added to cvs repository.Tanya Lattner