[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
[oota-llvm.git] / unittests / ExecutionEngine / ExecutionEngineTest.cpp
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...