1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/ExecutionEngine/Orc
Lang Hames 9d3b846676 [ORC] Make MaterializationResponsibility immovable, pass by unique_ptr.
Making MaterializationResponsibility instances immovable allows their
associated VModuleKeys to be updated by the ExecutionSession while the
responsibility is still in-flight. This will be used in the upcoming
removable code feature to enable safe merging of resource keys even if
there are active compiles using the keys being merged.
2020-09-10 13:21:46 -07:00
..
CMakeLists.txt
CoreAPIsTest.cpp [ORC] Make MaterializationResponsibility immovable, pass by unique_ptr. 2020-09-10 13:21:46 -07:00
GlobalMappingLayerTest.cpp
IndirectionUtilsTest.cpp
JITTargetMachineBuilderTest.cpp
LazyCallThroughAndReexportsTest.cpp [ORC] Make MaterializationResponsibility immovable, pass by unique_ptr. 2020-09-10 13:21:46 -07:00
LazyEmittingLayerTest.cpp
LegacyAPIInteropTest.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
LegacyCompileOnDemandLayerTest.cpp [ORC] Refactor TrampolinePool to reduce virtual function calls. 2020-07-19 22:38:41 -07:00
LegacyRTDyldObjectLinkingLayerTest.cpp [MC][ELF] Put explicit section name symbols into entry size compatible sections 2020-04-16 19:12:49 +00:00
ObjectTransformLayerTest.cpp
OrcCAPITest.cpp
OrcTestCommon.cpp
OrcTestCommon.h [ORC] Make MaterializationResponsibility immovable, pass by unique_ptr. 2020-09-10 13:21:46 -07:00
QueueChannel.cpp
QueueChannel.h
RemoteObjectLayerTest.cpp [AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX 2020-05-01 17:03:05 -04:00
RPCUtilsTest.cpp
RTDyldObjectLinkingLayerTest.cpp [llvm][NFC] Add missing 'override's in unittests/ 2020-07-17 17:35:59 -07:00
SymbolStringPoolTest.cpp
ThreadSafeModuleTest.cpp