Make ExecutionEngine owning a DataLayout
[oota-llvm.git] / lib / ExecutionEngine / Orc / OrcMCJITReplacement.h
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
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.