[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
[oota-llvm.git] / lib / ExecutionEngine / Orc / OrcMCJITReplacement.h
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-02 Lang Hames[Orc] Make OrcMCJITReplacement::addObject calls transfe...
2015-02-02 Lang Hames[Orc] Remove the OwnedModules list from OrcMCJITReplace...
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Lang Hames[Orc] New JIT APIs.