[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IRCompileLayer.h
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.