aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete dead code.Rafael Espindola2013-07-111-3/+0
* Remove support for truncating names in archives.Rafael Espindola2013-07-111-22/+4
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-111-3/+0
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-9/+6
* [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman2013-07-061-0/+2
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-051-2/+19
* Use simpler version of exists.Rafael Espindola2013-07-051-2/+1
* Remove NoOperation.Rafael Espindola2013-07-051-5/+1
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-051-8/+2
* Add a fixme.Rafael Espindola2013-06-201-0/+1
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-19/+35
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-201-4/+5
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-201-12/+5
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-6/+5
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-201-1/+1
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-201-8/+0
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-201-0/+8
* Don't include directory names in archives.Rafael Espindola2013-06-201-8/+0
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-201-29/+6
* Convert a use of sys::Path.Rafael Espindola2013-06-201-16/+10
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-191-0/+1
* Always set the mode.Rafael Espindola2013-06-191-4/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-191-6/+6
* Another attempt at fixing the bots.Rafael Espindola2013-06-191-1/+1
* Attempt at fixing some bots.Rafael Espindola2013-06-191-1/+1
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-191-19/+21
* Remove the 'R' modifier.Rafael Espindola2013-06-191-45/+4
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-1/+1
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-4/+4
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-261-99/+104
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-13/+6
* 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
* 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
* 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