Age | Commit message (Expand) | Author |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-18 | Use thread-safe statics to avoid a static constructor here. This isn't threa... | Owen Anderson |
2010-11-09 | Fix PR8441, a thread unsafe static variable in our dynamic library loading fa... | Owen Anderson |
2010-08-17 | Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on | Chris Lattner |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-04-09 | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner |
2010-03-11 | Make clang bootstrap happier on OSX 10.5 by reducing the number of headers | Jeffrey Yasskin |
2009-12-23 | Alternative fix to make sure that the extern declarations used by | Douglas Gregor |
2009-12-23 | Revert 92020 until I figure out a more portable fix | Douglas Gregor |
2009-12-23 | Move the extern symbol declarations outside of | Douglas Gregor |
2009-10-25 | Remove unused includes. | Chandler Carruth |
2009-08-31 | Fix ExplicitSymbols leak. | Torok Edwin |
2009-07-07 | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner |
2009-07-07 | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner |
2009-07-07 | we don't use libtool anymore, update comments. | Chris Lattner |
2009-06-25 | Guard dynamic library loading. | Owen Anderson |
2009-01-29 | Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! | Chris Lattner |
2008-10-08 | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands |
2008-07-10 | open plugins with RTLD_GLOBAL, pointed out by Bram Adams. | Chris Lattner |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-03-13 | Remove unused GetAddressOfSymbol() | Devang Patel |
2008-03-12 | This is a simple fix for getting error messages from dlerror in | Chris Lattner |
2008-02-22 | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov |
2008-02-13 | Remove use of ltdl | Devang Patel |
2008-01-09 | Fix compile failures with g++-4.3. | Duncan Sands |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-03 | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov |
2007-09-28 | really fix PR1581, thanks to Daniel Dunbar for pointing | Chris Lattner |
2007-07-31 | Fix PR1581, patch by Timo Savola | Chris Lattner |
2007-02-01 | silence warning | Chris Lattner |
2007-01-19 | Unbreak Darwin. | Reid Spencer |
2007-01-19 | Help the lli interpreter find the stderr/stdin/stdout symbols. These are | Reid Spencer |
2007-01-19 | Handle each of stderr/stdin/stdout separately. | Reid Spencer |
2007-01-11 | Avoid taking the address of a macro by checking to see if stdin is defined | Reid Spencer |
2007-01-10 | Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is | Reid Spencer |
2006-08-30 | Guess what happens when asserts are disabled. :( | Chris Lattner |
2006-08-25 | For PR797: | Reid Spencer |
2006-07-26 | For PR780: | Reid Spencer |
2006-07-07 | Change LoadLibraryPermanently to not throw an exception. | Chris Lattner |
2006-05-14 | Bug noticed, by inspection. Filename can be null. | Chris Lattner |
2006-05-12 | Fix iterator invalidation bug, identified by Coverity. | Chris Lattner |
2006-01-30 | Add AddSymbol() method to DynamicLibrary to work around Windows limitation | Jeff Cohen |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-09 | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer |
2005-01-02 | Correct the case of a #include directory name, just in case. | Reid Spencer |
2004-12-24 | Get VC++ building again | Jeff Cohen |
2004-12-24 | Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, | Jeff Cohen |
2004-12-04 | Fix compilation error on Darwin. | Chris Lattner |
2004-12-03 | Move darwin-specific majik here. | Chris Lattner |
2004-11-29 | Implement two new functions: LoadLibraryPermanently and | Reid Spencer |