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