Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / System / DynamicLibrary.h
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-08-25 Reid SpencerFor PR797:
2006-07-26 Reid SpencerFor PR780:
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-29 Reid SpencerAdd in some methods for use by the JIT. LoadLibraryPerm...
2004-11-29 Reid SpencerMake the default constructor cause the program's symbol...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...