1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/ExecutionEngine
Lang Hames 46c448c38f [Orc] Don't create empty globals modules in the CompileOnDemandLayer.
Global variables and aliases are emitted eagerly, but there may not be any in
the incoming module. In that case, we can save some memory and compile time by
not building, emitting and tracking an empty globals module.

llvm-svn: 270908
2016-05-26 20:33:37 +00:00
..
Orc [Orc] Don't create empty globals modules in the CompileOnDemandLayer. 2016-05-26 20:33:37 +00:00
ExecutionEngine.h Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
GenericValue.h Add missing #include to fix build 2016-04-16 17:39:40 +00:00
Interpreter.h
JITEventListener.h [JITEventListener] Fix some -Wundef warnings 2016-03-14 20:49:06 +00:00
JITSymbolFlags.h [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until 2016-01-19 21:06:38 +00:00
MCJIT.h
ObjectCache.h
ObjectMemoryBuffer.h
OProfileWrapper.h
OrcMCJITReplacement.h
RTDyldMemoryManager.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
RuntimeDyld.h [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when 2016-05-25 16:23:59 +00:00
RuntimeDyldChecker.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SectionMemoryManager.h [SectionMemoryManager] Make better use of virtual memory 2015-12-16 11:13:23 +00:00