aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ar/llvm-ar.cpp
AgeCommit message (Expand)Author
2008-02-28Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth
2007-12-29remove attributions from tools.Chris Lattner
2007-12-25Actually parse q operation in llvm-arSeo Sanghyeon
2007-10-15Fix a typo in a comment.Dan Gohman
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-04-08Don't rely on destructed local storage. Thanks, Chris.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29getFileStatus has a new parameter (caught by VC++).Jeff Cohen
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-02For PR786:Reid Spencer
2006-08-25Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-01Use Path::getFileStatusChris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2005-12-28more compliance stufffDuraid Madina
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2004-12-15Unbreak all archive reading operations introduced by the last patch whichReid Spencer
2004-12-15Do not fail an assertion on a broken archiveChris Lattner
2004-12-15For PR351:Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-02Implement file replacement correctly even with the f (TruncateNames) flagReid Spencer
2004-11-20The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer
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