This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 87f08b7e5c0 [LLVM][Alignment] Fix MSVC potential division by 0 warning [...] new b8ce57c5a8c [Support] Base RWMutex on std::shared_timed_mutex (C++14)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/RWMutex.h | 122 +++++++++----------------------------- lib/Support/CMakeLists.txt | 1 - lib/Support/RWMutex.cpp | 124 -------------------------------------- lib/Support/Unix/RWMutex.inc | 50 ---------------- lib/Support/Windows/RWMutex.inc | 128 ---------------------------------------- 5 files changed, 27 insertions(+), 398 deletions(-) delete mode 100644 lib/Support/RWMutex.cpp delete mode 100644 lib/Support/Unix/RWMutex.inc delete mode 100644 lib/Support/Windows/RWMutex.inc