[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
[oota-llvm.git] / unittests / ExecutionEngine / ExecutionEngineTest.cpp
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-23 NAKAMURA TakumiRework r218304, "ExecutionEngineTests: Call llvm_shutdo...
2014-09-23 NAKAMURA TakumiExecutionEngineTests: Call llvm_shutdown() on exit...
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...