summaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAge
* Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp onChris Lattner2010-08-17
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-09
* Make clang bootstrap happier on OSX 10.5 by reducing the number of headersJeffrey Yasskin2010-03-11
* Alternative fix to make sure that the extern declarations used byDouglas Gregor2009-12-23
* Revert 92020 until I figure out a more portable fixDouglas Gregor2009-12-23
* Move the extern symbol declarations outside ofDouglas Gregor2009-12-23
* Remove unused includes.Chandler Carruth2009-10-25
* Fix ExplicitSymbols leak.Torok Edwin2009-08-31
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* we don't use libtool anymore, update comments.Chris Lattner2009-07-07
* Guard dynamic library loading.Owen Anderson2009-06-25
* Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster!Chris Lattner2009-01-29
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-08
* open plugins with RTLD_GLOBAL, pointed out by Bram Adams.Chris Lattner2008-07-10
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Remove unused GetAddressOfSymbol()Devang Patel2008-03-13
* This is a simple fix for getting error messages from dlerror inChris Lattner2008-03-12
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-22
* Remove use of ltdlDevang Patel2008-02-13
* Fix compile failures with g++-4.3.Duncan Sands2008-01-09
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov2007-12-03
* really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner2007-09-28
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-31
* silence warningChris Lattner2007-02-01
* Unbreak Darwin.Reid Spencer2007-01-19
* Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer2007-01-19
* Handle each of stderr/stdin/stdout separately.Reid Spencer2007-01-19
* Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer2007-01-11
* Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer2007-01-10
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-30
* For PR797:Reid Spencer2006-08-25
* For PR780:Reid Spencer2006-07-26
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-07
* Bug noticed, by inspection. Filename can be null.Chris Lattner2006-05-14
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-12
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-09
* Correct the case of a #include directory name, just in case.Reid Spencer2005-01-02
* Get VC++ building againJeff Cohen2004-12-24
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-24
* Fix compilation error on Darwin.Chris Lattner2004-12-04
* Move darwin-specific majik here.Chris Lattner2004-12-03
* Implement two new functions: LoadLibraryPermanently andReid Spencer2004-11-29
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-29
* Implement the default constructor which causes the current program to beReid Spencer2004-11-29
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-18