1. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  2. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  3. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  4. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  5. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 8 years ago
  6. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  7. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 9 years ago
  8. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  9. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  10. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  11. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  12. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  13. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  14. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  15. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  16. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  17. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  18. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 10 years ago
  19. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  20. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  21. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  22. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  23. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  24. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  25. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  26. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  27. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  28. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  29. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago[Renamed (77%) from runtime/gc/space/space_test.cc]
  30. 19c0b23 Merge "Fix and optimize verify object." by Mathieu Chartier · 11 years ago