1. a6d3a7e Add hprof accounting for Class IMT, VTable by Mathieu Chartier · 10 years ago
  2. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  3. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 10 years ago
  4. 7c1f53e Emit instance fields for java.lang.Object in hprof by Mathieu Chartier · 10 years ago
  5. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 10 years ago
  6. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  7. 90bcbd5 In hprof, use an address within string for char array of empty string. by Jeff Hao · 10 years ago
  8. 0ce4353 In hprof, set string class instance size to that of an empty string. by Jeff Hao · 10 years ago
  9. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  11. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  12. ca068b2 Ignore not yet loaded classes during hprof by Sebastien Hertz · 10 years ago
  13. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 10 years ago
  14. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  15. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  16. 461687d Visit image roots for hprof by Mathieu Chartier · 10 years ago
  17. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  18. 15f345c Fix failing hprof DCHECK by Mathieu Chartier · 10 years ago
  19. ff38c04 Fix byte and char Get32 by Mathieu Chartier · 10 years ago
  20. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  21. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  22. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  23. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  24. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  25. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  26. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  27. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  28. ae1ad00 Add detection of zygote vs app vs image objects in hprof by Mathieu Chartier · 11 years ago
  29. 3280517 Fix identifier size in the heap dump. by Calin Juravle · 11 years ago
  30. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  31. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  32. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  33. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  34. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  35. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  36. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  37. e9c36b3 Avoid some string allocations. by Vladimir Marko · 11 years ago
  38. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  39. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  40. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  41. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  42. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  43. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago