summaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)AuthorFilesLines
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-4/+4
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner1-1/+2
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-7/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+7
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-3/+3
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes1-1/+1
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher1-1/+1
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman1-11/+8
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman1-13/+7
2010-03-24Trim #includes.Dan Gohman1-1/+0
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2009-09-15Give llvm-link a -S option.Dan Gohman1-3/+9
2009-09-12Convert llvm-link to IRReader.Dan Gohman3-16/+13
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-6/+6
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-1/+2
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner1-16/+12
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-2/+3
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-16/+15
2009-07-15Fix this comment to mention outs() rather than cout.Dan Gohman1-1/+1
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman1-16/+10
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-1/+1
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-3/+3
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-4/+7
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner1-3/+6
2009-02-26disable exports from a bunch more tools, those without plugins.Chris Lattner1-0/+3
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+5
2008-05-23Add #includes to make some dependencies explicit.Dan Gohman1-0/+1
2007-12-29remove attributions from tools.Chris Lattner1-2/+2
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-10-08Move the space in overview output for commands out of each of theDan Gohman1-1/+1
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-5/+5
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner1-6/+4
2007-05-06remove dead optionChris Lattner1-3/+0
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner2-26/+10
2007-05-06remove EH cruft, add bitcode supportChris Lattner2-68/+81
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+3
2007-01-21default to emiting an uncompressed .bc fileChris Lattner1-1/+1
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-24/+22
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-0/+2
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-19/+20
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-2/+1
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-2/+2