aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+4
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-4/+5
* fix PR3488: llvm-ar r doesn't replace existing filesChris Lattner2009-02-051-1/+1
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-281-0/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-251-0/+1
* Fix a typo in a comment.Dan Gohman2007-10-151-1/+1
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-5/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-7/+7
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-16/+5
* Don't rely on destructed local storage. Thanks, Chris.Reid Spencer2007-04-081-6/+6
* For PR1291:Reid Spencer2007-04-071-3/+6
* For PR789:Reid Spencer2007-03-291-16/+16
* getFileStatus has a new parameter (caught by VC++).Jeff Cohen2007-03-291-2/+2
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-1/+2
* For PR786:Reid Spencer2006-11-021-1/+0
* Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer2006-08-251-4/+4
* For PR797:Reid Spencer2006-08-241-5/+9
* For PR797:Reid Spencer2006-08-231-59/+86
* For PR797:Reid Spencer2006-08-231-4/+12
* Use Path::getFileStatusChris Lattner2006-08-011-7/+10
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-5/+9
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-071-4/+12
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* more compliance stufffDuraid Madina2005-12-281-0/+1
* Final Changes For PR495:Reid Spencer2005-07-081-2/+2
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-221-37/+37
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-1/+3
* Unbreak all archive reading operations introduced by the last patch whichReid Spencer2004-12-151-2/+3
* Do not fail an assertion on a broken archiveChris Lattner2004-12-151-1/+6
* For PR351:Reid Spencer2004-12-151-1/+0
* Path::get -> Path::toStringReid Spencer2004-12-111-9/+9
* Implement file replacement correctly even with the f (TruncateNames) flagReid Spencer2004-12-021-2/+23
* The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer2004-11-201-6/+2
* Per code review: \Reid Spencer2004-11-161-113/+105
* This file was originally developed by the LLVM research group so this comment...Tanya Lattner2004-11-151-3/+2
* Correct call of methods whose names have changed.Reid Spencer2004-11-141-4/+4
* Total rewrite using Archive library & new functionalityReid Spencer2004-11-141-481/+635
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-2/+3
* Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner2003-12-301-27/+20
* New command line parsing. This isn't as perfect as I would have liked. The Co...Tanya Lattner2003-12-061-58/+247
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+4
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8