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