1. c947925 Remove a couple unused methods. PR11201. by Eli Friedman · 13 years ago
  2. 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  3. bfb25cd Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed for workaround. by NAKAMURA Takumi · 13 years ago
  4. b78e2ae Try to fix the windows build. by Rafael Espindola · 13 years ago
  5. 218dc3e Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2::is_directory. by Michael J. Spencer · 14 years ago
  6. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  7. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  8. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago[Renamed (99%) from lib/System/Win32/Path.inc]
  9. 6c43de4 Fix Whitespace. by Michael J. Spencer · 14 years ago
  10. 339b912 System/Win32/Path: Implement isSymLink. by Michael J. Spencer · 14 years ago
  11. 525ba57 System/Path/Windows: Implement GetLLVMDefaultConfigDir. by Michael J. Spencer · 14 years ago
  12. 05283c2 System/Path/Windows: Generalize GetUserHomeDirectory. by Michael J. Spencer · 14 years ago
  13. eebe970 System/Path/Windows: Make GetSystemLibraryPaths more generic. by Michael J. Spencer · 14 years ago
  14. 87e0697 System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/. by Michael J. Spencer · 14 years ago
  15. 23721d5 Remove contributor names as per coding statndard. by Michael J. Spencer · 14 years ago
  16. 9e07a14 Add method for checking if a path is a symbolic link. by Rafael Espindola · 14 years ago
  17. bd6e032 appendSuffix: don't append a dot when the suffix is empty. by Mikhail Glushenkov · 14 years ago
  18. 0f2ec15 80-col violations. by Mikhail Glushenkov · 14 years ago
  19. f5a95ce Path: Add GetEXESuffix() to complement GetDLLSuffix(). by Mikhail Glushenkov · 14 years ago
  20. 9f608b1 Use C++03... by Michael J. Spencer · 14 years ago
  21. a9cf7b8 System-Win32/Path: Fix incorrect assumption in isValid. by Michael J. Spencer · 14 years ago
  22. 3eddd98 Revert r114320(move file = copy + delete on Win32). r115040 is a better solution for the Win32 ACCESS_DENIED lit error. by Francois Pichet · 14 years ago
  23. 345adbe Fix the "unable to rename temporary" lit test failing on Windows. rename is now copy + delete on Windows. Problem to be revisited for a permanent and clean solution. by Francois Pichet · 14 years ago
  24. 1211d43 System: Fix getMagicNumber on windows. by Michael J. Spencer · 14 years ago
  25. 44edb0b Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric! by Michael J. Spencer · 14 years ago
  26. a6c04ee Path::isRootDirectory is unimplemented on Unix and not used, by Chris Lattner · 14 years ago
  27. 16ceb3a Remove superfluous NULL assignment by Kovarththanan Rajaratnam · 14 years ago
  28. 1edcafe Fix Win32 Path.inc for API update. by Daniel Dunbar · 15 years ago
  29. 88cd358 Make Path use StringRef instead of std::string where possible. by Jeffrey Yasskin · 15 years ago
  30. e49a8e4 API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review. by Edward O'Callaghan · 15 years ago
  31. d41e944 Provide Path::isSpecialFile interface for PR5568. by Edward O'Callaghan · 15 years ago
  32. e9684c6 Path::createDirectoryOnDisk should ignore existing directories on win32 too. by Benjamin Kramer · 15 years ago
  33. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  34. a79eefd improve win32 path support, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  35. 2749b3e Don't use llvm_report_error in libSystem, this is a layering violation. by Daniel Dunbar · 15 years ago
  36. cae9a3f Use llvm_report_error, not llvm_unreachable. by Daniel Dunbar · 15 years ago
  37. a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 15 years ago
  38. c5718d0 "This patch implements the method with the GetModuleFileName function for windows." by Chris Lattner · 15 years ago
  39. 88d7e40 add a new static method to portably determine whether a patch is by Chris Lattner · 15 years ago
  40. c23c1fc hopefully fix an apparent build error on windows. by Chris Lattner · 15 years ago
  41. 0eab5e2 add a helper method to sys::Path for clang, patch by Kovarththanan Rajaratnam! by Chris Lattner · 16 years ago
  42. 4bd3225 Minor comment fix. by Argyrios Kyrtzidis · 16 years ago
  43. fc19988 Fix the sys::Path::getSuffix() implementation. by Argyrios Kyrtzidis · 16 years ago
  44. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 16 years ago
  45. 5c632e9 Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with by Nick Lewycky · 16 years ago
  46. 9b01cc0 Make getDirnameSep a static method (not part of Path's interface). by Ted Kremenek · 16 years ago
  47. cf55c8e Added method Path::getDirname(). by Ted Kremenek · 16 years ago
  48. 799ed10 Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. by Chris Lattner · 16 years ago
  49. a17fa28 remove extraneous namespace qualifier, PR2142 by Chris Lattner · 16 years ago
  50. 1a09144 Stub out a Path::GetMainExecutable call to find the path to the by Chris Lattner · 17 years ago
  51. e1b332a Add path separator support, patch by Sam Bishop. by Chris Lattner · 17 years ago
  52. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 17 years ago
  53. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  54. 64ddbe4 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  55. 7920078 Added "GetCurrentDirectory()" to sys::Path. by Ted Kremenek · 17 years ago
  56. fd52711 Added "isDirectory" method to llvm::sys::Path. by Ted Kremenek · 17 years ago
  57. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  58. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  59. 3110289 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  60. 2ae9d11 For PR1291: by Reid Spencer · 17 years ago
  61. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  62. 84892be Determine absolute paths the correct way :) by Jeff Cohen · 17 years ago
  63. 4031bef Add a uniqueID field to the FileStatus structure for Paths. This will map by Reid Spencer · 17 years ago
  64. 69cce81 For PR789: by Reid Spencer · 17 years ago
  65. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  66. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  67. 0554575 For PR797: by Reid Spencer · 18 years ago
  68. 3030099 For PR797: by Reid Spencer · 18 years ago
  69. 5a06077 For PR797: by Reid Spencer · 18 years ago
  70. 142ca8e For PR797: by Reid Spencer · 18 years ago
  71. a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 18 years ago
  72. cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 18 years ago
  73. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  74. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  75. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  76. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  77. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 18 years ago
  78. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  79. ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 18 years ago
  80. 393830a For PR804: by Reid Spencer · 18 years ago
  81. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 18 years ago
  82. e564de2 Unlike Unix, Windows won't let a file be implicitly replaced via renaming without explicit permission. by Jeff Cohen · 18 years ago
  83. 10a59ce Mingw32 patches supplied by Anton Korobeynikov. by Jeff Cohen · 18 years ago
  84. 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 19 years ago
  85. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 19 years ago
  86. 85c716f Stamp out tabs by Jeff Cohen · 19 years ago
  87. 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 19 years ago
  88. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  89. edb9d6b Fix VC++ breakage by Jeff Cohen · 19 years ago
  90. 1cf2d04 Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't by Reid Spencer · 19 years ago
  91. dd04df0 For PR495: by Reid Spencer · 19 years ago
  92. c7f0832 For PR495: by Reid Spencer · 19 years ago
  93. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  94. 9437bb6 Fix some Path bugs by Jeff Cohen · 20 years ago
  95. c690cc0 Fix destroyDirectory bug by Jeff Cohen · 20 years ago
  96. 3bbbcc1 Fix and improve win32 path validation. by Jeff Cohen · 20 years ago
  97. 45e88d6 Where do these tabs keep coming from??? by Jeff Cohen · 20 years ago
  98. 51b8d21 Mostly cleanup, but also some bug fixes, for win32/Path.cpp by Jeff Cohen · 20 years ago
  99. d40a7de Get rid of those nasty tabs... by Jeff Cohen · 20 years ago
  100. ebcb9b3 Bring win32/Path.cpp up to date with respect to Unix/Path.cpp by Jeff Cohen · 20 years ago