1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. b44d7a0 Move some function declarations out of WindowsSupport.h by Zachary Turner · 7 years ago
  3. 5fdd2cb Allow clients to specify search order of DynamicLibraries. by Frederich Munch · 8 years ago
  4. ad12580 Close DynamicLibraries in reverse order they were opened. by Frederich Munch · 8 years ago
  5. c1db8cf Refactor DynamicLibrary so searching for a symbol will have a defined order and by Frederich Munch · 9 years ago
  6. fd96d5e Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order" by Frederich Munch · 9 years ago
  7. 70c377a Refactor DynamicLibrary so searching for a symbol will have a defined order and by Frederich Munch · 9 years ago
  8. b8c236a Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.” by Frederich Munch · 9 years ago
  9. 799259f Fix warning converting from boolean to pointer introduced in r301153. by Frederich Munch · 9 years ago
  10. 9f40457 Refactor DynamicLibrary so searching for a symbol will have a defined order and by Frederich Munch · 9 years ago
  11. f698a69 Do not pollute the namespace in a header file. by Kristof Beyls · 9 years ago
  12. 2e7f560 Cast to the right type on Windows. by Vassil Vassilev · 9 years ago
  13. 7f1c255 Reland r296442 with modifications reverted in r296463. by Vassil Vassilev · 9 years ago
  14. 8bdc36e Do not leak OpenedHandles. by Vassil Vassilev · 9 years ago
  15. 4fb6748 Reformat a blank line. by NAKAMURA Takumi · 9 years ago
  16. 3d369cb Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be registered as permanent libraries." by NAKAMURA Takumi · 9 years ago
  17. c986f87 Fix Win bots. by Vassil Vassilev · 9 years ago
  18. 4469308 Allow externally dlopen-ed libraries to be registered as permanent libraries. by Vassil Vassilev · 9 years ago
  19. 59e5a64 Do not leak OpenedHandles. by Vassil Vassilev · 9 years ago
  20. 2de1b32 Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries." by NAKAMURA Takumi · 10 years ago
  21. 0540267 [Windows] Partially revert r254363 until I can test the right fix. by Davide Italiano · 10 years ago
  22. 38518e9 [Windows] Follow-up r254363, remove return. by Davide Italiano · 10 years ago
  23. b37d6bd [Windows] Simplify assertion code. NFC. by Davide Italiano · 10 years ago
  24. af19bc3 Add Windows error code and tidy formatting for system errors. by Paul Robinson · 10 years ago
  25. bebb27b [Support] Lazy load of dbghlp.dll on Windows by Leny Kholodov · 10 years ago
  26. 9aeb047 Fix symbol resolution of floating point libc builtins in MCJIT by Reid Kleckner · 11 years ago
  27. bbae11b Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback. by NAKAMURA Takumi · 11 years ago
  28. fb06908 In this callback ModuleName includes the file path. by Yaron Keren · 11 years ago
  29. adccf86 Try to fix the windows build. by Rafael Espindola · 11 years ago
  30. 650c8f2 Clean up language and grammar. by Eric Christopher · 11 years ago
  31. d59e2fa Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
  32. 61eae2e Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 12 years ago
  33. f636cf4 Revert "Windows: Add support for unicode command lines" by David Majnemer · 12 years ago
  34. 80bea0c Windows: Add support for unicode command lines by David Majnemer · 12 years ago
  35. 57093e8 Make DynamicLibrary use ManagedStatic. This is pretty simple and should just work as by Filip Pizlo · 12 years ago
  36. 5765f4c Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 by Jordy Rose · 14 years ago
  37. 1a3ca92 Unbork Windows build. Thanks, Francois. by Jordy Rose · 14 years ago
  38. a19917d 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
  39. ee24d320 Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! by NAKAMURA Takumi · 14 years ago
  40. 4471f82 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 15 years ago
  41. 684ef5e Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64. by NAKAMURA Takumi · 15 years ago
  42. 03a541f Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 15 years ago
  43. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (97%) from llvm/lib/System/Win32/DynamicLibrary.inc]
  44. 105682d Remove spurious semicolon. Patch by Diego Iastrubni! by Anton Korobeynikov · 16 years ago
  45. d41531a remove two methods that no longer exist. by Chris Lattner · 16 years ago
  46. e4807c5 more getting windows to build. by Chris Lattner · 16 years ago
  47. e3241b5 hopefully fix the build on windows. by Chris Lattner · 16 years ago
  48. 021c3b0 Guard dynamic library loading. by Owen Anderson · 16 years ago
  49. d2b7be6 Fix choice of version of Windows callback to use to consider not only the Visual Studio version, but also the Windows SDK version. by Stefanus Du Toit · 17 years ago
  50. 5a4b52d Drop obsolete reference to __eprintf. by Anton Korobeynikov · 17 years ago
  51. dfb6735 Fix windows build, patch by Marius Wachtler! by Chris Lattner · 17 years ago
  52. 5e86440 Provide hooks for libgcc symbols' address resolution inside lli on mingw32. by Anton Korobeynikov · 17 years ago
  53. bb8c240 this was removed from the Unix side. by Chris Lattner · 18 years ago
  54. 6636210 Provide __main hooks for cygwin & mingw32 by Anton Korobeynikov · 18 years ago
  55. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  56. 07b57d2 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 18 years ago
  57. ec9038bc Provide hook for alloca on VCPP. Patch by Scott Graham by Anton Korobeynikov · 18 years ago
  58. eef04ba Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 19 years ago
  59. 50eac3b For PR797: by Reid Spencer · 19 years ago
  60. 8c8858a Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
  61. 187b4ad Provide configuration support and usage for MINGW32 platform by Reid Spencer · 19 years ago
  62. baeb39c Add AddSymbol() method to DynamicLibrary to work around Windows limitation by Jeff Cohen · 20 years ago
  63. 8ee89c7 Fix indentation. by Jeff Cohen · 20 years ago
  64. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
  65. a3b1458 Eliminate tabs by Jeff Cohen · 21 years ago
  66. 07e22ba Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 21 years ago
  67. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago[Renamed from llvm/lib/System/Win32/DynamicLibrary.cpp]
  68. a6d9c14 Fix MINGW compilation errors by Jeff Cohen · 21 years ago
  69. f365c33 mingw doesn't support the official debug API. by Jeff Cohen · 21 years ago
  70. 039b4ab Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 21 years ago
  71. 4befbf3 Resurrect this file. by Reid Spencer · 21 years ago
  72. 265b02e Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 21 years ago
  73. 07a900f Fix residual Visual Studio build problems by Jeff Cohen · 21 years ago
  74. 72a7457 Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  75. 9afecaf Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 21 years ago
  76. 4a763ca Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago