| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | silence warning | Chris Lattner | 2007-02-01 | 1 | -0/+1 |
* | Unbreak Darwin. | Reid Spencer | 2007-01-19 | 1 | -3/+0 |
* | Help the lli interpreter find the stderr/stdin/stdout symbols. These are | Reid Spencer | 2007-01-19 | 1 | -3/+19 |
* | Handle each of stderr/stdin/stdout separately. | Reid Spencer | 2007-01-19 | 1 | -0/+4 |
* | Avoid taking the address of a macro by checking to see if stdin is defined | Reid Spencer | 2007-01-11 | 1 | -0/+4 |
* | Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is | Reid Spencer | 2007-01-10 | 1 | -2/+12 |
* | Guess what happens when asserts are disabled. :( | Chris Lattner | 2006-08-30 | 1 | -1/+2 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -6/+5 |
* | For PR780: | Reid Spencer | 2006-07-26 | 1 | -0/+2 |
* | Change LoadLibraryPermanently to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -7/+13 |
* | Bug noticed, by inspection. Filename can be null. | Chris Lattner | 2006-05-14 | 1 | -1/+2 |
* | Fix iterator invalidation bug, identified by Coverity. | Chris Lattner | 2006-05-12 | 1 | -0/+1 |
* | Add AddSymbol() method to DynamicLibrary to work around Windows limitation | Jeff Cohen | 2006-01-30 | 1 | -0/+15 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -1/+1 |
* | Correct the case of a #include directory name, just in case. | Reid Spencer | 2005-01-02 | 1 | -1/+1 |
* | Get VC++ building again | Jeff Cohen | 2004-12-24 | 1 | -2/+3 |
* | Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, | Jeff Cohen | 2004-12-24 | 1 | -0/+14 |
* | Fix compilation error on Darwin. | Chris Lattner | 2004-12-04 | 1 | -15/+18 |
* | Move darwin-specific majik here. | Chris Lattner | 2004-12-03 | 1 | -5/+27 |
* | Implement two new functions: LoadLibraryPermanently and | Reid Spencer | 2004-11-29 | 1 | -28/+62 |
* | We just use ltdl's implementation for this abstraction now. Its portable to | Reid Spencer | 2004-11-29 | 1 | -13/+3 |
* | Implement the default constructor which causes the current program to be | Reid Spencer | 2004-11-29 | 1 | -0/+10 |
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+78 |