Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / include / llvm / ExecutionEngine / ObjectImage.h
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-14 Jakub StaszakFix comment.
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...