Fix ExplicitSymbols leak.
[oota-llvm.git] / lib / System / DynamicLibrary.cpp
2009-08-31 Torok EdwinFix ExplicitSymbols leak.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
2009-07-07 Chris Lattnerwe don't use libtool anymore, update comments.
2009-06-25 Owen AndersonGuard dynamic library loading.
2009-01-29 Chris LattnerFix PR3424, a static constructor ordering issue. Patch...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-07-10 Chris Lattneropen plugins with RTLD_GLOBAL, pointed out by Bram...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-12 Chris LattnerThis is a simple fix for getting error messages from...
2008-02-22 Anton KorobeynikovProvide __main hooks for cygwin & mingw32
2008-02-13 Devang PatelRemove use of ltdl
2008-01-09 Duncan SandsFix compile failures with g++-4.3.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-03 Anton KorobeynikovProvide hook for _alloca to make JITing on Cygwin sligh...
2007-09-28 Chris Lattnerreally fix PR1581, thanks to Daniel Dunbar for pointing
2007-07-31 Chris LattnerFix PR1581, patch by Timo Savola
2007-02-01 Chris Lattnersilence warning
2007-01-19 Reid SpencerUnbreak Darwin.
2007-01-19 Reid SpencerHelp the lli interpreter find the stderr/stdin/stdout...
2007-01-19 Reid SpencerHandle each of stderr/stdin/stdout separately.
2007-01-11 Reid SpencerAvoid taking the address of a macro by checking to...
2007-01-10 Reid SpencerAllow LLI, in interpreter mode, to find stdin, stdout...
2006-08-30 Chris LattnerGuess what happens when asserts are disabled. :(
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-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...