index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Linker
/
Linker.cpp
Age
Commit message (
Expand
)
Author
2013-03-19
The Linker interface has some dead code after the cleanup in r172749
Eli 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-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-09-20
lib/Linker: add support of deps which does not end with ".so".
Ivan Krasin
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-02
GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
Mikhail Glushenkov
2010-11-02
Trailing whitespace.
Mikhail Glushenkov
2010-01-05
Change this back to errs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2008-10-25
Make comments and code for QuietWarnings and QuietErrors
Dan Gohman
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
add bitcode support
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-27
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-07-28
Remove a redundant syscall.
Chris Lattner
2006-01-17
Fixed style of curly brace. No functionality changes.
John Criswell
2006-01-10
Be a little more explanatory in a comment.
Reid Spencer
2005-12-13
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-19
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
Chris Lattner
2004-12-16
Fix a compile error. config.h is now needed because DataTypes.h doesn't
Reid Spencer
2004-12-13
* Fix header block.
Reid Spencer
2004-12-13
This file contains basic Linker facilities needed by all tools
Reid Spencer