aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ar
AgeCommit message (Expand)Author
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,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-05-19Make sure that tool names don't have any leading or trailing spaces in them.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-29Make the check a little quieter.Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid 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-11-14This tool needs the libLLVMArchive library now.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid 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-20Added LLVM copyright to Makefiles.John Criswell
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