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
/
LinkItems.cpp
Age
Commit message (
Expand
)
Author
2009-11-10
Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...
Daniel Dunbar
2009-11-09
remove a redundant printout, LinkInArchive prints this as well.
Chris Lattner
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-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2008-02-27
Emit an error when a library is not found. It is the GNU ld behavior and it i...
Lauro Ramos Venancio
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-08-16
Improve error handling in the linker by:
Reid Spencer
2007-08-16
Ensure that error messages a propagated from calls to LinkInModule so they get
Reid Spencer
2007-08-08
Allow the filename "-" to be a place holder for stdin. This allows directing
Reid Spencer
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
add bitcode support
Chris Lattner
2007-04-30
If an archive is not recognized as an LLVM bytecode archive then declare
Reid Spencer
2007-04-30
Dependent libraries could be native too.
Reid Spencer
2007-04-11
For PR1146:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2006-11-11
For PR998:
Reid Spencer
2006-01-10
For PR521:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
consolidate LinkFiles into LinkItems, use lib_* iterators.
Chris Lattner
2005-03-15
consolidate LinkLibraries into LinkItems
Chris Lattner
2004-12-13
For PR351: \
Reid Spencer
2004-12-08
Turn this error back into a warning, fixing the povray regression
Chris Lattner
2004-12-05
Fix PR139: \
Reid Spencer