aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* open plugins with RTLD_GLOBAL, pointed out by Bram Adams.Chris Lattner2008-07-101-1/+1
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-2/+0
* Remove unused GetAddressOfSymbol()Devang Patel2008-03-131-6/+1
* This is a simple fix for getting error messages from dlerror inChris Lattner2008-03-121-1/+2
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-221-0/+1
* Remove use of ltdlDevang Patel2008-02-131-69/+17
* Fix compile failures with g++-4.3.Duncan Sands2008-01-091-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov2007-12-031-3/+11
* really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner2007-09-281-1/+1
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-311-1/+1
* silence warningChris Lattner2007-02-011-0/+1
* Unbreak Darwin.Reid Spencer2007-01-191-3/+0
* Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer2007-01-191-3/+19
* Handle each of stderr/stdin/stdout separately.Reid Spencer2007-01-191-0/+4
* Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer2007-01-111-0/+4
* Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer2007-01-101-2/+12
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-301-1/+2
* For PR797:Reid Spencer2006-08-251-6/+5
* For PR780:Reid Spencer2006-07-261-0/+2
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-071-7/+13
* Bug noticed, by inspection. Filename can be null.Chris Lattner2006-05-141-1/+2
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-121-0/+1
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+15
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-1/+1
* Correct the case of a #include directory name, just in case.Reid Spencer2005-01-021-1/+1
* Get VC++ building againJeff Cohen2004-12-241-2/+3
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-0/+14
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
* Implement two new functions: LoadLibraryPermanently andReid Spencer2004-11-291-28/+62
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-291-13/+3
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-0/+10
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+78