aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ranlib
AgeCommit message (Expand)Author
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.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
2007-05-06archive library already depends on bc readerChris Lattner
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris 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
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2005-12-28dittoDuraid Madina
2005-07-07For PR495:Reid Spencer
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.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-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-16Per code review: \Reid Spencer
2004-11-14A tool for adding a symbol table to LLVM ArchivesReid Spencer
2004-11-14Makefile for llvm-ranlib toolReid Spencer