1. efe2108 [VFS] Add reverse iterator to OverlayFileSystem by Jonas Devlieghere · 6 years ago
  2. 191f148 [X86] Use PC-relative mode for the kernel code model by Bill Wendling · 6 years ago
  3. 15e475e Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  4. 2a5a0ad [VFS] Fix warning and use better check. by Michael J. Spencer · 7 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. e07cdb1 Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." by Amara Emerson · 7 years ago
  7. 62ab1a1 [VFS] Disable unix-assuming VFS test on windows by Sam McCall · 7 years ago
  8. c2b310a [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  9. 937a104 [VFS] Add isLocal to ProxyFileSystem and add unit tests. by Michael J. Spencer · 7 years ago
  10. ab73426 [VFS] Update unittest to fix Windows buildbot. by Volodymyr Sapsai · 7 years ago
  11. 7610033 [VFS] Implement `RedirectingFileSystem::getRealPath`. by Volodymyr Sapsai · 7 years ago
  12. 99538e8 Revert "[VFS] Add "expand tilde" argument to getRealPath." by Sam McCall · 7 years ago
  13. f5b6d11 [VFS] Add "expand tilde" argument to getRealPath. by Jonas Devlieghere · 7 years ago
  14. cbb5c86 Extend virtual file system with `isLocal` method by Jonas Devlieghere · 7 years ago
  15. 41fb951 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  16. 91e1316 [VFS] Add property 'fallthrough' that controls fallback to real file system. by Volodymyr Sapsai · 7 years ago
  17. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago[Renamed (89%) from clang/unittests/Basic/VirtualFileSystemTest.cpp]
  18. 3922377 [Basic] Update clang tests (really testing sys::fs) that broke with r343460 by Sam McCall · 7 years ago
  19. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  20. 0ae0056 [VFS] vfs::directory_iterator yields path and file type instead of full Status by Sam McCall · 7 years ago
  21. d5554c51 Adding HardLink Support to VirtualFileSystem. by Ilya Biryukov · 7 years ago
  22. 576ac05 [VFS] Remove superfluous semicolon from unittest. by Craig Topper · 7 years ago
  23. 3b2f6a4 [VFS] Emit an error when entry at root level uses a relative path. by Volodymyr Sapsai · 7 years ago
  24. ddbabc6 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  25. 4d23f45 Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Reid Kleckner · 7 years ago
  26. 9980c26 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  27. b71e6f4 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Eric Liu · 7 years ago
  28. a37ef29 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  29. 43cb451 Disable an in-memory vfs file path test on windows. by Eric Liu · 7 years ago
  30. 33dd619 [VFS] Implement getRealPath in InMemoryFileSystem. by Eric Liu · 7 years ago
  31. a840a46 [VFS] Implement getRealPath for OverlayFileSystem. by Eric Liu · 7 years ago
  32. d637c05 IWYU for llvm-config.h in clang. See r331124 for details. by Nico Weber · 7 years ago
  33. e097567 Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960 by Max Moroz · 7 years ago
  34. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  35. 7838101 [VirtualFileSystem] Support creating directories then adding files inside by Ben Hamilton · 8 years ago
  36. e5af5bd [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms by Ben Hamilton · 8 years ago
  37. 45fbb59 Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  38. 53fda39 Add more debugging code for the SystemZ bot. by Juergen Ributzka · 9 years ago
  39. f978743 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  40. 31d01ba Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  41. c28c7e5 Adding debug output to investigate systemz bot issue. by Juergen Ributzka · 9 years ago
  42. 46541f1 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  43. bc1c5b1 Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  44. fd958fc [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  45. ac71c8e [VFS] Replace TimeValue usage with std::chrono by Pavel Labath · 9 years ago
  46. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  47. 32b2897 [VFS] Add level() method to vfs::recursive_directory_iterator by Bruno Cardoso Lopes · 9 years ago
  48. f6a0a72 [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  49. 2835c5c [Unittests] Reverse the order of arguments for correct debug output by Bruno Cardoso Lopes · 9 years ago
  50. 26092b2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup" by Bruno Cardoso Lopes · 9 years ago
  51. ab83dc6 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  52. 29ebd49 [VFS][Unittests] Make dir iteration tests depend only on content by Bruno Cardoso Lopes · 9 years ago
  53. 7e61e15 Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life by Sean Silva · 9 years ago
  54. 14e89e0 [VFS] One more unittest change to fix win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  55. 7347fce [VFS] Change unittest to try appeasing win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  56. ecf7d15 [VFS] Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  57. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  58. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  59. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  60. 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
  61. 32b6222 [VFS] Fix call to getVFSFromYAML in unittests by Bruno Cardoso Lopes · 10 years ago
  62. 1660a5d Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  63. 2a23e55 Simplify test code with initializer lists. by Benjamin Kramer · 10 years ago
  64. 730338b Make test work on windows by turning \ in paths back into /. by Benjamin Kramer · 10 years ago
  65. e9e7607 [vfs] Normalize working directory if requested. by Benjamin Kramer · 10 years ago
  66. f13302e [VFS] Fix status() of opened redirected file by Ben Langmuir · 10 years ago
  67. 71ce376 [VFS] Let the user decide if they want path normalization. by Benjamin Kramer · 10 years ago
  68. 753726d [VFS] Unbreak test. by Benjamin Kramer · 10 years ago
  69. 4ad1c43 [VFS] Don't try to be heroic with '.' in paths. by Benjamin Kramer · 10 years ago
  70. c3741ec [VFS] remove handling of '..' for now. by Benjamin Kramer · 10 years ago
  71. decb2ae [VFS] Just normalize away .. and . in paths for in-memory file systems. by Benjamin Kramer · 10 years ago
  72. d5e0b58 [VFS] Also drop '.' when adding files to an in-memory FS. by Benjamin Kramer · 10 years ago
  73. dcfba33 Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups by Hans Wennborg · 10 years ago
  74. 1b8dbe3 [VFS] Put the incoming name in the file status to make InMemoryFS behave more like a real FS. by Benjamin Kramer · 10 years ago
  75. 4c33a1a BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating. by NAKAMURA Takumi · 10 years ago
  76. 2e2351a [VFS] Transition clang-format to use an in-memory FS. by Benjamin Kramer · 10 years ago
  77. b7ab187 Fix the MSVC build. by Rafael Espindola · 10 years ago
  78. 7708b2a [VFS] Add working directories to every virtual file system. by Benjamin Kramer · 10 years ago
  79. a25dcfd [VFS] Add an in-memory file system implementation. by Benjamin Kramer · 10 years ago
  80. 268b51a [VFS] Remove setName from the file interface. by Benjamin Kramer · 10 years ago
  81. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  82. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  83. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  84. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  85. 5afc869 Adds 'override' to overriding methods. NFC. by Fariborz Jahanian · 11 years ago
  86. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  87. 91ac8df Create a std::unique_ptr earlier. by Rafael Espindola · 11 years ago
  88. 04ab21d7 Convert a few ownership comments with std::unique_ptr. by Rafael Espindola · 11 years ago
  89. f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
  90. 7c9f6c8 Add vfs::recursive_directory_iterator by Ben Langmuir · 11 years ago
  91. 4669bd4 VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to appease msc17. by NAKAMURA Takumi · 11 years ago
  92. d3235e0 Reformat. by NAKAMURA Takumi · 11 years ago
  93. efb8b60 Fix test issues from r211623 and remove test-only API by Ben Langmuir · 11 years ago
  94. c6326a4 Disable the bits of r211623 that broke the bots by Ben Langmuir · 11 years ago
  95. 740812b Add directory_iterator for (non-recursive) iteration of VFS directories by Ben Langmuir · 11 years ago
  96. 71de0b6 Update for llvm api change. by Rafael Espindola · 11 years ago
  97. 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
  98. 1f24317 Fix msvc unittest build. by Rafael Espindola · 11 years ago
  99. 96b0330 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  100. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago