For PR797:
[oota-llvm.git] / lib / System / DynamicLibrary.cpp
2006-07-26 Reid SpencerFor PR780:
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-05-14 Chris LattnerBug noticed, by inspection. Filename can be null.
2006-05-12 Chris LattnerFix iterator invalidation bug, identified by Coverity.
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-09 Reid SpencerRename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi...
2005-01-02 Reid SpencerCorrect the case of a #include directory name, just...
2004-12-24 Jeff CohenGet VC++ building again
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-04 Chris LattnerFix compilation error on Darwin.
2004-12-03 Chris LattnerMove darwin-specific majik here.
2004-11-29 Reid SpencerImplement two new functions: LoadLibraryPermanently and
2004-11-29 Reid SpencerWe just use ltdl's implementation for this abstraction...
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...