Return a std::unique_ptr when creating a new MemoryBuffer.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITMemoryManagerTest.cpp
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
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...