1. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  2. 4a5697e [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC. by Lang Hames · 11 years ago
  3. 0b9f550 Adds 'override' to overriding methods. NFC. by Argyrios Kyrtzidis · 11 years ago
  4. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  5. 3560ff2 Return a std::unique_ptr when creating a new MemoryBuffer. by Rafael Espindola · 11 years ago
  6. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  7. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  8. bb415ea Simplify memory ownership with std::unique_ptr. by Rafael Espindola · 11 years ago
  9. 5f2bb7d Simplify ownership with std::unique_ptr. NFC. by Rafael Espindola · 11 years ago
  10. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  11. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  12. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  13. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  14. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  15. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  16. af0dea1 Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  17. b595f53 Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects by Andrew Kaylor · 12 years ago
  18. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  19. 041f1aa Use only explicit bool conversion operators by David Blaikie · 12 years ago
  20. ced4e8f Re-enabling MCJIT object caching with memory leak fixed by Andrew Kaylor · 12 years ago
  21. 72780ed Revert "Adding object caching support to MCJIT" by Rafael Espindola · 12 years ago
  22. 1d2d8e0 Adding object caching support to MCJIT by Andrew Kaylor · 12 years ago