llvm-6502/unittests
Zachary Turner 1f502bd9d7 Replace Execution Engine's mutex with std::recursive_mutex.
This change has a bit of a trickle down effect due to the fact that
there are a number of derived implementations of ExecutionEngine,
and that the mutex is not tightly encapsulated so is used by other
classes directly.

Reviewed by: rnk

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211214 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-18 20:17:35 +00:00
..
ADT SmallVectorTest: Make the deleted member functions private to help MSVC users. 2014-06-11 17:50:14 +00:00
Analysis [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
Bitcode
CodeGen
DebugInfo
ExecutionEngine Remove the last uses of 'using std::error_code' 2014-06-13 03:20:08 +00:00
IR Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
LineEditor
Linker [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
MC
Object
Option
Support ConvertUTF tests: remove uses of initializer lists to restore compatibility 2014-06-17 09:33:24 +00:00
Transforms Finishing touch for the std::error_code transition. 2014-06-13 17:20:48 +00:00
CMakeLists.txt
Makefile
Makefile.unittest