1. 450461c Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  2. 5123eec Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  3. c349cf3 Use gethostuuid() on Mac to identify hosts for LockFileManager by Ben Langmuir · 10 years ago
  4. 63aa8c5 Clean up unique lock files on signal and always release the lock by Ben Langmuir · 10 years ago
  5. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  6. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  7. dc8f979 [Support] Increase timeout for the LockFileManager back to 5 mins. by Argyrios Kyrtzidis · 11 years ago
  8. 0897091 Assume the original file is created before release in LockFileManager by Ben Langmuir · 11 years ago
  9. d2d52de Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile by Ben Langmuir · 11 years ago
  10. 281f23a Misc cleanups to the FileSytem api. by Rafael Espindola · 11 years ago
  11. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  12. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  13. 2a826e4 Finishing touch for the std::error_code transition. by Rafael Espindola · 11 years ago
  14. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  15. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  16. ed6882b Don't import make_error_code into the llvm namespace. by Rafael Espindola · 11 years ago
  17. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  18. a3f2e3f There is no std::errc::success, remove the llvm one. by Rafael Espindola · 11 years ago
  19. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  20. 44ec0a7 [Support] Modify LockFileManager::waitForUnlock() to return info about how the lock was released. by Argyrios Kyrtzidis · 11 years ago
  21. 900e9a3 [Support] Follow up to r204426, for LockFileManager, make the given path absolute so relative paths are properly handled in both Windows and Unix. by Argyrios Kyrtzidis · 12 years ago
  22. 531a5be [Support] Make sure LockFileManager works correctly with relative paths. by Argyrios Kyrtzidis · 12 years ago
  23. 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
  24. 83f858e Cleanup the interface for creating soft or hard links. by Rafael Espindola · 12 years ago
  25. 4147978 [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links only on unix. by Argyrios Kyrtzidis · 12 years ago
  26. 4357f64 Revert create_symbolic_link and both depending changes by Reid Kleckner · 12 years ago
  27. 62a979c [Support/LockFileManager] Make the LockFileManager more robust against races. by Argyrios Kyrtzidis · 12 years ago
  28. 2eb8d02 [Support/LockFileManager] Use symbolic link for the lock file. by Argyrios Kyrtzidis · 12 years ago
  29. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  30. d6f1f84 [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  31. 9e7a638 Use simpler version of sys::fs::exists when possible. by Rafael Espindola · 12 years ago
  32. 81e7fd0 Use the simpler version of sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  33. 7de8ea3 Fix boolean logic in LockFileManager and test it by Reid Kleckner · 12 years ago
  34. d78273f Remove some std stream usage from Support and TableGen by Reid Kleckner · 12 years ago
  35. c9d2e5b Add a createUniqueFile function and switch llvm's users of unique_file. by Rafael Espindola · 12 years ago
  36. 0cb6846 <rdar://problem/13551789> Fix a race in the LockFileManager. by Douglas Gregor · 12 years ago
  37. ef04593 Provide a "None" value for convenience when using Optional<T>() by David Blaikie · 13 years ago
  38. 056eafd Fix a race condition in the lock-file manager: once the lock file is by Douglas Gregor · 13 years ago
  39. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  40. c439a42 Fix Android build of gtest and lib/Support. by Evgeniy Stepanov · 13 years ago
  41. 7039e35 Move Clang's file-level locking facility over to LLVM's support by Douglas Gregor · 14 years ago