aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkItems.cpp
Commit message (Expand)AuthorAgeFilesLines
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-4/+3
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-2/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-271-10/+11
* Use the return value of getMagicNumber instead of using aDan Gohman2010-05-271-5/+3
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-101-3/+6
* remove a redundant printout, LinkInArchive prints this as well.Chris Lattner2009-11-091-1/+0
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-11/+11
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-3/+3
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Emit an error when a library is not found. It is the GNU ld behavior and it i...Lauro Ramos Venancio2008-02-271-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Improve error handling in the linker by:Reid Spencer2007-08-161-6/+6
* Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer2007-08-161-3/+4
* Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer2007-08-081-0/+16
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-5/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-8/+8
* add bitcode supportChris Lattner2007-05-061-0/+2
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-301-2/+2
* Dependent libraries could be native too.Reid Spencer2007-04-301-1/+4
* For PR1146:Reid Spencer2007-04-111-4/+12
* For PR1302:Reid Spencer2007-04-041-8/+8
* For PR1302:Reid Spencer2007-04-041-31/+61
* For PR998:Reid Spencer2006-11-111-6/+7
* For PR521:Reid Spencer2006-01-101-19/+37
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-151-4/+61
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-151-0/+57
* For PR351: \Reid Spencer2004-12-131-122/+12
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-081-2/+2
* Fix PR139: \Reid Spencer2004-12-051-0/+159