summaryrefslogtreecommitdiff
path: root/lib/Linker/Linker.cpp
Commit message (Expand)AuthorAge
* Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola2013-05-04
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Don't store the context in the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Delete dead code from the linker.Rafael Espindola2013-05-04
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-19
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-18
* [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
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* lib/Linker: add support of deps which does not end with ".so".Ivan Krasin2011-09-20
* 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
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-02
* Trailing whitespace.Mikhail Glushenkov2010-11-02
* Change this back to errs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* 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
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-25
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* switch this to bitcode instead of bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-27
* Remove a redundant syscall.Chris Lattner2006-07-28
* Fixed style of curly brace. No functionality changes.John Criswell2006-01-17
* Be a little more explanatory in a comment.Reid Spencer2006-01-10
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-13
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2005-02-19
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-16
* * Fix header block.Reid Spencer2004-12-13
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-13