1. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  2. 2e24e0c open plugins with RTLD_GLOBAL, pointed out by Bram Adams. by Chris Lattner · 17 years ago
  3. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  4. af305d2 Remove unused GetAddressOfSymbol() Thanks Daniel Dunbar! by Devang Patel · 18 years ago
  5. 1f49988 This is a simple fix for getting error messages from dlerror in by Chris Lattner · 18 years ago
  6. 6636210 Provide __main hooks for cygwin & mingw32 by Anton Korobeynikov · 18 years ago
  7. f64f7fb Remove use of ltdl by Devang Patel · 18 years ago
  8. 48f22f0 Fix compile failures with g++-4.3. by Duncan Sands · 18 years ago
  9. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  10. 9050bd1 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 18 years ago
  11. 8861abe really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 18 years ago
  12. 364439e Fix PR1581, patch by Timo Savola by Chris Lattner · 18 years ago
  13. 104fc7f silence warning by Chris Lattner · 19 years ago
  14. 9f900c1 Unbreak Darwin. by Reid Spencer · 19 years ago
  15. a960849 Help the lli interpreter find the stderr/stdin/stdout symbols. These are by Reid Spencer · 19 years ago
  16. dcf6f90 Handle each of stderr/stdin/stdout separately. by Reid Spencer · 19 years ago
  17. 750f80e Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 19 years ago
  18. 1b2eeed Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 19 years ago
  19. 9543866 Guess what happens when asserts are disabled. :( by Chris Lattner · 19 years ago
  20. 51e6f68 For PR797: by Reid Spencer · 19 years ago
  21. 082e2a7 For PR780: by Reid Spencer · 19 years ago
  22. 8c8858a Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
  23. 78b8e97 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 19 years ago
  24. 1971e8a Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 19 years ago
  25. baeb39c Add AddSymbol() method to DynamicLibrary to work around Windows limitation by Jeff Cohen · 20 years ago
  26. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  27. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  28. 862ebf5 Correct the case of a #include directory name, just in case. by Reid Spencer · 21 years ago
  29. 683b1a5 Get VC++ building again by Jeff Cohen · 21 years ago
  30. 039b4ab Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 21 years ago
  31. 73a1914 Fix compilation error on Darwin. by Chris Lattner · 21 years ago
  32. 4cf8b36 Move darwin-specific majik here. by Chris Lattner · 21 years ago
  33. 0e6a4fc Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 21 years ago
  34. 3468ae1 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 21 years ago
  35. 72a7457 Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  36. 4a763ca Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago