aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-182-0/+795