1. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
  2. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
  3. b92cb30 Support/Program: Make Change<stream>ToBinary return error_code. by Michael J. Spencer · 13 years ago
  4. 7ae606a Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 13 years ago
  5. d45fbe6 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 13 years ago
  6. c3b00e8 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 13 years ago
  7. 1dd2ee7 Support/Windows: Cleanup scoped handles. by Michael J. Spencer · 13 years ago
  8. a81ac8f Support/FileSystem: Implement recursive_directory_iterator and make by Michael J. Spencer · 13 years ago
  9. 5d2f8c3 [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. by NAKAMURA Takumi · 13 years ago
  10. 5ced70d Return only the least significant 8 bits of the exit status from by Peter Collingbourne · 13 years ago
  11. 0173864 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
  12. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  13. c947925 Remove a couple unused methods. PR11201. by Eli Friedman · 13 years ago
  14. 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  15. cda065d Fix build on mingw-w64. Patch by Ruben Van Boxem! by Anton Korobeynikov · 13 years ago
  16. 569c4a4 Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple" by NAKAMURA Takumi · 13 years ago
  17. 8e3ef11 Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple by Chad Rosier · 13 years ago
  18. c5c3676 Windows/Memory.inc: Support the ability to allocate memory "near" another block of memory on Win32. It has fixed FIXME. by NAKAMURA Takumi · 13 years ago
  19. 2dd0cfe Support/Windows: Add support modifying memory permissions on Windows. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  20. 7d2bc08 Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  21. 0bcd9c7 Add Windows x64 stack walking support. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  22. bb0a612 sys::Process: Add a SetWorkingDirectory method. by Daniel Dunbar · 13 years ago
  23. 07097dd lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enough for Windows XP. by NAKAMURA Takumi · 13 years ago
  24. eeb37f1 Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 by Jordy Rose · 13 years ago
  25. 2e608c6 PathV2: Handle more reserved filenames on windows. by Benjamin Kramer · 13 years ago
  26. aa62966 lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will not support Windows 2000 any more. by NAKAMURA Takumi · 13 years ago
  27. f0813ce Unbork Windows build. Thanks, Francois. by Jordy Rose · 13 years ago
  28. 0bce85f 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 · 13 years ago
  29. 814450a Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. by Argyrios Kyrtzidis · 13 years ago
  30. 71c1066 Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! by NAKAMURA Takumi · 13 years ago
  31. dc5948d Have Program::Wait return -2 for crashed and timeouts instead of embedding by Andrew Trick · 13 years ago
  32. 1680832 Typo and missing checkin from r131186. by Andrew Trick · 13 years ago
  33. 6073a05 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 13 years ago
  34. bab2d49 Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file. by NAKAMURA Takumi · 14 years ago
  35. bfb25cd Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed for workaround. by NAKAMURA Takumi · 14 years ago
  36. b78e2ae Try to fix the windows build. by Rafael Espindola · 14 years ago
  37. 19b6c73 Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned. by NAKAMURA Takumi · 14 years ago
  38. fd28949 Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it as 0x0502 in its headers. by NAKAMURA Takumi · 14 years ago
  39. 2d52a61 Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). It should be provided with _WIN32_WINNT>=0x0500. by NAKAMURA Takumi · 14 years ago
  40. ad1b453 Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64. by NAKAMURA Takumi · 14 years ago
  41. 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 14 years ago
  42. 0f0889e Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe or MSYS shell) are included to invoke CreateProcess(). Thanks to Danil Malyshev. by NAKAMURA Takumi · 14 years ago
  43. 6d600da Make Win32's header file name lower for cross build on case-sensitive filesystem. by NAKAMURA Takumi · 14 years ago
  44. edd0924 Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use. by NAKAMURA Takumi · 14 years ago
  45. 8ee48c5 Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOVEFILE_COPY_ALLOWED | MOVEFILE_REPLACE_EXISTING. by NAKAMURA Takumi · 14 years ago
  46. ac25e44 lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with SetErrorMode() on Windows 7. by NAKAMURA Takumi · 14 years ago
  47. d6cdf1d Support/PathV2: Implement get_magic. by Michael J. Spencer · 14 years ago
  48. 218dc3e Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2::is_directory. by Michael J. Spencer · 14 years ago
  49. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  50. 277fa10 Support/Windows/PathV2: Make directory iteration ignore . and .. by Michael J. Spencer · 14 years ago
  51. abce073 Support/Windows/PathV2: Fix remove to handle both files and directories. by Michael J. Spencer · 14 years ago
  52. 7fb8666 Missed some StringRefRefs. by Benjamin Kramer · 14 years ago
  53. 924aa23 Support/Windows/PathV2: Fix header comment. by Michael J. Spencer · 14 years ago
  54. 58fe86d Support: Move c_str from SmallVector back to SmallString and add a free standing by Michael J. Spencer · 14 years ago
  55. c20beb9 Support: Remove Alarm. It is unused (via local grep and google code search). by Michael J. Spencer · 14 years ago
  56. 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
  57. 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
  58. 1522fce Support/PathV2: Move current_path from path to fs and fix the Unix implementation. by Michael J. Spencer · 14 years ago
  59. 476d2f7 Support/Windows: Make MinGW happy. by Michael J. Spencer · 14 years ago
  60. 753cbbb Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 14 years ago
  61. 7eec50b Support/Windows: Add ScopedHandle and move some clients over to it. by Michael J. Spencer · 14 years ago
  62. 9d425e7 Support/PathV2: Remove redundant calls to make_error_code. by Michael J. Spencer · 14 years ago
  63. 470ae13 Support/FileSystem: Add status implementation. by Michael J. Spencer · 14 years ago
  64. 4958466 Support/Windows/FileSystem: Fix MinGW warnings. by Michael J. Spencer · 14 years ago
  65. 01a87c4 Support/FileSystem: Add file_size implementation. by Michael J. Spencer · 14 years ago
  66. b531f45 Support/FileSystem: Add equivalent implementation. by Michael J. Spencer · 14 years ago
  67. db04b39 Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. by Michael J. Spencer · 14 years ago
  68. b39e33f And I really hate line endings. by Michael J. Spencer · 14 years ago
  69. af45fc0 Support/Windows/FileSystem: Fix MinGW build. by Michael J. Spencer · 14 years ago
  70. 3920d3b Support/FileSystem: Add resize_file implementation. by Michael J. Spencer · 14 years ago
  71. a50b98c Support/FileSystem: Add rename implementation. by Michael J. Spencer · 14 years ago
  72. 106aa73 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 14 years ago
  73. 998b470 Fix line endings. by Michael J. Spencer · 14 years ago
  74. 9b391c5 Support/FileSystem: Add create_symlink implementation. by Michael J. Spencer · 14 years ago
  75. d7b305f Support/FileSystem: Add create_hard_link implementation. by Michael J. Spencer · 14 years ago
  76. b83769f Support/FileSystem: Add create_director{y,ies} implementations. by Michael J. Spencer · 14 years ago
  77. 2dbdeee Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. by Michael J. Spencer · 14 years ago
  78. 3cb84ef Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 14 years ago
  79. 871498e Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStringRef by Michael J. Spencer · 14 years ago
  80. bee0c38 Support/FileSystem: Add copy_file implementation. Not tests yet because the by Michael J. Spencer · 14 years ago
  81. dffde99 Support: Add PathV2 implementation. by Michael J. Spencer · 14 years ago
  82. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  83. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago