1. 75cd8d7 Support: Add RedirectingFileSystem::create from simple list of redirections by Duncan P. N. Exon Smith · 4 years, 11 months ago
  2. a22eda5 VFS: Return new file systems as uniquely owned when possible, almost NFC by Duncan P. N. Exon Smith · 4 years, 10 months ago
  3. e763e03 Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC by Duncan P. N. Exon Smith · 4 years, 11 months ago
  4. fad7559 [llvm] [unittests] Remove temporary files after they're not needed by Sergej Jaskiewicz · 5 years ago
  5. 3dad390 Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2" by Russell Gallop · 5 years ago
  6. 3094992 Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2 by Jan Korous · 5 years ago
  7. 759465e [YAMLVFSWriter] Fix for delimiters by Jan Korous · 5 years ago
  8. 58bc507 [VirtualFileSystem] Add unit test that showcases another YAMLVFSWriter bug by Jonas Devlieghere · 5 years ago
  9. 59ba19c [VirtualFileSystem] Add unit test that showcases YAMLVFSWriter bug by Jonas Devlieghere · 5 years ago
  10. e4e3e41 Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests"" by Jan Korous · 5 years ago
  11. 49b32d8 Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" by Jan Korous · 5 years ago
  12. 2939605 Revert "[YAMLVFSWriter][Test][NFC] Add couple tests" by Nico Weber · 5 years ago
  13. 7143d79 [YAMLVFSWriter][Test][NFC] Add couple tests by Jan Korous · 5 years ago
  14. c0330bc [YAMLVFSWriter] Fix directory handling by Jan Korous · 5 years ago
  15. 5c14503 [YAMLVFSWriter][Tests] Fix YAMLVFSWriterTest by Jan Korous · 5 years ago
  16. 3ef33e6 [VirtualFileSystem] Support directory entries in the YAMLVFSWriter by Jonas Devlieghere · 5 years ago
  17. 42df3e2 [VirtualFileSystem] Add unit test for vfs::YAMLVFSWriter by Jonas Devlieghere · 6 years ago
  18. da45bd2 [VFS] More consistent support for Windows by Adrian McCarthy · 6 years ago
  19. b2924d9 [llvm] Replace SmallStr.str().str() with std::string conversion operator. by Jonas Devlieghere · 6 years ago
  20. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  21. e59f0af [VFS] Disable check for ../foo on Windows by Jonas Devlieghere · 6 years ago
  22. f2f7749 [VFS] Extend virtual working directory test by Jonas Devlieghere · 6 years ago
  23. a337806 Fix an unused variable introduced in rL374955 / rG21703543. by David L. Jones · 6 years ago
  24. 2170354 [Reland][VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 6 years ago
  25. 409b4b5 Revert "[VirtualFileSystem] Support virtual working directory in the RedirectingFS" by Jonas Devlieghere · 6 years ago
  26. 621ce37 [test] Update YAML mapping in VirtualFileSystemTest by Jonas Devlieghere · 6 years ago
  27. 0b9981b [VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 6 years ago
  28. efe2108 [VFS] Add reverse iterator to OverlayFileSystem by Jonas Devlieghere · 6 years ago
  29. 191f148 [X86] Use PC-relative mode for the kernel code model by Bill Wendling · 6 years ago
  30. 15e475e Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  31. 2a5a0ad [VFS] Fix warning and use better check. by Michael J. Spencer · 7 years ago
  32. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  33. e07cdb1 Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." by Amara Emerson · 7 years ago
  34. 62ab1a1 [VFS] Disable unix-assuming VFS test on windows by Sam McCall · 7 years ago
  35. c2b310a [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  36. 937a104 [VFS] Add isLocal to ProxyFileSystem and add unit tests. by Michael J. Spencer · 7 years ago
  37. ab73426 [VFS] Update unittest to fix Windows buildbot. by Volodymyr Sapsai · 7 years ago
  38. 7610033 [VFS] Implement `RedirectingFileSystem::getRealPath`. by Volodymyr Sapsai · 7 years ago
  39. 99538e8 Revert "[VFS] Add "expand tilde" argument to getRealPath." by Sam McCall · 7 years ago
  40. f5b6d11 [VFS] Add "expand tilde" argument to getRealPath. by Jonas Devlieghere · 7 years ago
  41. cbb5c86 Extend virtual file system with `isLocal` method by Jonas Devlieghere · 7 years ago
  42. 41fb951 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  43. 91e1316 [VFS] Add property 'fallthrough' that controls fallback to real file system. by Volodymyr Sapsai · 7 years ago
  44. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago[Renamed (89%) from clang/unittests/Basic/VirtualFileSystemTest.cpp]
  45. 3922377 [Basic] Update clang tests (really testing sys::fs) that broke with r343460 by Sam McCall · 7 years ago
  46. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  47. 0ae0056 [VFS] vfs::directory_iterator yields path and file type instead of full Status by Sam McCall · 7 years ago
  48. d5554c51 Adding HardLink Support to VirtualFileSystem. by Ilya Biryukov · 7 years ago
  49. 576ac05 [VFS] Remove superfluous semicolon from unittest. by Craig Topper · 7 years ago
  50. 3b2f6a4 [VFS] Emit an error when entry at root level uses a relative path. by Volodymyr Sapsai · 7 years ago
  51. ddbabc6 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  52. 4d23f45 Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Reid Kleckner · 7 years ago
  53. 9980c26 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  54. b71e6f4 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Eric Liu · 7 years ago
  55. a37ef29 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  56. 43cb451 Disable an in-memory vfs file path test on windows. by Eric Liu · 7 years ago
  57. 33dd619 [VFS] Implement getRealPath in InMemoryFileSystem. by Eric Liu · 7 years ago
  58. a840a46 [VFS] Implement getRealPath for OverlayFileSystem. by Eric Liu · 7 years ago
  59. d637c05 IWYU for llvm-config.h in clang. See r331124 for details. by Nico Weber · 7 years ago
  60. e097567 Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960 by Max Moroz · 7 years ago
  61. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  62. 7838101 [VirtualFileSystem] Support creating directories then adding files inside by Ben Hamilton · 8 years ago
  63. e5af5bd [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms by Ben Hamilton · 8 years ago
  64. 45fbb59 Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  65. 53fda39 Add more debugging code for the SystemZ bot. by Juergen Ributzka · 9 years ago
  66. f978743 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  67. 31d01ba Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  68. c28c7e5 Adding debug output to investigate systemz bot issue. by Juergen Ributzka · 9 years ago
  69. 46541f1 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  70. bc1c5b1 Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  71. fd958fc [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  72. ac71c8e [VFS] Replace TimeValue usage with std::chrono by Pavel Labath · 9 years ago
  73. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  74. 32b2897 [VFS] Add level() method to vfs::recursive_directory_iterator by Bruno Cardoso Lopes · 9 years ago
  75. f6a0a72 [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  76. 2835c5c [Unittests] Reverse the order of arguments for correct debug output by Bruno Cardoso Lopes · 9 years ago
  77. 26092b2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup" by Bruno Cardoso Lopes · 9 years ago
  78. ab83dc6 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  79. 29ebd49 [VFS][Unittests] Make dir iteration tests depend only on content by Bruno Cardoso Lopes · 9 years ago
  80. 7e61e15 Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life by Sean Silva · 9 years ago
  81. 14e89e0 [VFS] One more unittest change to fix win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  82. 7347fce [VFS] Change unittest to try appeasing win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  83. ecf7d15 [VFS] Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  84. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  85. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  86. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  87. b7eb8db Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests" by Bruno Cardoso Lopes · 10 years ago
  88. 32b6222 [VFS] Fix call to getVFSFromYAML in unittests by Bruno Cardoso Lopes · 10 years ago
  89. 1660a5d Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  90. 2a23e55 Simplify test code with initializer lists. by Benjamin Kramer · 10 years ago
  91. 730338b Make test work on windows by turning \ in paths back into /. by Benjamin Kramer · 10 years ago
  92. e9e7607 [vfs] Normalize working directory if requested. by Benjamin Kramer · 10 years ago
  93. f13302e [VFS] Fix status() of opened redirected file by Ben Langmuir · 10 years ago
  94. 71ce376 [VFS] Let the user decide if they want path normalization. by Benjamin Kramer · 10 years ago
  95. 753726d [VFS] Unbreak test. by Benjamin Kramer · 10 years ago
  96. 4ad1c43 [VFS] Don't try to be heroic with '.' in paths. by Benjamin Kramer · 10 years ago
  97. c3741ec [VFS] remove handling of '..' for now. by Benjamin Kramer · 10 years ago
  98. decb2ae [VFS] Just normalize away .. and . in paths for in-memory file systems. by Benjamin Kramer · 10 years ago
  99. d5e0b58 [VFS] Also drop '.' when adding files to an in-memory FS. by Benjamin Kramer · 10 years ago
  100. dcfba33 Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups by Hans Wennborg · 10 years ago