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