- eeb37f1 Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 by Jordy Rose · 14 years ago
- 008a5f5 Static fields require an out-of-line definition. Fix DynamicLibrary for real. by Jordy Rose · 14 years ago
- 0bce85f Use DynamicLibrary instances as a way to get symbols from a specific library. Preparation for upcoming (preliminary) support for plugins for the static analyzer. by Jordy Rose · 14 years ago
- 0ea112f Don't leak the mutex when loading dynamic libraries. by Owen Anderson · 15 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (97%) from lib/System/DynamicLibrary.cpp]
- 27cb5e6 Use thread-safe statics to avoid a static constructor here. This isn't thread-safe on MSVC, but we don't by Owen Anderson · 15 years ago
- 9ac18d5 Fix PR8441, a thread unsafe static variable in our dynamic library loading facilities. by Owen Anderson · 15 years ago
- 6ccd0da Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on by Chris Lattner · 15 years ago
- b357983 Fix a bunch of namespace polution. by Dan Gohman · 15 years ago
- 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 15 years ago
- 6220754 Make clang bootstrap happier on OSX 10.5 by reducing the number of headers by Jeffrey Yasskin · 15 years ago
- 37b7bae Alternative fix to make sure that the extern declarations used by by Douglas Gregor · 16 years ago
- 0b64472 Revert 92020 until I figure out a more portable fix by Douglas Gregor · 16 years ago
- 0f706ab Move the extern symbol declarations outside of by Douglas Gregor · 16 years ago
- 18ad485 Remove unused includes. by Chandler Carruth · 16 years ago
- 72ddf7b Fix ExplicitSymbols leak. by Torok Edwin · 16 years ago
- a9b7d60 Eliminate the static constructors and locks from DynamicLibrary.cpp. by Chris Lattner · 16 years ago
- 72501b4 remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead. by Chris Lattner · 16 years ago
- 0875c7c we don't use libtool anymore, update comments. by Chris Lattner · 16 years ago
- f37feb9 Guard dynamic library loading. by Owen Anderson · 16 years ago
- cee3e7c Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! by Chris Lattner · 17 years ago
- 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
- ae55e04 open plugins with RTLD_GLOBAL, pointed out by Bram Adams. by Chris Lattner · 17 years ago
- 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
- a133417 Remove unused GetAddressOfSymbol() Thanks Daniel Dunbar! by Devang Patel · 17 years ago
- d5f1627 This is a simple fix for getting error messages from dlerror in by Chris Lattner · 17 years ago
- 47ccf1a Provide __main hooks for cygwin & mingw32 by Anton Korobeynikov · 17 years ago
- e45252e Remove use of ltdl by Devang Patel · 18 years ago
- f52e32a Fix compile failures with g++-4.3. by Duncan Sands · 18 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 96ea209 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 18 years ago
- 6745458 really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 18 years ago
- 6240ab5 Fix PR1581, patch by Timo Savola by Chris Lattner · 18 years ago
- acf8145 silence warning by Chris Lattner · 19 years ago
- a867cf0 Unbreak Darwin. by Reid Spencer · 19 years ago
- 02f20d3 Help the lli interpreter find the stderr/stdin/stdout symbols. These are by Reid Spencer · 19 years ago
- 81e3954 Handle each of stderr/stdin/stdout separately. by Reid Spencer · 19 years ago
- 65de742 Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 19 years ago
- 11f457a Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 19 years ago
- 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 19 years ago
- 99655e1 For PR797: by Reid Spencer · 19 years ago
- 23dd332 For PR780: by Reid Spencer · 19 years ago
- adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
- f883eb9 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 19 years ago
- 2b80e8d Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 19 years ago
- 8504690 Add AddSymbol() method to DynamicLibrary to work around Windows limitation by Jeff Cohen · 20 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- bccc8ab Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
- d6b1f5f Correct the case of a #include directory name, just in case. by Reid Spencer · 21 years ago
- a4c9751 Get VC++ building again by Jeff Cohen · 21 years ago
- 1a46635 Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 21 years ago
- 368cb8e Fix compilation error on Darwin. by Chris Lattner · 21 years ago
- 28dabf7 Move darwin-specific majik here. by Chris Lattner · 21 years ago
- 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 21 years ago
- 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 21 years ago
- 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
- 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago