Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / include / llvm / Linker.h
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-04 Reid SpencerMake the LinkInFile and LinkInLibrary both return an...
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerFor PR998:
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-01-10 Reid SpencerFor PR521:
2005-12-26 Duraid Madinamore standards compliance (damn, I can't wait for unord...
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-13 Reid SpencerCompletely rewrite the interface to be class based
2004-12-05 Reid SpencerFix PR139: \
2004-11-16 Reid SpencerMake the comment for LinkFiles a bit more precise and...
2004-11-16 Chris LattnerDocument this as clobbering the second arg, make the...
2004-11-14 Reid SpencerInterface to Linker (revised/expanded from Support...
2004-11-14 Reid SpencerMoved from include/llvm/Support/Linker.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-05-07 Chris LattnerUpdate header after moving file
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-13 Chris LattnerNew module linking functionality prototype