aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkItems.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.Edwin Török2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+221