aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-24/+15
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+11
* 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