1. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  2. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 5 years ago
  3. f421a90 imgdiag: Change CHECK_NE() to LOG(ERROR). by Vladimir Marko · 5 years ago
  4. 71d614f Fix imgdiag after ObjPtr<>-ify Object::As*(). by Vladimir Marko · 5 years ago
  5. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  6. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 5 years ago
  7. d0430bf imgdiag: Do not abort for dirty pages in boot image. by Vladimir Marko · 5 years ago
  8. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 5 years ago
  9. 1f146b7 Refactor and improve imgdiag. by Vladimir Marko · 5 years ago
  10. 20af92f Add extra output for imgdiag's failing CHECK. by Vladimir Marko · 5 years ago
  11. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 5 years ago
  12. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  13. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 5 years ago
  14. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  15. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  16. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  17. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  18. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  19. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  20. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  21. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  22. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  23. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  24. aad9d37 ART: Fix tidy warnings in imgdiag by Andreas Gampe · 6 years ago
  25. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  26. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
  27. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  28. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  29. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  30. 21f7ac1 Handle FixUpRemotePointer for external images by Mathieu Chartier · 6 years ago
  31. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  32. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  33. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  34. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  35. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  36. 5cf8b53 Modify to use new BacktraceMap iterator. by Christopher Ferris · 7 years ago
  37. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  38. 8fae4b5 ART: Change CmdlineMain/Args behavior by Andreas Gampe · 7 years ago
  39. a49e053 Show ArtMethods in imgdiag by David Sehr · 7 years ago
  40. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  41. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  42. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  43. c23b0c0 Group dirty images objects together in the image. by Jeff Hao · 7 years ago
  44. 728f850 Add private dirty image section breakdown by Mathieu Chartier · 7 years ago
  45. 51e7965 Make imgdiag diff against app vs zygote heap by Mathieu Chartier · 7 years ago
  46. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  47. b4005f0 Templatize loops in imgdiag by David Sehr · 7 years ago
  48. f86eda6 Fix lval/rval confusion in imgdiag by David Sehr · 7 years ago
  49. 50005a0 Revert "Revert "Refactor imgdiag in preparation for ArtMethod"" by David Sehr · 7 years ago
  50. 45de57f Revert "Refactor imgdiag in preparation for ArtMethod" by David Sehr · 7 years ago
  51. 0627be3 Refactor imgdiag in preparation for ArtMethod by David Sehr · 7 years ago
  52. 41d8eee Remaining code review fixes by David Sehr · 7 years ago
  53. 20e271a Make imgdiag more useful for dirty page in zygote by David Sehr · 7 years ago
  54. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  55. 5115efb ART: Fix soong defaults order by Andreas Gampe · 7 years ago
  56. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  57. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  58. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  59. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  60. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  61. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  62. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  63. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  64. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  65. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  66. c7376e0 Convert more of art to Android.bp by Colin Cross · 8 years ago
  67. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  68. de7b49a Fix ODR violation by Colin Cross · 8 years ago
  69. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  70. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  71. c5196cd Add imgdiag support for diff against zygote by Mathieu Chartier · 8 years ago
  72. 2ba04ea Revert "Revert "Reduce dirty image pages by improving binning"" by Mathieu Chartier · 8 years ago
  73. d464fa1 Revert "Reduce dirty image pages by improving binning" by Mathieu Chartier · 8 years ago
  74. f3cee19 Reduce dirty image pages by improving binning by Mathieu Chartier · 8 years ago
  75. c52e3f9 Merge "ART: Refactor imgdiag internals" by Andreas Gampe · 8 years ago
  76. 7ad71d0 ART: Refactor imgdiag internals by Andreas Gampe · 8 years ago
  77. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  78. cb044bc Dump different fields in imgdiag by Mathieu Chartier · 8 years ago
  79. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  80. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  81. 3045cfe Fix imgdiag build rules. by Roland Levillain · 9 years ago
  82. ef45113 Merge "imgdiag: Fix rarely flaky imgdiag_test." by Igor Murashkin · 9 years ago
  83. ddd2172 imgdiag: Fix rarely flaky imgdiag_test. by Igor Murashkin · 9 years ago
  84. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  85. 51c6c18 KNOWN_BROKEN/FAILING does not work for gtests. by Nicolas Geoffray · 9 years ago
  86. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  87. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  88. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  89. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  90. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  91. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  92. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  93. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago