This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7dfea234215 Remove support for 32-bit offsets in utility classes (5/5) new 4c587405416 Replace non-recursive sys::Mutex users with std::mutex new 02e4b162370 [Support] Base SmartMutex on std::recursive_mutex
The 2 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/Mutex.h | 105 +++++------------------------------- lib/Support/CMakeLists.txt | 1 - lib/Support/Mutex.cpp | 123 ------------------------------------------ lib/Support/Unix/Mutex.inc | 42 --------------- lib/Support/Windows/Mutex.inc | 56 ------------------- unittests/IR/ValueMapTest.cpp | 4 +- 6 files changed, 14 insertions(+), 317 deletions(-) delete mode 100644 lib/Support/Mutex.cpp delete mode 100644 lib/Support/Unix/Mutex.inc delete mode 100644 lib/Support/Windows/Mutex.inc