drop unneeded config.h includes
[oota-llvm.git] / lib / Linker / Linker.cpp
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-09-20 Ivan Krasinlib/Linker: add support of deps which does not end...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovTrailing whitespace.
2010-01-05 David GreeneChange this back to errs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
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....
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-10 Reid SpencerBe a little more explanatory in a comment.
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...