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