summaryrefslogtreecommitdiff
path: root/lib/Linker/LinkItems.cpp
Commit message (Expand)AuthorAge
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-17
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-27
* Use the return value of getMagicNumber instead of using aDan Gohman2010-05-27
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-10
* remove a redundant printout, LinkInArchive prints this as well.Chris Lattner2009-11-09
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Emit an error when a library is not found. It is the GNU ld behavior and it i...Lauro Ramos Venancio2008-02-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Improve error handling in the linker by:Reid Spencer2007-08-16
* Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer2007-08-16
* Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer2007-08-08
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* add bitcode supportChris Lattner2007-05-06
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-30
* Dependent libraries could be native too.Reid Spencer2007-04-30
* For PR1146:Reid Spencer2007-04-11
* For PR1302:Reid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* For PR998:Reid Spencer2006-11-11
* For PR521:Reid Spencer2006-01-10
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-15
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-15
* For PR351: \Reid Spencer2004-12-13
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-08
* Fix PR139: \Reid Spencer2004-12-05