Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcTargetSupport.h
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
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-01-23 Lang Hames[Orc] New JIT APIs.