aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-link/llvm-link.cpp
AgeCommit message (Expand)Author
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-19Remove stale commentEli Bendersky
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
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-03-24Trim #includes.Dan Gohman
2009-09-15Give llvm-link a -S option.Dan Gohman
2009-09-12Convert llvm-link to IRReader.Dan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Fix this comment to mention outs() rather than cout.Dan Gohman
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
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-05-23Add #includes to make some dependencies explicit.Dan Gohman
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-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06remove dead optionChris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06remove EH cruft, add bitcode supportChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-02-13Print the module, not the pointer.Chris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2004-12-30For PR351:Reid Spencer
2004-12-13LinkModules is now in the Linker classReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-14Linker.h moved to include/llvm.Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-07Rename the option for defeating compression to be a little more specific.Reid Spencer