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