1. b4f02ed Alternative fix to make sure that the extern declarations used by by Douglas Gregor · 16 years ago
  2. da09e58 Revert 92020 until I figure out a more portable fix by Douglas Gregor · 16 years ago
  3. 16cd8cd Move the extern symbol declarations outside of by Douglas Gregor · 16 years ago
  4. 4f13bfc Remove unused includes. by Chandler Carruth · 16 years ago
  5. 6d5f43b Fix ExplicitSymbols leak. by Edwin Török · 16 years ago
  6. 71ac96d Eliminate the static constructors and locks from DynamicLibrary.cpp. by Chris Lattner · 16 years ago
  7. 0d4e129 remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead. by Chris Lattner · 16 years ago
  8. fce334d we don't use libtool anymore, update comments. by Chris Lattner · 16 years ago
  9. 132a2f2 Guard dynamic library loading. by Owen Anderson · 16 years ago
  10. 4b57e5a Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! by Chris Lattner · 17 years ago
  11. 05f6837 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  12. 859cf63 open plugins with RTLD_GLOBAL, pointed out by Bram Adams. by Chris Lattner · 17 years ago
  13. bc8fb44 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  14. 79df1c6 Remove unused GetAddressOfSymbol() Thanks Daniel Dunbar! by Devang Patel · 17 years ago
  15. acc8193 This is a simple fix for getting error messages from dlerror in by Chris Lattner · 17 years ago
  16. 71da038 Provide __main hooks for cygwin & mingw32 by Anton Korobeynikov · 18 years ago
  17. aa4ea5a Remove use of ltdl by Devang Patel · 18 years ago
  18. fca2014 Fix compile failures with g++-4.3. by Duncan Sands · 18 years ago
  19. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  20. 942cbab Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 18 years ago
  21. f7d1aad really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 18 years ago
  22. da85287 Fix PR1581, patch by Timo Savola by Chris Lattner · 18 years ago
  23. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago