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