summaryrefslogtreecommitdiff
path: root/lib/Linker/Linker.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Change this back to errs().David Greene1-2/+1
2010-01-05Change errs() to dbgs().David Greene1-1/+2
2009-11-06Pass StringRef by value.Daniel Dunbar1-8/+8
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-10/+7
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar1-14/+14
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-1/+1
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-19/+16
2008-10-25Make comments and code for QuietWarnings and QuietErrorsDan Gohman1-1/+1
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner1-3/+3
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif1-2/+0
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-3/+3
2007-05-06switch this to bitcode instead of bytecodeChris Lattner1-14/+5
2007-05-06add bitcode supportChris Lattner1-3/+21
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+4
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-3/+3
2006-11-27Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling1-11/+7
2006-07-28Remove a redundant syscall.Chris Lattner1-25/+21
2006-01-17Fixed style of curly brace. No functionality changes.John Criswell1-2/+1
2006-01-10Be a little more explanatory in a comment.Reid Spencer1-1/+1
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer1-2/+2
2005-07-07For PR495:Reid Spencer1-17/+25
2005-07-07For PR495:Reid Spencer1-1/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-14/+14
2005-02-19Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner1-1/+3
2004-12-16Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer1-0/+1
2004-12-13* Fix header block.Reid Spencer1-8/+8
2004-12-13This file contains basic Linker facilities needed by all toolsReid Spencer1-0/+166