[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / CompileOnDemandLayer.h
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-19 Lang Hames[Orc] Fix MSVC bugs introduced in r250749.
2015-10-19 Lang Hames[Orc] Use '= default' for move constructor/assignment...
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-10-19 Lang Hames[Orc] Add explicit move constructor and assignment...
2015-10-19 Lang Hames[Orc] Lambda needs to capture 'this'.
2015-10-19 Lang Hames[Orc] Remove extraneous semicolon that found its way...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-07 Lang Hames[Orc] Enable user supplied partitioning functors in...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-11 Lang Hames[Orc] Attempted fix for GCC ICE on Polly builder.
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-05 David BlaikieFix the clang -Werror build, use of uninitialized variable.
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-15 Lang Hames[Orc] Refactor the CompileOnDemandLayer to make its...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-13 Richard SmithFix build break in this code. Nothing uses this header...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-06 Lang Hames[Orc] Add more missing headers.
2015-01-24 Lang Hames[Orc] Add some missing headers to the CompileOnDemandLa...
2015-01-23 Lang Hames[Orc] New JIT APIs.