Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITMemoryManagerTest.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-07-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...