llvm-6502/unittests/IR
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
..
AttributesTest.cpp
CMakeLists.txt Make the User::value_op_iterator a random access iterator. I had written 2014-04-17 09:07:50 +00:00
ConstantRangeTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
ConstantsTest.cpp Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
DominatorTreeTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
InstructionsTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
IRBuilderTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
LeakDetectorTest.cpp
LegacyPassManagerTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
Makefile
MDBuilderTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
MetadataTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
PassManagerTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
PatternMatch.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
TypeBuilderTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
TypesTest.cpp
UserTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
ValueHandleTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
ValueMapTest.cpp Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
ValueTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
VerifierTest.cpp Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
WaymarkTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00