aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
...
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-221-9/+1
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-212-28/+29
* Add a fixme.Rafael Espindola2013-06-201-0/+1
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-9/+14
* 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-204-38/+9
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-204-7/+36
* Don't include directory names in archives.Rafael Espindola2013-06-204-36/+7
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-206-231/+10
* Remove more unused functions.Rafael Espindola2013-06-202-81/+0
* Remove unused methods.Rafael Espindola2013-06-202-170/+0
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-201-2/+1
* Convert a use of sys::Path.Rafael Espindola2013-06-201-16/+10
* Remove unused function.Rafael Espindola2013-06-193-31/+3
* Really fix the missing header :-(Rafael Espindola2013-06-191-1/+1
* Add missing include found by the bots.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-196-26/+39
* Always set the mode.Rafael Espindola2013-06-192-13/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-195-52/+46
* Remove unused function.Rafael Espindola2013-06-192-33/+0
* 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-195-35/+39
* Remove the 'R' modifier.Rafael Espindola2013-06-191-45/+4
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-179-4/+1857
* 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-263-101/+104
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-13/+6
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-4/+4
* llvm-ar: Remove local test target, this is no longer useful.Daniel Dunbar2011-10-181-7/+0
* 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