summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-5/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-2/+2
* Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis2014-10-011-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+3
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-3/+3
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-6/+6
* Simplify memory ownership with std::unique_ptr.Rafael Espindola2014-08-131-14/+6
* Simplify ownership with std::unique_ptr. NFC.Rafael Espindola2014-08-131-2/+3
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-9/+9
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+4
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-6/+6
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-7/+10
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-2/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-251-0/+240
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-240/+0
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-0/+240
OpenPOWER on IntegriCloud