aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker/Linker.cpp
AgeCommit message (Expand)Author
2013-03-19The Linker interface has some dead code after the cleanup in r172749Eli Bendersky
2013-01-18[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-09-20lib/Linker: add support of deps which does not end with ".so".Ivan Krasin
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-02GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov
2010-11-02Trailing whitespace.Mikhail Glushenkov
2010-01-05Change this back to errs().David Greene
2010-01-05Change errs() to dbgs().David Greene
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-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2008-10-25Make comments and code for QuietWarnings and QuietErrorsDan Gohman
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06switch this to bitcode instead of bytecodeChris Lattner
2007-05-06add bitcode supportChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-27Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling
2006-07-28Remove a redundant syscall.Chris Lattner
2006-01-17Fixed style of curly brace. No functionality changes.John Criswell
2006-01-10Be a little more explanatory in a comment.Reid Spencer
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-19Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner
2004-12-16Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer
2004-12-13* Fix header block.Reid Spencer
2004-12-13This file contains basic Linker facilities needed by all toolsReid Spencer