1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/include/llvm/ExecutionEngine/Orc
2016-01-12 07:26:28 +00:00
..
CompileOnDemandLayer.h [Orc] Fix missing return. 2016-01-11 19:40:25 +00:00
CompileUtils.h Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
ExecutionUtils.h [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and 2015-04-02 04:34:45 +00:00
GlobalMappingLayer.h Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi. 2015-08-27 22:20:05 +00:00
IndirectionUtils.h Orc] Drop PageSize member from Orc architecture support class in favour of 2016-01-11 02:41:17 +00:00
IRCompileLayer.h [Orc] Remove the 'takeOwnershipOfBuffers' kludge. 2015-10-28 22:10:27 +00:00
IRTransformLayer.h [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add 2015-04-13 22:12:54 +00:00
JITSymbol.h [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through 2015-03-30 03:37:06 +00:00
LambdaResolver.h [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through 2015-03-30 03:37:06 +00:00
LazyEmittingLayer.h [Orc] Clean up a comment. 2015-10-21 20:13:41 +00:00
LogicalDylib.h llvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules. 2015-10-30 00:38:01 +00:00
NullResolver.h Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
ObjectLinkingLayer.h [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory 2016-01-09 19:50:40 +00:00
ObjectTransformLayer.h [Orc] Removing traces of takeOwnershipOfBuffers left after r251560. 2015-12-07 17:35:56 +00:00
OrcArchitectureSupport.h [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components. 2016-01-11 16:35:55 +00:00
OrcError.h [Orc] Add error codes and a new std::error_category for remote-jit errors. 2016-01-11 00:34:13 +00:00
OrcRemoteTargetClient.h [Orc] Comment out debugging output in OrcRemoteTargetClient::reserveMem to see 2016-01-12 07:26:28 +00:00
OrcRemoteTargetRPCAPI.h [Orc] Add support for remote JITing to the ORC API. 2016-01-11 01:40:11 +00:00
OrcRemoteTargetServer.h [ORC] Remove extraneous '&'. 2016-01-12 07:10:10 +00:00
RPCChannel.h [Orc] Remove the FPRPCChannel class from RPCChannel.h - it requires unistd.h, 2016-01-11 02:15:12 +00:00
RPCUtils.h [Orc] Add overloads of RPC::handle and RPC::expect that take member functions as 2016-01-12 06:48:52 +00:00