Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / Linker / LinkItems.cpp
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-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-27 Dan GohmanUse the return value of getMagicNumber instead of using a
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-09 Chris Lattnerremove a redundant printout, LinkInArchive prints this...
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-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-02-27 Lauro Ramos VenancioEmit an error when a library is not found. It is the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-16 Reid SpencerImprove error handling in the linker by:
2007-08-16 Reid SpencerEnsure that error messages a propagated from calls...
2007-08-08 Reid SpencerAllow the filename "-" to be a place holder for stdin...
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 Lattneradd bitcode support
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-30 Reid SpencerDependent libraries could be native too.
2007-04-11 Reid SpencerFor PR1146:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2006-11-11 Reid SpencerFor PR998:
2006-01-10 Reid SpencerFor PR521:
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerconsolidate LinkFiles into LinkItems, use lib_* iterators.
2005-03-15 Chris Lattnerconsolidate LinkLibraries into LinkItems
2004-12-13 Reid SpencerFor PR351: \
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-05 Reid SpencerFix PR139: \