llvm-6502/lib/ExecutionEngine
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
..
IntelJITEvents Updates in IntelJITEventListener.cpp - by Arch Robison. 2014-06-01 08:45:11 +00:00
Interpreter Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
JIT Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
MCJIT Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
OProfileJIT
RuntimeDyld Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value in place 2014-06-14 13:18:07 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
RTDyldMemoryManager.cpp
TargetSelect.cpp