summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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