1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/ExecutionEngine
Lang Hames a0de46380b [ORC] Re-enable the Error/Expected unit tests that were disabled in r300177.
The tests were failing due to an occasional deadlock in SerializationTraits
for Error: Both serializers and deserializers were protected by a single
mutex and in the unit test (where both ends of the RPC are in the same
process) one side might obtain the mutex, then block waiting for input,
leaving the other side of the connection unable to obtain the mutex to
write the data the first side was waiting for. Splitting the mutex into
two (one for serialization, one for deserialization) appears to have fixed the
issue.

llvm-svn: 300286
2017-04-14 00:06:12 +00:00
..
Orc [ORC] Re-enable the Error/Expected unit tests that were disabled in r300177. 2017-04-14 00:06:12 +00:00
ExecutionEngine.h [ExecutionEngine] Document the insane ownership contract for 2016-11-04 22:29:34 +00:00
GenericValue.h
Interpreter.h
JITEventListener.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
JITSymbol.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
MCJIT.h
ObjectCache.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
ObjectMemoryBuffer.h Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
OProfileWrapper.h
OrcMCJITReplacement.h
RTDyldMemoryManager.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
RuntimeDyld.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
RuntimeDyldChecker.h
SectionMemoryManager.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00