Fix some Clang-tidy modernize warnings, other minor fixes.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITObjectCacheTest.cpp
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Rafael EspindolaSimplify memory ownership with std::unique_ptr.
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-23 Andrew KaylorAdding object caching support to MCJIT