1. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  2. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  3. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  4. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  5. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
  6. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  7. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  8. 55256cb Extensions to check JNI. by Ian Rogers · 8 years ago
  9. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  10. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  11. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  12. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  13. 057d977 Always mark reference referents in transaction mode. by Hiroshi Yamauchi · 8 years ago
  14. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  15. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 9 years ago
  16. c9a7028 Add exclusion for Reference.clear and reference processing by Mathieu Chartier · 9 years ago
  17. 36994ba Don't re-read referent in ReferenceProcessor::GetReferent by Mathieu Chartier · 9 years ago
  18. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 9 years ago
  19. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  20. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 9 years ago
  21. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  22. c4695df Always use pendingNext to test enqueability of references. by Richard Uhler · 9 years ago
  23. 522d51b Factor out common code for SetPendingNext. by Richard Uhler · 9 years ago
  24. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  25. 8118781 Address some GC comments by Mathieu Chartier · 10 years ago
  26. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  27. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  28. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  29. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  30. a5eae69 Add heap task processor by Mathieu Chartier · 11 years ago
  31. d64ba38 Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued. by Pavel Vyssotski · 11 years ago
  32. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  33. 7f590e2 Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d by Mathieu Chartier · 11 years ago
  34. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  35. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  36. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  37. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  38. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  39. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  40. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago
  41. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  42. 308351a Change reference processing to use heap references. by Mathieu Chartier · 11 years ago
  43. 530e1b5 Reduced frequency of blocks for concurrent gc by Fred Shih · 11 years ago
  44. a52c5a6 Merge "Reference::GetReferent() calls by GC should not trigger read barriers." by Hiroshi Yamauchi · 11 years ago
  45. bfff21a Reference::GetReferent() calls by GC should not trigger read barriers. by Hiroshi Yamauchi · 11 years ago
  46. 2175f52 Fix race condition in ProcessReferences. by Mathieu Chartier · 11 years ago
  47. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 11 years ago
  48. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago