summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-5/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-2/+2
2014-12-03[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames1-2/+2
2014-10-01Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+0
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-4/+3
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-3/+3
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-6/+6
2014-08-13Simplify memory ownership with std::unique_ptr.Rafael Espindola1-14/+6
2014-08-13Simplify ownership with std::unique_ptr. NFC.Rafael Espindola1-2/+3
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+0
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-9/+9
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-5/+4
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-6/+6
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-06-28Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor1-7/+10
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed1-2/+1
2013-05-15Use only explicit bool conversion operatorsDavid Blaikie1-1/+1
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor1-0/+240
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola1-240/+0
2013-04-23Adding object caching support to MCJITAndrew Kaylor1-0/+240