Replace uses of the deprecated std::auto_ptr with OwningPtr.
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-19 Eli BenderskyRemove stale comment
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-03-24 Dan GohmanTrim #includes.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-12 Dan GohmanConvert llvm-link to IRReader.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnersimplify output file selection, fixing two FIXMEs about...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanFix this comment to mention outs() rather than cout.
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerremove dead option
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattnerremove EH cruft, add bitcode support
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-13 Chris LattnerPrint the module, not the pointer.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-14 Reid SpencerLinker.h moved to include/llvm.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-07 Reid SpencerRename the option for defeating compression to be a...
2004-11-07 Reid Spencer* Enable bytecode compression by default
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-27 Chris LattnerHrm, if there is an error loading a file, try printing...
2004-09-12 Reid SpencerExcise the -L option since llvm-link should not do...
2004-09-12 Reid SpencerExcise dependent library linking at Chris' request...
2004-09-12 Misha BrukmanSquelch compilation warnings on Sparc
2004-09-11 Reid SpencerImplement dependent library processing and search paths...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-30 Chris LattnerUse getFileSize() instead of sys/stat.h directly
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-09-20 Chris LattnerFix file header
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-08-28 Chris LattnerReorder #includes
2003-06-13 Chris LattnerFix major bug in my last checkin. :(
2003-06-12 Chris LattnerRemove obsolete comments about llvm-ar
2003-05-22 Chris LattnerKill using declarations
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-01-25 Chris LattnerAccept, but ignore -lfoo options.
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-08 Chris LattnerTell the user if a file is corrupt or not... not that...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerAdd support to enable -lfoo to be processed correctly
2001-10-24 Chris LattnerImplement a -L command line argument to specify a searc...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerAdd '-v' option to enable verbose output from the linker
2001-10-14 Chris LattnerAdd a new -d argument to dump the internal rep as assembly.
2001-10-13 Chris LattnerAdd new linker