1. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  2. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  3. ca068b2 Ignore not yet loaded classes during hprof by Sebastien Hertz · 10 years ago
  4. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 10 years ago
  5. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  6. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  7. 461687d Visit image roots for hprof by Mathieu Chartier · 10 years ago
  8. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  9. 15f345c Fix failing hprof DCHECK by Mathieu Chartier · 10 years ago
  10. ff38c04 Fix byte and char Get32 by Mathieu Chartier · 10 years ago
  11. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  12. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  13. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  14. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  15. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  16. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  17. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  18. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  19. ae1ad00 Add detection of zygote vs app vs image objects in hprof by Mathieu Chartier · 10 years ago
  20. 3280517 Fix identifier size in the heap dump. by Calin Juravle · 10 years ago
  21. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  22. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  23. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  24. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  25. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  26. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  27. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  28. e9c36b3 Avoid some string allocations. by Vladimir Marko · 11 years ago
  29. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  30. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  31. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  32. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/hprof/hprof.cc]
  34. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  35. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  36. a3b59cb Fix hprof. by Ian Rogers · 12 years ago
  37. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  39. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  40. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  41. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  42. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  43. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  44. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  45. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  46. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  47. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  48. dcfdd2b Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  49. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  50. 622a698 Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  51. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  52. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 13 years ago
  53. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  54. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  55. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  56. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  57. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  58. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  59. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  60. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  61. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  62. aa6a588 Make CHECKs with char*s do what you mean. by Elliott Hughes · 13 years ago
  63. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  64. 5d78d39 Improve consistency of units in logging. by Elliott Hughes · 13 years ago
  65. 7b3cdfc More JDWP robustness. by Elliott Hughes · 13 years ago
  66. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  67. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  68. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  69. 0c54ac1 Divide up hprof code by classes. by Jesse Wilson · 13 years ago
  70. 0b075f1 Adjust whitespace in hprof. by Jesse Wilson · 13 years ago
  71. 3aa66fd Hprof code cleanup. by Jesse Wilson · 13 years ago
  72. fbd8456 Fix hprof dumping from DDMS. by Elliott Hughes · 13 years ago
  73. 1121e0b Wire up hprof. by Jesse Wilson · 13 years ago
  74. c4824e6 Add hprof. This code builds but is untested. by Jesse Wilson · 13 years ago