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