1. c0d6160 [Support] Follow-up for "Test directory iterators and recursive directory iterators with broken symlinks." by Juergen Ributzka · 9 years ago
  2. e7d0fa68 [Support] Test directory iterators and recursive directory iterators with broken symlinks. by Juergen Ributzka · 9 years ago
  3. 345012d Reverting r297617 because it broke some bots: by Aaron Ballman · 9 years ago
  4. f5cba91 Add support for getting file system permissions and implement sys::fs::permissions to set them. by Aaron Ballman · 9 years ago
  5. aeab48a Fix test failure when Home directory cannot be found. by Zachary Turner · 9 years ago
  6. e48ace6 Add llvm::sys::fs::real_path. by Zachary Turner · 9 years ago
  7. 260bda3 [Support] Add llvm::sys::fs::remove_directories. by Zachary Turner · 9 years ago
  8. e0ec129 [Support] Remove unit test for fs::is_local by Jonas Hahnfeld · 9 years ago
  9. 9c761a3 Process tilde in llvm::sys::path::native by Serge Pavlov · 9 years ago
  10. e8bb392 [Support] XFAIL is_local for mips by Simon Dardis · 9 years ago
  11. 392ed9d [Support] Add a function to check if a file resides locally. by Zachary Turner · 9 years ago
  12. 5044009 Fix fs::set_current_path unit test by Pavel Labath · 9 years ago
  13. 2f09609 [Support] Add sys::fs::set_current_path() (aka chdir) by Pavel Labath · 9 years ago
  14. eb100b6 [Support] remove_dots: Remove windows test. by Benjamin Kramer · 9 years ago
  15. 937dd7a [Support] remove_dots: Remove .. from absolute paths. by Benjamin Kramer · 9 years ago
  16. 0db71d9 unittests: Explicitly ignore some return values in crash tests by Justin Bogner · 9 years ago
  17. af5a28f Do not delete leading ../ in remove_dots. by Eric Liu · 9 years ago
  18. 1a4398a Fix a real temp file leak in FileOutputBuffer by Reid Kleckner · 9 years ago
  19. 75e557f Try to fix some temp file leaks in SupportTests, PR18335 by Reid Kleckner · 9 years ago
  20. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  21. 0ad0046 Switch to using an API that handles non-ASCII paths appropriately on Windows. by Aaron Ballman · 9 years ago
  22. 3dd74b8 Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFinalPathNameByHandle API does not behave as documented; if given a buffer that has enough space for the path but not the null terminator, the call will return the number of characters required *without* the null terminator (despite being documented otherwise) and it will not set GetLastError(). The result was that this function would return a bogus path and no error. Instead, ensure there is sufficient space for a null terminator (we already strip it off manually for compatibility with older versions of Windows). by Aaron Ballman · 9 years ago
  23. d915327 In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives. by Taewook Oh · 9 years ago
  24. 99497fd Revert commit r271704, a patch that enables warnings for non-portable #include and #import paths (Corresponding clang patch has been reverted by r271761). Patches are reverted because they generate lots of unadressable warnings for windows and fail tests under ASAN. by Taewook Oh · 9 years ago
  25. dfec58e In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives. by Taewook Oh · 9 years ago
  26. bbd10b4 [ThinLTO] Option to control path of distributed backend files by Teresa Johnson · 9 years ago
  27. ead771c [Support][Unittests] Add unittest for recursive_directory_iterator::level() by Bruno Cardoso Lopes · 9 years ago
  28. dd2ca83 Unbreak building unit tests on Windows after r266595. by Nico Weber · 10 years ago
  29. 1562f69 [Support] Fix an invalid character escaping in string literal (unittest). by Etienne Bergeron · 10 years ago
  30. 88e9ff6 Fix a -Wsign-compare in Support Path unittests by Reid Kleckner · 10 years ago
  31. 87c85b7 Fix identify_magic() to check that a file that starts with MH_MAGIC is by Kevin Enderby · 10 years ago
  32. 06d5618 Fix -Wunused-function in a non-Win32 build by David Blaikie · 10 years ago
  33. a90e745 [Support] Tweak path::system_temp_directory() on Windows. by Pawel Bylica · 10 years ago
  34. f8cf713 Windows-specific test for sys::path::remove_dots. by Mike Aizatsky · 10 years ago
  35. 662b4fd Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots by Mike Aizatsky · 10 years ago
  36. 6e680b2 Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Windows. by Pawel Bylica · 10 years ago
  37. b432214 [Support] Use GetTempDir to get the temporary dir path on Windows. by Pawel Bylica · 10 years ago
  38. 0e97e5c [Support] Extend sys::path with user_cache_directory function. by Pawel Bylica · 10 years ago
  39. 2fa025c Fix path::home_directory() unit test. by Pawel Bylica · 10 years ago
  40. cc275e4 SupportTests::HomeDirectory: Don't try tests when $HOME is undefined. by NAKAMURA Takumi · 10 years ago
  41. 6d5d5bd Reformat. by NAKAMURA Takumi · 10 years ago
  42. 7187e4b Use Windows Vista API to get the user's home directory by Pawel Bylica · 10 years ago
  43. 2b4e14e Make test resilient against windows path separators. by Benjamin Kramer · 10 years ago
  44. ae1d599 [Support] Add a version of fs::make_absolute with a custom CWD. by Benjamin Kramer · 10 years ago
  45. e4405e9 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
  46. a26be4a Move twice-repeated clang path operation into a new function. by Douglas Katzman · 10 years ago
  47. 6b9396c Thread premissions through sys::fs::create_director{y|ies} by Frederic Riss · 10 years ago
  48. b94f052 llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>. by NAKAMURA Takumi · 10 years ago
  49. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  50. 2547f93 Don't treat .foo as two path components in path::iterators by Ben Langmuir · 11 years ago
  51. a7ad4b3 Object: Handle Mach-O kext bundle files by Justin Bogner · 11 years ago
  52. c69f13b Move the resize file feature from mapped_file_region to the only user. by Rafael Espindola · 11 years ago
  53. 59aaa6c Pass a FD to resise_file and add a testcase. by Rafael Espindola · 11 years ago
  54. 7eb1f18 Remove a convoluted way of calling close by moving the call to the only caller. by Rafael Espindola · 11 years ago
  55. 71bc507 Remove dead code. NFC. by Rafael Espindola · 11 years ago
  56. 493456e Fixing some sign comparison warnings from MSVC; NFC. by Aaron Ballman · 11 years ago
  57. 1b6c734 Drop a few unneeded ctor calls (missed code review comment). by Paul Robinson · 11 years ago
  58. d9c4a9a Improve long path name support on Windows. by Paul Robinson · 11 years ago
  59. 2d2b254 Fix identify_magic() with mach-o stub dylibs. by Nick Kledzik · 11 years ago
  60. 5c69ff5 Support: Use llvm::COFF::BigObjMagic by Rui Ueyama · 11 years ago
  61. 2acb058 Support: improve identify_magic to recognize COFF bigobj by Rui Ueyama · 11 years ago
  62. 281f23a Misc cleanups to the FileSytem api. by Rafael Espindola · 11 years ago
  63. c159915 Use simpler version of sys::fs::exists. NFC. by Rafael Espindola · 11 years ago
  64. d83c63b Fix Path unittests on Windows after raw_fd_ostream changes by Reid Kleckner · 11 years ago
  65. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  66. ffbabb7 Fix expected windows result. by Rafael Espindola · 11 years ago
  67. 7e774c2 Remove dead code. Fixes pr20544. by Rafael Espindola · 11 years ago
  68. 487e764 Path: Stop claiming path::const_iterator is bidirectional by Justin Bogner · 11 years ago
  69. 0c274ae unittests: Actually test reverse iterators in Path tests by Justin Bogner · 11 years ago
  70. 586ee60 These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415. by Aaron Ballman · 11 years ago
  71. e56fe8a Fixing compile errors related to changes with MemoryBuffer::getFile. by Aaron Ballman · 11 years ago
  72. 2a826e4 Finishing touch for the std::error_code transition. by Rafael Espindola · 11 years ago
  73. c049c65 Remove the last uses of 'using std::error_code' by Rafael Espindola · 11 years ago
  74. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  75. 70fbe6f Remove unused has_magic. by Rafael Espindola · 11 years ago
  76. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  77. a813d60 Remove windows_error. by Rafael Espindola · 11 years ago
  78. afc50b3ed support: add a utility function to normalise path separators by Saleem Abdulrasool · 12 years ago
  79. 83f858e Cleanup the interface for creating soft or hard links. by Rafael Espindola · 12 years ago
  80. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  81. 8d11639 Fix an inconsistency in treatment of trailing / in path::const_iterator by Ben Langmuir · 12 years ago
  82. 002da5d [C++11] Switch all uses of the llvm_move macro to use std::move by Chandler Carruth · 12 years ago
  83. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  84. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  85. 83708e6 Fix windows unittest I missed in the raw_fd_ostream constructor change. by Rafael Espindola · 12 years ago
  86. 5c20ac0 Simplify remove, create_directory and create_directories. by Rafael Espindola · 12 years ago
  87. f7d4101 Introduce llvm::sys::path::home_directory. by Peter Collingbourne · 12 years ago
  88. 78dcc03 Remove remove_all. A compiler has no need for recursively deleting a directory. by Rafael Espindola · 12 years ago
  89. e448f9e Path: Recognize COFF import library file magic. by Rui Ueyama · 12 years ago
  90. 829c439 Recognize 0x0000 as a COFF file magic. by Rui Ueyama · 12 years ago
  91. 5e3de7a Path: Add tests for existing file magics. by Rui Ueyama · 12 years ago
  92. 89d1bdb Whitespace. by Rui Ueyama · 12 years ago
  93. e5bf246 Try to fix the build on windows. by Rafael Espindola · 12 years ago
  94. 73537ea Fixes a bug when iterating on paths by Tareq A. Siraj · 12 years ago
  95. 107b74c Fix windows' implementation of status when a file doesn't exist. by Rafael Espindola · 12 years ago
  96. a5932af Implement getUniqueID for directories on windows. by Rafael Espindola · 12 years ago
  97. 7f822a9 Include st_dev to make the result of getUniqueID actually unique. by Rafael Espindola · 12 years ago
  98. d3c8904 Don't end a file name with a dot. It looks odd. by Rafael Espindola · 12 years ago
  99. 84ab9b3 Add a unit test for checking that we respect the F_Binary flag. by Rafael Espindola · 12 years ago
  100. 213c4cb Remove dead code. by Rafael Espindola · 12 years ago