aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+209