1. 0eebdcc Fix jclass read barrier in GenericJNI. by Vladimir Marko · 3 years, 6 months ago
  2. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 3 years, 7 months ago
  3. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 7 months ago
  4. 3a8d7c2 Return null for PhantomReference.referent in Field_get() by Lokesh Gidra · 3 years, 7 months ago
  5. ae7c8da Add nativeZygoteJitEnabled by Hans Boehm · 3 years, 7 months ago
  6. e99a858 [metrics] Add GC related counters/histograms by Lokesh Gidra · 3 years, 7 months ago
  7. df69bd7 Remove Flags by Eric Holk · 3 years, 7 months ago
  8. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 7 months ago
  9. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 7 months ago
  10. 09efc16 Revert "Remove obsolete TestApiEnforcementPolicy." by satayev · 3 years, 7 months ago
  11. 74584e6 [metrics] Add ClassLoadingTotalTime counter by Eric Holk · 3 years, 7 months ago
  12. fedff51 Change runtime behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 7 months ago
  13. b6f8857 runtime: update oat_file_assistant for on device signing by Orion Hodson · 3 years, 7 months ago
  14. 0a6e9e5 [metrics] Move existing command line arguments to flags by Eric Holk · 3 years, 7 months ago
  15. 8dcdd47 Handle Reference-type object in Field_get() by Lokesh Gidra · 3 years, 7 months ago
  16. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 7 months ago
  17. 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 3 years, 7 months ago
  18. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 7 months ago
  19. 3dba023 Add a server-configurable flags API by Eric Holk · 3 years, 7 months ago
  20. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 7 months ago
  21. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 3 years, 7 months ago
  22. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 3 years, 7 months ago
  23. 2b94572 runtime: add image to gLogVerbosity template by Orion Hodson · 3 years, 7 months ago
  24. d4ff5bb Remove dalvik-pruning APIs by Calin Juravle · 3 years, 7 months ago
  25. 2807839 Add logcat message when @TestApi access is denied by Pedro Loureiro · 3 years, 8 months ago
  26. 745da80 Add Math.multiplyHigh intrinsic by Nikita Iashchenko · 3 years, 8 months ago
  27. 01cc910 Quiet unneeded warning about jdwp by Alex Light · 3 years, 7 months ago
  28. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 7 months ago
  29. 5c48df9 [verifier]: flag instruction that will throw at runtime by Nicolas Geoffray · 3 years, 7 months ago
  30. 1b3fb62 Do not dump details of OOME for thread peer. by Vladimir Marko · 3 years, 7 months ago
  31. eae6a71 Avoid an unnecessary ComputeModifiedUtf8Hash(). by Vladimir Marko · 3 years, 7 months ago
  32. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 3 years, 7 months ago
  33. b6dda5a [metrics] Report metrics at app startup completion by Eric Holk · 3 years, 7 months ago
  34. 4335474 Cache hashes of virtual methods in j.l.Object. by Vladimir Marko · 3 years, 7 months ago
  35. 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 4 years, 4 months ago
  36. ac27ac0 Implement Reference.refersTo() intrinsic. by Vladimir Marko · 3 years, 7 months ago
  37. b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 3 years, 10 months ago
  38. 8ba4de1 ART: Implement predicated SIMD vectorization. by Artem Serov · 4 years, 9 months ago
  39. 3098e36 Limit hidden api logcat logging. by Andrei Onea · 3 years, 7 months ago
  40. 9807115 Improve trace logging when loading odex files by Calin Juravle · 3 years, 7 months ago
  41. d8b153b Remove obsolete TestApiEnforcementPolicy. by Artur Satayev · 3 years, 8 months ago
  42. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 3 years, 7 months ago
  43. 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 3 years, 7 months ago
  44. 10592e3 Default jdwpOptions to suspend=n,server=y by Alex Light · 3 years, 9 months ago
  45. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 3 years, 8 months ago
  46. 35a3720 Reland "Remove obsolete code in the verifier." by Nicolas Geoffray · 3 years, 7 months ago
  47. 3a1ca40 [metrics] Add histogram statistics for reporting by Eric Holk · 3 years, 8 months ago
  48. e77141a Add debug output for bug 177816575. by Vladimir Marko · 3 years, 7 months ago
  49. 7572e76 Revert "Remove obsolete code in the verifier." by Nicolas Geoffray · 3 years, 7 months ago
  50. 42bee50 Clean up ClassLinker::LinkFields(). by Vladimir Marko · 3 years, 7 months ago
  51. c7993d5 Rewrite ClassLinker::LinkFields(). by Vladimir Marko · 3 years, 7 months ago
  52. 22538e4 Remove obsolete code in the verifier. by Nicolas Geoffray · 3 years, 7 months ago
  53. 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 3 years, 8 months ago
  54. f6510e4 Fix CardTable::Scan for short regions. by Vladimir Marko · 3 years, 7 months ago
  55. bd728b0 Add a ScopedTrace when updating code_item and entrypoint in image. by Nicolas Geoffray · 3 years, 7 months ago
  56. 04ea42c Add a new kind of verifier error with unresolved type checks. by Nicolas Geoffray · 3 years, 8 months ago
  57. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 3 years, 8 months ago
  58. 3a73ffb Revert^4 "Partial Load Store Elimination" by Alex Light · 3 years, 8 months ago
  59. e585964 When entering nterp, take a fast path for instance calls with 1 argument. by Nicolas Geoffray · 3 years, 8 months ago
  60. 791df7a Revert "Revert^2 "Partial Load Store Elimination"" by Nicolas Geoffray · 3 years, 8 months ago
  61. 805769b Remove unused flag is_zygote flag from ImageSpace. by Orion Hodson · 3 years, 8 months ago
  62. fc1ce4e Revert^2 "Partial Load Store Elimination" by Alex Light · 3 years, 8 months ago
  63. 47ac531 Revert "Partial Load Store Elimination" by Nicolas Geoffray · 3 years, 8 months ago
  64. 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 3 years, 8 months ago
  65. b8686ce Partial Load Store Elimination by Alex Light · 3 years, 10 months ago
  66. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 3 years, 8 months ago
  67. 2fb3741 Fix moving GC bugs introduced in latest nterp change. by Nicolas Geoffray · 3 years, 8 months ago
  68. 2c2724c Disable the public SDK Checker during exception throwing by Calin Juravle · 3 years, 8 months ago
  69. 6d951ca Use correct modifiers on LDR instructions. by Peter Collingbourne · 3 years, 8 months ago
  70. e3c1ede Allow reserved_ memmap to be invalid for heap test by Mathieu Chartier · 3 years, 8 months ago
  71. 808c556 Reland "Refactor code in mterp and nterp to handle all cases of missing class."" by Nicolas Geoffray · 3 years, 8 months ago
  72. 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 3 years, 8 months ago
  73. dd732cc Add an overload of ExecAndReturnCode taking a timeout by Orion Hodson · 3 years, 8 months ago
  74. 748e956 Revert "Refactor code in mterp and nterp to handle all cases of missing class." by Alex Light · 3 years, 8 months ago
  75. fa81f71 Remove the ability to load the boot image from dalvik cache by Orion Hodson · 3 years, 8 months ago
  76. 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 3 years, 8 months ago
  77. f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 3 years, 8 months ago
  78. 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 3 years, 9 months ago
  79. 5bb354f Revert^4 "[metrics] Add file output support" by Eric Holk · 3 years, 8 months ago
  80. ec38967 Implement Reference.refersTo() in UnstartedRuntime. by Vladimir Marko · 3 years, 8 months ago
  81. 3f2980f Refactor code in mterp and nterp to handle all cases of missing class. by Nicolas Geoffray · 3 years, 8 months ago
  82. c26c640 Minor formatting fixes in handle_scope-inl.h by Alex Light · 3 years, 8 months ago
  83. f8567b5 Revert "Revert^2 "[metrics] Add file output support"" by Nicolas Geoffray · 3 years, 8 months ago
  84. 0ddba9a Support null-filled HandleScopes without mutator_lock_ by Alex Light · 3 years, 8 months ago
  85. 8ef84f2 Revert^2 "[metrics] Add file output support" by Eric Holk · 3 years, 8 months ago
  86. c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 3 years, 8 months ago
  87. 8388148 Rewrite method matching in UnstartedRuntime. by Vladimir Marko · 3 years, 8 months ago
  88. 7d4a71e Don't wrap exception when transaction is aborted by liulvping · 3 years, 8 months ago
  89. 72d3195 Fix error message logging in `art::gc::space::ImageSpace::LoadBootImage`. by Roland Levillain · 3 years, 8 months ago
  90. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 3 years, 8 months ago
  91. 98873af arm64: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 3 years, 9 months ago
  92. 771708f Avoid growing boot class path for --single-image compiled images by Orion Hodson · 3 years, 8 months ago
  93. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 3 years, 8 months ago
  94. 4ebb99c Fully honor the "WithChecks" in the alloc entrypoints. by Nicolas Geoffray · 3 years, 8 months ago
  95. 755b533 Add newStringFromUtf8Bytes native implementation. by Rock.Yeh · 3 years, 8 months ago
  96. aa027b8 Fix Entry in CheckVTableHasNoDuplicates(). by Vladimir Marko · 3 years, 8 months ago
  97. 54ed015 Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp. by Nicolas Geoffray · 3 years, 9 months ago
  98. bd57059 Handle missing methods in compiler and nterp. by Nicolas Geoffray · 3 years, 9 months ago
  99. 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 3 years, 9 months ago
  100. 5bcdd17 Remove unused VERIFY_ERROR_NO_FIELD. by Nicolas Geoffray · 3 years, 9 months ago