aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker/LinkItems.cpp
AgeCommit message (Expand)Author
2009-11-10Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar
2009-11-09remove a redundant printout, LinkInArchive prints this as well.Chris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2008-02-27Emit an error when a library is not found. It is the GNU ld behavior and it i...Lauro Ramos Venancio
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-16Improve error handling in the linker by:Reid Spencer
2007-08-16Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer
2007-08-08Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06add bitcode supportChris Lattner
2007-04-30If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer
2007-04-30Dependent libraries could be native too.Reid Spencer
2007-04-11For PR1146:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2006-11-11For PR998:Reid Spencer
2006-01-10For PR521:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner
2005-03-15consolidate LinkLibraries into LinkItemsChris Lattner
2004-12-13For PR351: \Reid Spencer
2004-12-08Turn this error back into a warning, fixing the povray regressionChris Lattner
2004-12-05Fix PR139: \Reid Spencer