1. a3cf70b Make home_directory look in the password database in addition to $HOME. by Zachary Turner · 9 years ago
  2. 5821a3b [Support] Fill the file_status struct with link count. by Zachary Turner · 9 years ago
  3. 1875334 Fix linux build. by Zachary Turner · 9 years ago
  4. 566fdf4 [Support] Add support for getting file system permissions on Windows and implement sys::fs::set/getPermissions to work with them by James Henderson · 9 years ago
  5. 345012d Reverting r297617 because it broke some bots: by Aaron Ballman · 9 years ago
  6. f5cba91 Add support for getting file system permissions and implement sys::fs::permissions to set them. by Aaron Ballman · 9 years ago
  7. e48ace6 Add llvm::sys::fs::real_path. by Zachary Turner · 9 years ago
  8. 7a1bbd4 fix build on Cygwin by Nuno Lopes · 9 years ago
  9. 260bda3 [Support] Add llvm::sys::fs::remove_directories. by Zachary Turner · 9 years ago
  10. 3b9fb88 [fs] Make sure to check S_ISLNK() in fillStatus. by Zachary Turner · 9 years ago
  11. 82dd542 [Support] Add the option to not follow symlinks on stat. by Zachary Turner · 9 years ago
  12. 842972b [Support] Re-add the special OSX flags on mmap. by Zachary Turner · 9 years ago
  13. 5ddd2a5 [Support] Provide linux/magic.h fallback for older kernels by Michal Gorny · 9 years ago
  14. e1ca5a2 Try to fix the buildbot on OSX. by Zachary Turner · 9 years ago
  15. 6bc2dac Try to fix Android build. by Zachary Turner · 9 years ago
  16. 392ed9d [Support] Add a function to check if a file resides locally. by Zachary Turner · 9 years ago
  17. f5d560bc84 Fix LLDB Android AArch64 GCC debug info build by Omair Javaid · 9 years ago
  18. f726dfa [Support] Use O_CLOEXEC only when declared by Pavel Labath · 9 years ago
  19. 2f09609 [Support] Add sys::fs::set_current_path() (aka chdir) by Pavel Labath · 9 years ago
  20. 97c7cf1 raw_fd_ostream: Make file handles non-inheritable by default by Pavel Labath · 9 years ago
  21. 8e13bc4 [ThinLTO] Add an API to trigger file-based API for returning objects to the linker by Mehdi Amini · 9 years ago
  22. f2fbf43 Fix comment typos. NFC. by Simon Pilgrim · 9 years ago
  23. 676a875 [Chrono] Fix !HAVE_FUTIMENS build by Pavel Labath · 9 years ago
  24. 757ca88 Remove TimeValue usage from llvm/Support by Pavel Labath · 9 years ago
  25. 2aff750 Add AIX support to Path.inc, Host.h, and CMake. by Chandler Carruth · 9 years ago
  26. 3816c53 Use posix_fallocate instead of ftruncate. by Rafael Espindola · 9 years ago
  27. 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
  28. 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
  29. 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
  30. 3ba84ca Fix missing include on OpenBSD by Mehdi Amini · 10 years ago
  31. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
  32. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
  33. e2d8f1b Add disk_space() to llvm::fs by Mehdi Amini · 10 years ago
  34. 640de72 Revert "Add disk_space() to llvm::fs" by Mehdi Amini · 10 years ago
  35. e503a71 Use const ref instead of value for Twine in the disk_space() API by Mehdi Amini · 10 years ago
  36. 4c82356 Add disk_space() to llvm::fs by Mehdi Amini · 10 years ago
  37. b880144 Revert "Add disk_space() to llvm::fs" by Mehdi Amini · 10 years ago
  38. 9defda5 Add disk_space() to llvm::fs by Mehdi Amini · 10 years ago
  39. 1e39ef3 Add lastAccessedTime to file_status by Mehdi Amini · 10 years ago
  40. ec68482 Revert "Add lastAccessedTime to file_status" by Mehdi Amini · 10 years ago
  41. b53b351 Add lastAccessedTime to file_status by Mehdi Amini · 10 years ago
  42. a915a16 Fix typo: XDS -> XDG by Sean Silva · 10 years ago
  43. 7c1f36a Use static instead of anonymous namespace for helper functions. NFC. by Pawel Bylica · 10 years ago
  44. 0e97e5c [Support] Extend sys::path with user_cache_directory function. by Pawel Bylica · 10 years ago
  45. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  46. 89d4b1a ScanDirForExecutable on Windows fails to find executables with the "exe" extension in name by Reid Kleckner · 10 years ago
  47. 6b9396c Thread premissions through sys::fs::create_director{y|ies} by Frederic Riss · 10 years ago
  48. 4c79845 Remove unnecessary StringRef->std::string conversion. by Alexey Samsonov · 11 years ago
  49. 6de938b MAP_FILE is the default. We don't need to add it. by Rafael Espindola · 11 years ago
  50. c69f13b Move the resize file feature from mapped_file_region to the only user. by Rafael Espindola · 11 years ago
  51. 59aaa6c Pass a FD to resise_file and add a testcase. by Rafael Espindola · 11 years ago
  52. 7eb1f18 Remove a convoluted way of calling close by moving the call to the only caller. by Rafael Espindola · 11 years ago
  53. 71bc507 Remove dead code. NFC. by Rafael Espindola · 11 years ago
  54. c0610bf Remove dead code. NFC. by Rafael Espindola · 11 years ago
  55. 281f23a Misc cleanups to the FileSytem api. by Rafael Espindola · 11 years ago
  56. 870d951 Add an explicit cast to pacify implicit boolean conversion warnings. by Benjamin Kramer · 11 years ago
  57. 016a6d5 Merge TempDir and system_temp_directory. by Rafael Espindola · 11 years ago
  58. 7e774c2 Remove dead code. Fixes pr20544. by Rafael Espindola · 11 years ago
  59. b792a01 Build fix for systems without futimes/futimens by Alp Toker · 11 years ago
  60. 2a826e4 Finishing touch for the std::error_code transition. by Rafael Espindola · 11 years ago
  61. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  62. 7e577f7 Don't put generic_category in the llvm namespace. by Rafael Espindola · 11 years ago
  63. da70bfd Implement get_magic with generic tools and inline it. by Rafael Espindola · 11 years ago
  64. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  65. 181adb5 Uses generic_category instead of system_category. by Rafael Espindola · 11 years ago
  66. 882ce87b Turn errc and windows_error into enum classes. by Rafael Espindola · 11 years ago
  67. 03bddfe Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  68. 98b5f08 delete dead code. by Rafael Espindola · 11 years ago
  69. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  70. 3757569 [Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere. by Argyrios Kyrtzidis · 12 years ago
  71. afc50b3ed support: add a utility function to normalise path separators by Saleem Abdulrasool · 12 years ago
  72. 83f858e Cleanup the interface for creating soft or hard links. by Rafael Espindola · 12 years ago
  73. 4357f64 Revert create_symbolic_link and both depending changes by Reid Kleckner · 12 years ago
  74. ec9dac2 [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link(). by Argyrios Kyrtzidis · 12 years ago
  75. 1bf3847 [C++11] Remove the R-value reference #if usage from the ADT and Support by Chandler Carruth · 12 years ago
  76. 7a0b640 Share a createUniqueEntity implementation between unix and windows. by Rafael Espindola · 12 years ago
  77. 37b012d Use static instead of an anonymous namespace. by Rafael Espindola · 12 years ago
  78. 5c20ac0 Simplify remove, create_directory and create_directories. by Rafael Espindola · 12 years ago
  79. b32292d Remove dead code. by Rafael Espindola · 12 years ago
  80. 70e6585 Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its by Dmitri Gribenko · 12 years ago
  81. 07e7618 Using the helper API for random number generation. by Aaron Ballman · 12 years ago
  82. f7d4101 Introduce llvm::sys::path::home_directory. by Peter Collingbourne · 12 years ago
  83. b30f01e Build fix for Android NDK which has neither futimes nor futimens by Alp Toker · 12 years ago
  84. 21e67472 Improve the detection of the path by Sylvestre Ledru · 12 years ago
  85. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  86. aca9739 Rules adjustments in order to build on DragonFly BSD. by Rafael Espindola · 12 years ago
  87. 6ee1638 Check for $PWD in llvm::sys::current_path. by Rafael Espindola · 12 years ago
  88. d123099 Make file_status::getUniqueID const. by Rafael Espindola · 12 years ago
  89. 7f822a9 Include st_dev to make the result of getUniqueID actually unique. by Rafael Espindola · 12 years ago
  90. 37f69de Remove dead or useless header checks from cmake and autoconf by Reid Kleckner · 12 years ago
  91. 67080ce Split openFileForWrite into windows and unix versions. by Rafael Espindola · 12 years ago
  92. 213c4cb Remove dead code. by Rafael Espindola · 12 years ago
  93. a0d9b6b Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 12 years ago
  94. b6fea4c Don't fallback to copy + delete in rename. by Rafael Espindola · 12 years ago
  95. 77021c9 Add a version of sys::fs::status that uses fstat. by Rafael Espindola · 12 years ago
  96. 9da91a0 Instead friending status, provide windows and posix constructors to file_status. by Rafael Espindola · 12 years ago
  97. 4d08d8b Use status to implement file_size. by Rafael Espindola · 12 years ago
  98. a8a9f1b We now always create files with the correct permissions. Simplify the interface. by Rafael Espindola · 12 years ago
  99. a24dc7f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 12 years ago
  100. 3eb07a0 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 12 years ago