| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ExplicitSymbols leak. | Edwin Török | 2009-08-31 | 1 | -0/+7 |
* | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 1 | -26/+27 |
* | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 1 | -10/+1 |
* | we don't use libtool anymore, update comments. | Chris Lattner | 2009-07-07 | 1 | -12/+2 |
* | Guard dynamic library loading. | Owen Anderson | 2009-06-25 | 1 | -9/+21 |
* | Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! | Chris Lattner | 2009-01-29 | 1 | -4/+7 |
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
* | open plugins with RTLD_GLOBAL, pointed out by Bram Adams. | Chris Lattner | 2008-07-10 | 1 | -1/+1 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -2/+0 |
* | Remove unused GetAddressOfSymbol() | Devang Patel | 2008-03-13 | 1 | -6/+1 |
* | This is a simple fix for getting error messages from dlerror in | Chris Lattner | 2008-03-12 | 1 | -1/+2 |
* | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov | 2008-02-22 | 1 | -0/+1 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 1 | -69/+17 |
* | Fix compile failures with g++-4.3. | Duncan Sands | 2008-01-09 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov | 2007-12-03 | 1 | -3/+11 |
* | really fix PR1581, thanks to Daniel Dunbar for pointing | Chris Lattner | 2007-09-28 | 1 | -1/+1 |
* | Fix PR1581, patch by Timo Savola | Chris Lattner | 2007-07-31 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+209 |