1. fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 7 months ago
  2. 4ac8d96 Add method_idx output to dexdump and dexlayout by Eric Holk · 4 years, 7 months ago
  3. d31cff1 Remove conscrypt as a build time dependency of ART. by Nicolas Geoffray · 4 years, 7 months ago
  4. 75d2189 Fix thread shutdown race in adbconnection by Alex Light · 4 years, 7 months ago
  5. bdf146c dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 4 years, 7 months ago
  6. bc11509 Address late comments on go/aog/1269207 by Alex Light · 4 years, 7 months ago
  7. 403384e Fix host gtests for HOST_PREFER_32_BIT by David Srbecky · 4 years, 7 months ago
  8. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 7 months ago
  9. a467a6e Fix incorrect interface-override linking by Alex Light · 4 years, 7 months ago
  10. e5621f5 Wrap expected_cts_outputs in a java_library by Paul Duffin · 4 years, 7 months ago
  11. e4abf13 ART: Update list of reserved boot class path packages. by Vladimir Marko · 4 years, 7 months ago
  12. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 7 months ago
  13. 133987d Revert^2 "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 7 months ago
  14. e2cc08b Fix a typo in dexanalyze usage info by leon.wang · 4 years, 7 months ago
  15. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 7 months ago
  16. 379503d Revert "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 7 months ago
  17. 0c0f302 Host gtests: Use the apex boot image instead of core.art. by David Srbecky · 4 years, 8 months ago
  18. f368882 Add more debugging info around ResolveField. by Nicolas Geoffray · 4 years, 7 months ago
  19. aacb4b8 Fix logical error in a gtest that caused intermittent failures. by Ulya Trafimovich · 4 years, 7 months ago
  20. 584e599 Don't include static or private methods with proxy construction. by Alex Light · 4 years, 7 months ago
  21. c1ad13a Add Handle::GetFromGdb function by Alex Light · 4 years, 7 months ago
  22. 55d6f19 Remove duplicate entry in expectations. by Nicolas Geoffray · 4 years, 7 months ago
  23. 41617b1 Add more logging and sanity checks for JIT mini-debug-info. by David Srbecky · 4 years, 7 months ago
  24. 842555d Add test mapping to run some libdexfile tests at presubmit. by Martin Stjernholm · 4 years, 7 months ago
  25. e78ff3d Create the /system/framework directory when running under chroot. by Nicolas Geoffray · 4 years, 7 months ago
  26. d8cdd4e Get rid of obsolete Make variable TARGET_CORE_JARS. by Ulya Trafimovich · 4 years, 7 months ago
  27. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 7 months ago
  28. 696882f Skip reading VNDK libs for product if not available by Justin Yun · 4 years, 7 months ago
  29. 2d18719 Remove access to internal dex libs for com.android.runtime. by Martin Stjernholm · 5 years ago
  30. 29e62c3 Get jar / apk / dexfile location for classes. by Florian Mayer · 4 years, 7 months ago
  31. 27374d9 Add new dex file support constructor. by Christopher Ferris · 4 years, 7 months ago
  32. 521644b Call JitCodeCache::FreeAllMethodHeaders under JIT lock. by David Srbecky · 4 years, 7 months ago
  33. 7bbbe25 Suppress ThreadLocal hash override warning. by Vladimir Marko · 4 years, 7 months ago
  34. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 7 months ago
  35. 873bb64 Add "linkage" test options by David Sehr · 4 years, 7 months ago
  36. 6e44830 Remove unnecessary vendor/recovery available from dexfile by Paul Duffin · 4 years, 7 months ago
  37. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 7 months ago
  38. 80495fd Re-enable 137-cfi test. by David Srbecky · 4 years, 7 months ago
  39. 4395284 Consider thumb bit when repacking and compressing JIT mini-debug-info. by David Srbecky · 4 years, 7 months ago
  40. be50bc3 Revert "Expect vdex files in a target-independent directory in t..." by Tim Joines · 4 years, 7 months ago
  41. 198955a Expect vdex files in a target-independent directory in the ART apex. by Ulya Trafimovich · 4 years, 7 months ago
  42. b68bb7a Fix compiling boot image extension with assume-verified. by Vladimir Marko · 4 years, 7 months ago
  43. dc9d6a0 Add more logging to Thread::SetState by Mathieu Chartier · 4 years, 7 months ago
  44. 4b90b86 Do not preload dex caches for assume-verified. by Vladimir Marko · 4 years, 7 months ago
  45. bf770550 Don't run structural dex file verification in ClassLoaderContext. by Nicolas Geoffray · 4 years, 7 months ago
  46. 0300822 Move @CriticalNative arguments in registers. by Vladimir Marko · 4 years, 7 months ago
  47. e8ed866 Add MOVE_EXCEPTION to compat throw by Mathieu Chartier · 4 years, 7 months ago
  48. edccd3c Retire VMRuntime.doNotInitializeInAot() by Orion Hodson · 4 years, 7 months ago
  49. 444dc1c Fix 1001-app-image-regions by Mathieu Chartier · 4 years, 7 months ago
  50. d8fd599 Reland^2 "Add consistency CHECKs around ArtMethod fields." by Nicolas Geoffray · 4 years, 8 months ago
  51. e1ee6f9 Set the identity hash code seed before creating Runtime. by Vladimir Marko · 4 years, 7 months ago
  52. 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 7 months ago
  53. eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 7 months ago
  54. 539d1d4 Blacklist test 596/597 for no-prebuild by Mathieu Chartier · 4 years, 7 months ago
  55. fcc5121 Enable ART's target gtests in postsubmit. by David Srbecky · 4 years, 8 months ago
  56. 038a198 "Revert^6 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 7 months ago
  57. ee25716 Revert^2 "Support ART's target gtests in atest." by David Srbecky · 4 years, 8 months ago
  58. 30fd851 Refactor RemoveNativeDebugInfoForJit. by David Srbecky · 4 years, 8 months ago
  59. 80dc7dc Truncate run-test output less by Hans Boehm · 4 years, 7 months ago
  60. c1ff0ff Revert^5 "[art] Enable compilation of secondary dexes by default i..." by Mathieu Chartier · 4 years, 7 months ago
  61. fc47d6b Adjust JitCodeCache::TransitionToDebuggable. by Nicolas Geoffray · 4 years, 7 months ago
  62. e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 7 months ago
  63. 085f380 Revert^4 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 7 months ago
  64. 1926f2e don't include liblog to APEXes by Jiyong Park · 4 years, 7 months ago
  65. 7d51734 Make signal_dumper a dynamic library by Jiyong Park · 4 years, 7 months ago
  66. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 8 months ago
  67. b28e304 Clear PreCompiled when we transition to debuggable after zygote fork by Alex Light · 4 years, 7 months ago
  68. b1fe5e1 HStringBuilderAppend cannot be null. by Vladimir Marko · 4 years, 7 months ago
  69. 69828ac Print oat file location for invalid class status by Mathieu Chartier · 4 years, 7 months ago
  70. e66eeb6 Blacklist test 137-cfi on target & jit by Nicolas Geoffray · 4 years, 7 months ago
  71. 2db169c Revert "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 7 months ago
  72. 1dc987a Add libnativehelper_header_only to art-module-sdk by Paul Duffin · 4 years, 8 months ago
  73. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 7 months ago
  74. ba2add1 Fix issue where linux_bionic cannot find build number by Alex Light · 4 years, 7 months ago
  75. 670ea84 ART supports sendng profileable info to adbd by Shukang Zhou · 4 years, 8 months ago
  76. 0c92604 Revert "Temporarily comment out art-module-host-exports" by Paul Duffin · 4 years, 8 months ago
  77. 76e52e8 Add more information in the trace when JIT compiling. by Nicolas Geoffray · 4 years, 7 months ago
  78. 47d0c47 art: Add FileDescriptor fields to native Core Platform API by Orion Hodson · 4 years, 7 months ago
  79. 37d6d77 Allow ThreadLocal object allocation during AOT. by Vladimir Marko · 4 years, 7 months ago
  80. f5d83b3 Revert "Revert^2 "[art] Enable compilation of secondary dexes by default i..."" by Nicolas Geoffray · 4 years, 7 months ago
  81. 9a01d30 Revert^2 "[art] Enable compilation of secondary dexes by default i..." by Dan Zimmerman · 4 years, 8 months ago
  82. 310432e Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 4 years, 8 months ago
  83. 7f43595 Fix/suppress bugprone-use-after-move warnings by Chih-Hung Hsieh · 4 years, 8 months ago
  84. d6b07c5 ART: Enable testing on non-UTF-8 platform by Andreas Gampe · 4 years, 8 months ago
  85. 2336954 Avoid NanoTime in InitializeClass unless stats are enabled by Mathieu Chartier · 4 years, 8 months ago
  86. 9bdba6e Revert "Reland^2 "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 4 years, 7 months ago
  87. e42876f Minor improvements in JNI assemblers. by Vladimir Marko · 4 years, 8 months ago
  88. e521eb0 ART: Fix a compiler crash for VectorizeDef() idioms. by Artem Serov · 4 years, 8 months ago
  89. 8a1a0f7 ART: Ensure dex caches keep classloader live by Andreas Gampe · 4 years, 8 months ago
  90. 23f3d80 Add the File[] class to the primary boot image. am: 2145a8acdf by Automerger Merge Worker · 4 years, 8 months ago
  91. 2145a8a Add the File[] class to the primary boot image. by Vladimir Marko · 4 years, 8 months ago
  92. 24ced36 Reland^2 "Always put the framework profile in the boot image location." am: ed1f531085 by Automerger Merge Worker · 4 years, 8 months ago
  93. ed1f531 Reland^2 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 8 months ago
  94. e49b155 Fix boot image size check. am: ab4d2222a2 by Automerger Merge Worker · 4 years, 8 months ago
  95. ab4d222 Fix boot image size check. by Vladimir Marko · 4 years, 8 months ago
  96. 6b8b881 libnativeloader: Remove hard-coded cronet am: 735ab4ef26 by Automerger Merge Worker · 4 years, 8 months ago
  97. 0a3f796 Loading JNI libraries in an APEX am: 538f99ab28 by Automerger Merge Worker · 4 years, 8 months ago
  98. 735ab4e libnativeloader: Remove hard-coded cronet by Jooyung Han · 4 years, 8 months ago
  99. 538f99a Loading JNI libraries in an APEX by Jooyung Han · 4 years, 8 months ago
  100. 6495feb Check vreg count on debuggable am: 6fc471e510 by Automerger Merge Worker · 4 years, 8 months ago