aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ranlib/llvm-ranlib.cpp
AgeCommit message (Expand)Author
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-10-26Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-11-29convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2008-12-31Add spacing between type and variable name.Misha Brukman
2007-12-29remove attributions from tools.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-08-25Fix a bug introduced by a change in the Archive::writeToDisk interface.Reid Spencer
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer
2005-12-28dittoDuraid Madina
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-02-13Fix PR506:Reid Spencer
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer
2004-12-15For PR351:Reid Spencer
2004-11-16Per code review: \Reid Spencer
2004-11-14A tool for adding a symbol table to LLVM ArchivesReid Spencer