1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/include/llvm/ExecutionEngine/Orc
Lang Hames c41c667ccd [Orc] Enable user supplied partitioning functors in the CompileOnDemand layer.
Previously the CompileOnDemand layer always created single-function partitions.
In theory this new API allows for more interesting partitions, though this has
not been well tested yet.

llvm-svn: 249623
2015-10-07 21:53:41 +00:00
..
CompileOnDemandLayer.h [Orc] Enable user supplied partitioning functors in the CompileOnDemand layer. 2015-10-07 21:53:41 +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] Teach the CompileOnDemand layer to clone aliases. 2015-10-06 22:55:05 +00:00
IRCompileLayer.h [Orc] Remove duplicate "then" in comment. 2015-04-12 22:23:57 +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 Simplify the Mangler interface now that DataLayout is mandatory. 2015-06-23 13:59:29 +00:00
LogicalDylib.h Provide move constructor to appease Visual C++. 2015-08-01 15:50:53 +00:00
NullResolver.h Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
ObjectLinkingLayer.h [Orc] Add missing #include. Hopefully this will appease the modules buildbots. 2015-03-30 04:02:55 +00:00
ObjectTransformLayer.h [ORC] Add ObjectTransformLayer 2015-06-25 13:35:22 +00:00
OrcTargetSupport.h [Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support 2015-03-25 02:45:50 +00:00