Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / unittests / ExecutionEngine / ExecutionEngineTest.cpp
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...