1. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  2. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  3. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  4. a78f5b6 Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant. by Roland Levillain · 7 years ago
  5. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  6. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 7 years ago
  7. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  8. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 7 years ago
  9. 13056a1 Revert "Revert "Use IsMarked instead of Mark for profiling info."" by Nicolas Geoffray · 7 years ago
  10. 3afefba Revert "Use IsMarked instead of Mark for profiling info." by Nicolas Geoffray · 7 years ago
  11. a30183d Use IsMarked instead of Mark for profiling info. by Nicolas Geoffray · 7 years ago
  12. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  13. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  14. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  15. daf61a1 Disable the CC collector / read barrier checks in non-debug build. by Hiroshi Yamauchi · 8 years ago
  16. 2e5de78 Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE. by Hiroshi Yamauchi · 8 years ago
  17. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 8 years ago
  18. fb9f4ad Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." by Hiroshi Yamauchi · 8 years ago
  19. cc78f3f Fix (non-intrinsic) UnsafeCASObject for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  20. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 8 years ago
  21. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  22. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  23. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  24. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  25. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  26. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 9 years ago
  27. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  28. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 10 years ago
  29. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  30. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 10 years ago
  31. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  32. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 10 years ago
  33. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago