1. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  2. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 5 years ago
  3. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 5 years ago
  4. b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 5 years ago
  5. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 5 years ago
  6. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 5 years ago
  7. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 5 years ago
  8. c2f4357 Add native counterpart for VMRuntime.setProcessDataDirectory by David Brazdil · 5 years ago
  9. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 5 years ago
  10. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 5 years ago
  11. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  12. 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 5 years ago
  13. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 5 years ago
  14. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  15. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 5 years ago
  16. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 5 years ago
  17. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  18. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  19. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 5 years ago
  20. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 5 years ago
  21. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  22. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 5 years ago
  23. 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 5 years ago
  24. f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 5 years ago
  25. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 5 years ago
  26. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 5 years ago
  27. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 5 years ago
  28. e095c91 ART: Cache Runtime* in nativePostForkChild by Andreas Gampe · 5 years ago
  29. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 5 years ago
  30. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 5 years ago
  31. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 5 years ago
  32. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 5 years ago
  33. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 5 years ago
  34. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 5 years ago
  35. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 5 years ago
  36. 1a04148 Fix bug in InMemoryDexClassLoader loading by David Brazdil · 6 years ago
  37. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  38. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  39. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  40. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  41. 4eebb0e Remove Trace.Pause/Resume. by Nicolas Geoffray · 6 years ago
  42. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
  43. afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
  44. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  45. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  46. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 6 years ago
  47. 8b751c5 ART: Move EnableDebugger to frameworks by Orion Hodson · 6 years ago
  48. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  49. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 6 years ago
  50. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 6 years ago
  51. 54c7da9 Merge changes Idc6e518c,Ia1cc0506 by David Brazdil · 6 years ago
  52. bf86464 Merge "EnableDebugger: handle the case when hard RLIMIT_CORE is <inf." by Nicolas Geoffray · 6 years ago
  53. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  54. 2b6b3e5 EnableDebugger: handle the case when hard RLIMIT_CORE is <inf. by Evgenii Stepanov · 6 years ago
  55. f50ac10 Simplify hidden_api.h logic by David Brazdil · 6 years ago
  56. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  57. c2cab4b Merge "Refactor ClassLinker::FindPrimitiveClass()." by Vladimir Marko · 6 years ago
  58. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 6 years ago
  59. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  60. 63a2365 Merge "Remove VMRuntime.hasUsedHiddenApi()" by David Brazdil · 6 years ago
  61. 7f22624 Remove VMRuntime.hasUsedHiddenApi() by David Brazdil · 6 years ago
  62. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  63. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  64. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  65. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  66. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 6 years ago
  67. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  68. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  69. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  70. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  71. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  72. e8d4509 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 6 years ago
  73. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  74. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 6 years ago
  75. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  76. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  77. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  78. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  79. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  80. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  81. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  82. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  83. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  84. 08dfdf9 ART: Add VMRuntime.hasBootImageSpaces implementation by Andreas Gampe · 6 years ago
  85. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
  86. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  87. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  88. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  89. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  90. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  91. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  92. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  93. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  94. 0549663 Rename Thread native methods to match OpenJDK 8u121-b13 by Paul Duffin · 6 years ago
  95. 2ae301f Merge "Merge Android Pie into master" by Xin Li · 6 years ago
  96. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  97. ac42ccb Merge changes I87f2999f,I8af0e845 am: b07dcdba37 by Vladimir Marko · 6 years ago
  98. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  99. 3c57071 Merge "ART: Improve Constructor.newInstance" am: 4e2000ac8f by Andreas Gampe · 6 years ago
  100. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 7 years ago