aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/Linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* lib/Linker: add support of deps which does not end with ".so".Ivan Krasin2011-09-201-0/+8
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-6/+4
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-2/+6
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-021-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-11-021-2/+2
* Change this back to errs().David Greene2010-01-051-2/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Pass StringRef by value.Daniel Dunbar2009-11-061-8/+8
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-10/+7
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-14/+14
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-19/+16
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-251-1/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-2/+0
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* switch this to bitcode instead of bytecodeChris Lattner2007-05-061-14/+5
* add bitcode supportChris Lattner2007-05-061-3/+21
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+3
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-271-11/+7
* Remove a redundant syscall.Chris Lattner2006-07-281-25/+21
* Fixed style of curly brace. No functionality changes.John Criswell2006-01-171-2/+1
* Be a little more explanatory in a comment.Reid Spencer2006-01-101-1/+1
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-131-2/+2
* For PR495:Reid Spencer2005-07-071-17/+25
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-14/+14
* Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2005-02-191-1/+3
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-161-0/+1
* * Fix header block.Reid Spencer2004-12-131-8/+8
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-131-0/+166