summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Adding object caching support to MCJITAndrew Kaylor2013-04-23