1. edccd3c Retire VMRuntime.doNotInitializeInAot() by Orion Hodson · 4 years, 6 months ago
  2. eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 6 months ago
  3. c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 4 years, 8 months ago
  4. f9dfd77 Update VMRuntime.isBootClassPathOnDisk()... by Vladimir Marko · 4 years, 8 months ago
  5. f365aff Remove isDebuggerActive native implementation. by Alex Light · 4 years, 8 months ago
  6. a9ff45b Remove TODO from ART by atrost · 4 years, 8 months ago
  7. fab7208 Pipe disabled compat changes to runtime through zygote. by atrost · 4 years, 10 months ago
  8. 0aa0206 Add resetJitCounters by Mathieu Chartier · 4 years, 10 months ago
  9. bfcea3d Jit-zygote: Postpone pre-compilation until boot is completed. by David Srbecky · 5 years ago
  10. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  11. c2f4357 Add native counterpart for VMRuntime.setProcessDataDirectory by David Brazdil · 5 years ago
  12. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 5 years ago
  13. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  14. f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 6 years ago
  15. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
  16. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 6 years ago
  17. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  18. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
  19. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  20. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  21. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  22. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  23. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 6 years ago
  24. 7f22624 Remove VMRuntime.hasUsedHiddenApi() by David Brazdil · 6 years ago
  25. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  26. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  27. 08dfdf9 ART: Add VMRuntime.hasBootImageSpaces implementation by Andreas Gampe · 6 years ago
  28. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  29. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  30. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  31. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  32. dff3600 Merge "Revert "Revert "Move runtime/ to ClassAccessor""" am: 6ed28cb9e6 by Mathieu Chartier · 6 years ago
  33. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 6 years ago
  34. 406555a Merge "ObjPtr<>-ify array allocations." am: 9ddef18ae9 am: da745da72f by Vladimir Marko · 6 years ago
  35. c13154b Merge "Revert "Move runtime/ to ClassAccessor"" am: 5ab7d77cdc am: 6da56aa2b7 by Alex Light · 6 years ago
  36. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 6 years ago
  37. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  38. f8f6629 Merge "Move runtime/ to ClassAccessor" am: df0eef1aec am: 61afc76d92 by Mathieu Chartier · 6 years ago
  39. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 6 years ago
  40. 215185c Merge "Fix test 674-hiddenapi when debuggable." am: 8d744d9ea5 am: 596559b879 by Mathew Inwood · 6 years ago
  41. eef7757 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 6 years ago
  42. 92317b6 Merge "ART: Move JNI files to runtime/jni/ ." am: 4ed794415b am: 41463f3862 by Vladimir Marko · 6 years ago
  43. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  44. c9c87f6 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 6 years ago
  45. 1fd97f2 Log an event on hidden API accesses. by Mathew Inwood · 6 years ago
  46. 5bcef17 Include package name in tron events. by Mathew Inwood · 6 years ago
  47. 80900a3 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 6 years ago
  48. 73ddda4 Log an event on hidden API accesses. by Mathew Inwood · 6 years ago
  49. 3383aa5 Support for API exemptions from API blacklisting. by Mathew Inwood · 7 years ago
  50. 7d74ef5 Support for API exemptions from API blacklisting. by Mathew Inwood · 7 years ago
  51. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  52. 4384b10 Expose pending hidden API warning through VMRuntime by David Brazdil · 7 years ago
  53. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  54. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  55. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  56. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  57. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  58. d0332e0 ART: Do not depend on libnativehelper - toStringArray by Andreas Gampe · 7 years ago
  59. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  60. 753d613 Update VMRuntime.preloadDexCaches() for hash-based arrays. by Vladimir Marko · 7 years ago
  61. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  62. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  63. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  64. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  65. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 7 years ago
  66. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  67. 35b59a2 Differentiate between native alloc and normal background GC by Mathieu Chartier · 7 years ago
  68. d66def3 ART: Fix preloaded dex cache expectations by Andreas Gampe · 7 years ago
  69. d7f0339 Lower daemons priority to 124 (art). by Hiroshi Yamauchi · 7 years ago
  70. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  71. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  72. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  73. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  74. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  75. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  76. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 8 years ago
  77. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  78. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  79. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  80. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  81. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  82. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  83. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  84. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  85. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  86. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  87. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  88. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 8 years ago
  89. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  90. 278a80b ART: Return native debuggable status of the app. by Oleksiy Vyalov · 8 years ago
  91. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 8 years ago
  92. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  93. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  94. a1425a1 ART: Remember whether the cache was pruned by Andreas Gampe · 9 years ago
  95. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  96. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  97. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  98. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  99. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  100. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago