summaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAge
* 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