Create a new class, MemOperand, for describing memory references
[oota-llvm.git] / include / llvm / System / DynamicLibrary.h
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...