1. 2ae4bc9 Merge "Allow DexFile#getDexOptNeeded to check case when downgrading is required" by Shubham Ajmera · 7 years ago
  2. 753d613 Update VMRuntime.preloadDexCaches() for hash-based arrays. by Vladimir Marko · 7 years ago
  3. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  4. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  5. e8f48da Merge "Change kMultiDexSeparator from ':' to '!'" by Calin Juravle · 7 years ago
  6. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  7. e4e812a Allow DexFile#getDexOptNeeded to check case when downgrading is required by Shubham Ajmera · 7 years ago
  8. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 7 years ago
  9. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  10. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  11. 0a6d275 Merge "ART: Move RegisterNatives helper" by Treehugger Robot · 7 years ago
  12. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  13. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  14. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  15. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  16. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 7 years ago
  17. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 7 years ago
  18. 367b9d8 Also return vdex file from DexFile.getDexFileOutputPath by Calin Juravle · 7 years ago
  19. 741d426 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  20. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  21. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  22. 6b8b075 Merge changes I6ff2d6f8,I8f60f116 by Treehugger Robot · 7 years ago
  23. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  24. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  25. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  26. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 7 years ago
  27. 35b59a2 Differentiate between native alloc and normal background GC by Mathieu Chartier · 7 years ago
  28. d66def3 ART: Fix preloaded dex cache expectations by Andreas Gampe · 7 years ago
  29. d7f0339 Lower daemons priority to 124 (art). by Hiroshi Yamauchi · 7 years ago
  30. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 7 years ago
  31. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 7 years ago
  32. e9cd81c Merge "Fix String::DoReplace() using obsolete `this`." by Treehugger Robot · 7 years ago
  33. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 7 years ago
  34. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  35. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  36. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  37. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  38. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  39. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  40. 8474026 Clean up ZygoteHooks stack walking slightly. by Alex Light · 7 years ago
  41. 861af89 Fix mutex issue by Alex Light · 7 years ago
  42. c0ca5fd Merge "Fix java.lang.Void.TYPE (void.class) initialization." by Vladimir Marko · 7 years ago
  43. e00e559 Fix java.lang.Void.TYPE (void.class) initialization. by Vladimir Marko · 7 years ago
  44. 6e311ac Re-arrange System.identityHashCode for better performance. by Nicolas Geoffray · 7 years ago
  45. 2baf075 Merge "Check stacks for unmodifiable frames" by Treehugger Robot · 7 years ago
  46. e77b48b Check stacks for unmodifiable frames by Alex Light · 7 years ago
  47. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 7 years ago
  48. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 7 years ago
  49. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  50. ea9465e Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader by Alex Light · 7 years ago
  51. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 7 years ago
  52. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  53. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 7 years ago
  54. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  55. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  56. 8d4b118 Merge "Fix dex cache resolved types and class table mismatch." by Vladimir Marko · 7 years ago
  57. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 7 years ago
  58. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 7 years ago
  59. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  60. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 7 years ago
  61. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 7 years ago
  62. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 7 years ago
  63. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 7 years ago
  64. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 7 years ago
  65. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  66. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  67. bd2fed5 MethodHandles: Support and tests for revealDirect / reflectAs. by Narayan Kamath · 8 years ago
  68. 92e393a Merge "[ART] Prepare profile streaming for framework to use." by Treehugger Robot · 8 years ago
  69. ca6e14e [ART] Prepare profile streaming for framework to use. by Shukang Zhou · 8 years ago
  70. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  71. a35510d Fix missing OOME check in reflection. by Vladimir Marko · 8 years ago
  72. 4201cf0 Avoid suspending heap task thread for getting stack traces by Mathieu Chartier · 8 years ago
  73. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  74. 6f43e3a Rename Reference.clear to Reference.clearReferent by Mathieu Chartier · 8 years ago
  75. c9a7028 Add exclusion for Reference.clear and reference processing by Mathieu Chartier · 8 years ago
  76. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  77. d12f04c Merge "Use getReferent() in enqueueSentinelReference to avoid race with GC." by Hiroshi Yamauchi · 8 years ago
  78. a8888c1 Use getReferent() in enqueueSentinelReference to avoid race with GC. by Hiroshi Yamauchi · 8 years ago
  79. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  80. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  81. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  82. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  83. 3773f21 Merge "ART: Fix tidy warnings" by Treehugger Robot · 8 years ago
  84. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  85. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  86. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  87. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  88. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  89. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  90. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  91. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  92. 75dccb7 Merge "ART: Refactor class-linker methods" by Treehugger Robot · 8 years ago
  93. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  94. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  95. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  96. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  97. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  98. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 8 years ago
  99. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  100. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 8 years ago