[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
[oota-llvm.git] / lib / ExecutionEngine / Orc / OrcTargetSupport.cpp
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-26 Lang Hames[Orc] Add license header to OrcTargetSupport.
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-04-20 Lang Hames[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
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 NAKAMURA TakumiOrcJIT: Appease msc18 not to be confused on executeComp...
2015-02-17 NAKAMURA TakumiReformat.
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-23 Lang Hames[Orc] New JIT APIs.