Reformat to untabify.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IRCompileLayer.h
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-04-12 Lang Hames[Orc] Remove duplicate "then" in comment.
2015-04-12 Lang Hames[Orc] Fix out-of-date comment for the IRCompileLayer.
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-16 Lang Hames[Orc] Add an emitAndFinalize method to the ObjectLinkin...
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-02-06 Lang Hames[Orc] Add some missing headers.
2015-02-02 Lang Hames[Orc] Make the ObjectLinkingLayer take ownership of...
2015-01-25 NAKAMURA TakumiOrc/IRCompileLayer.h: Avoid non-static initializer.
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-23 Lang Hames[Orc] New JIT APIs.