Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / lib / Linker / Linker.cpp
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-10 Reid SpencerBe a little more explanatory in a comment.
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...