1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames 737ee6f60c [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
This patch renames both methods (NotifyObjectEmitted -> notifyObjectLoaded, and
NotifyObjectFreed -> notifyObjectFreed), adds an abstract "ObjectKey" (uint64_t)
parameter to notifyObjectLoaded, and replaces the ObjectFile parameter for
notifyObjectFreed with an ObjectKey. Using an ObjectKey to track identify
events, rather than a reference to the ObjectFile, allows us to free the
ObjectFile after notifyObjectLoaded is called, saving memory.

https://reviews.llvm.org/D53773

llvm-svn: 348223
2018-12-04 00:55:15 +00:00
..
CMakeLists.txt [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test. 2018-09-30 19:12:23 +00:00
CompileOnDemandLayer.cpp [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
Core.cpp [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs. 2018-11-13 01:25:34 +00:00
ExecutionUtils.cpp ADT/STLExtras: Introduce llvm::empty; NFC 2018-10-31 00:23:23 +00:00
IndirectionUtils.cpp [ORC] Fix hex printing of uint64_t values. 2018-10-31 05:16:14 +00:00
IRCompileLayer.cpp [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and 2018-10-16 20:13:06 +00:00
IRTransformLayer.cpp [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and 2018-10-16 20:13:06 +00:00
JITTargetMachineBuilder.cpp [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test. 2018-09-30 19:12:23 +00:00
Layer.cpp [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and 2018-10-16 20:13:06 +00:00
LazyReexports.cpp [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
Legacy.cpp [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. 2018-09-30 23:18:24 +00:00
LLJIT.cpp [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
LLVMBuild.txt
NullResolver.cpp [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. 2018-08-28 21:18:05 +00:00
ObjectTransformLayer.cpp [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and 2018-10-16 20:13:06 +00:00
OrcABISupport.cpp [MIPS] ORC JIT support 2018-09-11 13:10:04 +00:00
OrcCBindings.cpp [ORC] Update ORC C bindings to use the new llvm::Error C API. 2018-09-23 02:09:18 +00:00
OrcCBindingsStack.h [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API. 2018-12-04 00:55:15 +00:00
OrcError.cpp
OrcMCJITReplacement.cpp [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
OrcMCJITReplacement.h [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
RPCUtils.cpp
RTDyldObjectLinkingLayer.cpp [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
ThreadSafeModule.cpp [ORC] Add partitioning support to CompileOnDemandLayer2. 2018-09-29 23:49:57 +00:00