llvm-6502/lib/ExecutionEngine/JIT
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
..
CMakeLists.txt Remove exception handling support from the old JIT. 2013-05-07 20:53:59 +00:00
JIT.cpp Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
JIT.h Cleanup more unreferenced MutexGuard parameters on functions. 2014-06-16 22:41:08 +00:00
JITEmitter.cpp Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
JITMemoryManager.cpp [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile