| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LockFileManager] Make default waitForUnlock timeout a parameter, NFC | Vedant Kumar | 2020-01-10 | 1 | -4/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Fix some Wundef warnings | Sven van Haastregt | 2018-08-23 | 1 | -5/+5 |
| * | LTO: Keep file handles open for memory mapped files. | Peter Collingbourne | 2018-06-13 | 1 | -25/+61 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -5/+5 |
| * | [Support] Replace hand-written scope_exit with make_scope_exit. | Benjamin Kramer | 2018-02-18 | 1 | -23/+3 |
| * | Use TempFile in the implementation of LockFileManager. | Rafael Espindola | 2017-11-17 | 1 | -50/+33 |
| * | Simplify and rename variable. | Rafael Espindola | 2017-11-13 | 1 | -3/+3 |
| * | Simplify. NFC. | Rafael Espindola | 2017-11-13 | 1 | -3/+2 |
| * | [raw_fd_ostream] report actual error in error messages | Bob Haarman | 2017-10-24 | 1 | -3/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -3/+3 |
| * | [LockFileManager] Reduce lock timeout | Bruno Cardoso Lopes | 2017-03-18 | 1 | -3/+3 |
| * | Missing includes. | Vassil Vassilev | 2016-09-14 | 1 | -0/+1 |
| * | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 2016-08-23 | 1 | -1/+14 |
| * | [LockFileManager] Improve error output by using better error messages | Bruno Cardoso Lopes | 2016-06-04 | 1 | -6/+31 |
| * | Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager" | Ben Langmuir | 2015-06-29 | 1 | -14/+56 |
| * | Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager" | Ben Langmuir | 2015-06-29 | 1 | -54/+14 |
| * | Use gethostuuid() on Mac to identify hosts for LockFileManager | Ben Langmuir | 2015-06-29 | 1 | -14/+54 |
| * | Clean up unique lock files on signal and always release the lock | Ben Langmuir | 2015-06-29 | 1 | -1/+40 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+0 |
| * | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -10/+10 |
| * | [Support] Increase timeout for the LockFileManager back to 5 mins. | Argyrios Kyrtzidis | 2015-03-04 | 1 | -2/+3 |
| * | Assume the original file is created before release in LockFileManager | Ben Langmuir | 2015-02-19 | 1 | -39/+9 |
| * | Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile | Ben Langmuir | 2015-02-09 | 1 | -2/+6 |
| * | Misc cleanups to the FileSytem api. | Rafael Espindola | 2014-09-11 | 1 | -2/+2 |
| * | Remove some calls to std::move. | Rafael Espindola | 2014-08-01 | 1 | -2/+2 |
| * | Update the MemoryBuffer API to use ErrorOr. | Rafael Espindola | 2014-07-06 | 1 | -2/+4 |
| * | Finishing touch for the std::error_code transition. | Rafael Espindola | 2014-06-13 | 1 | -2/+3 |
| * | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 1 | -7/+4 |
| * | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| * | Don't import make_error_code into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -2/+2 |
| * | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 2014-05-31 | 1 | -1/+1 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -1/+1 |
| * | [Support] Modify LockFileManager::waitForUnlock() to return info about how th... | Argyrios Kyrtzidis | 2014-04-06 | 1 | -6/+10 |
| * | [Support] Follow up to r204426, for LockFileManager, make the given path abso... | Argyrios Kyrtzidis | 2014-03-21 | 1 | -3/+6 |
| * | [Support] Make sure LockFileManager works correctly with relative paths. | Argyrios Kyrtzidis | 2014-03-21 | 1 | -1/+3 |
| * | [Support] Make sure sys::fs::remove can remove symbolic links and make sure L... | Argyrios Kyrtzidis | 2014-03-21 | 1 | -6/+3 |
| * | Cleanup the interface for creating soft or hard links. | Rafael Espindola | 2014-03-11 | 1 | -30/+3 |
| * | [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links... | Argyrios Kyrtzidis | 2014-03-06 | 1 | -24/+56 |
| * | Revert create_symbolic_link and both depending changes | Reid Kleckner | 2014-03-06 | 1 | -32/+24 |
| * | [Support/LockFileManager] Make the LockFileManager more robust against races. | Argyrios Kyrtzidis | 2014-03-06 | 1 | -17/+34 |
| * | [Support/LockFileManager] Use symbolic link for the lock file. | Argyrios Kyrtzidis | 2014-03-06 | 1 | -13/+4 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
| * | Use simpler version of sys::fs::exists when possible. | Rafael Espindola | 2014-02-13 | 1 | -5/+3 |
| * | Use the simpler version of sys::fs::remove when possible. | Rafael Espindola | 2014-01-10 | 1 | -8/+5 |
| * | Fix boolean logic in LockFileManager and test it | Reid Kleckner | 2013-08-07 | 1 | -8/+10 |