OSDN Git Service

Kill the LLVM global lock.
authorZachary Turner <zturner@google.com>
Thu, 19 Jun 2014 16:17:42 +0000 (16:17 +0000)
committerZachary Turner <zturner@google.com>
Thu, 19 Jun 2014 16:17:42 +0000 (16:17 +0000)
commit761f33167f2ae180dddcf48abcfcc3ead0c2d219
tree0a1f726d67d862f9751d257a1490b5d4c9097784
parent591f9ee07680fb678e4510c94ff65b0d0a48d224
Kill the LLVM global lock.

This patch removes the LLVM global lock, and updates all existing
users of the global lock to use their own mutex.    None of the
existing users of the global lock were protecting code that was
mutually exclusive with any of the other users of the global
lock, so its purpose was not being met.

Reviewed by: rnk

Differential Revision: http://reviews.llvm.org/D4142

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211277 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ProgrammersManual.rst
include/llvm/Support/Threading.h
lib/Support/ManagedStatic.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp