aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
* Fix Whitespace.Michael J. Spencer2011-01-101-14/+14
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-2/+5
* convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner2010-11-291-21/+20
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+2
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* remove the last *stream> #include from a public header.Chris Lattner2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-12/+11
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-8/+9
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* 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
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-261-0/+3
* fix PR3488: llvm-ar r doesn't replace existing filesChris Lattner2009-02-051-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+8
* 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
* remove attributions from tools/utils makefiles.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
* this doesn't directly depend on bytecodeChris Lattner2007-05-061-1/+1
* 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
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-2/+1
* 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
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* 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
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-37/+37