1. 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 4 years, 10 months ago
  2. af9ab6d art: extend the supported cpu_variant list for arm64 by Chuwei Xu · 4 years, 10 months ago
  3. 682715e Set system server package name to "android" when profiling by Calin Juravle · 4 years, 10 months ago
  4. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 4 years, 10 months ago
  5. 681692b ARM64: FP16.rint() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  6. 665aac4 ARM64: FP16.ceil() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  7. b9f02c2 ARM64: FP16.floor() intrinsic for ARMv8 by Usama Arif · 4 years, 10 months ago
  8. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 4 years, 10 months ago
  9. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 4 years, 10 months ago
  10. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 4 years, 10 months ago
  11. 2764f61 MethodHandles: fix missing nominal type return value conversion by Orion Hodson · 4 years, 10 months ago
  12. 1c5949e libicu_jni needs to be initialized before libopenjdk{d} by Victor Chang · 4 years, 10 months ago
  13. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 4 years, 10 months ago
  14. d3d00c0 Refactor oat.h. by Vladimir Marko · 4 years, 10 months ago
  15. 267366c Only allow access to @TestApi signatures in instrumented processes. by Artur Satayev · 4 years, 10 months ago
  16. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  17. add69ac Revert^2 "Revoke CC's thread-local mark stack in ~Thread" by Lokesh Gidra · 4 years, 10 months ago
  18. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  19. acdb9a3 Plumb @TestApi enforcement policy to runtime. by Artur Satayev · 4 years, 10 months ago
  20. 4c6d765 Make GetBytesAllocatedEver() monotonic by Hans Boehm · 4 years, 10 months ago
  21. 93e5ae9 Revert "Revoke thread-local mark stack for CC in ~Thread" by Nicolas Geoffray · 4 years, 10 months ago
  22. 129d61b Revoke thread-local mark stack for CC in ~Thread by Lokesh Gidra · 4 years, 10 months ago
  23. 3314457 Remove unused MethodInspectionCallback declaration by Mathieu Chartier · 4 years, 10 months ago
  24. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 4 years, 10 months ago
  25. ccc7519 Avoid making oat files executable for system server profiling by Mathieu Chartier · 4 years, 10 months ago
  26. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  27. 831f20f Don't use F_SEAL_FUTURE_WRITE for boot image methods. by Nicolas Geoffray · 4 years, 10 months ago
  28. 382df39 Add consistency CHECKs around ArtMethod fields. by Nicolas Geoffray · 4 years, 10 months ago
  29. 9f459c4 Revert "Boot image extension." by Colin Cross · 4 years, 10 months ago
  30. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  31. 3155aa4 Add DCHECK that Allocation PreFenceVisitors do not suspend by Alex Light · 4 years, 10 months ago
  32. 014c16c Revert "Enable JIT dual data mapping." by David Srbecky · 4 years, 10 months ago
  33. 201ffea Add tests for GreylistMaxQ. by Artur Satayev · 4 years, 10 months ago
  34. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 4 years, 10 months ago
  35. 8e23d38 [jitzygote] Suspend all threads when remapping boot image methods. by Nicolas Geoffray · 4 years, 10 months ago
  36. 4b79501 Remove unused art::mirror::MethodHandle::GetTargetClass by Orion Hodson · 4 years, 10 months ago
  37. 8852e53 [jitzygote] Remap boot boot image methods in zygote when single-threaded. by Nicolas Geoffray · 4 years, 10 months ago
  38. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  39. e3884e3 [jitzygote] Map the boot image fd after the contents have been written. by Nicolas Geoffray · 4 years, 10 months ago
  40. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 4 years, 11 months ago
  41. 7f958e3 Revert^2 "ARM64: toHalf() intrinsic for ARMv8" by Vladimir Marko · 4 years, 11 months ago
  42. faeaeaf Print mark stack address in ~Thread() by Lokesh Gidra · 4 years, 11 months ago
  43. 409736f Do backtrace collection while holding lock by Mathieu Chartier · 4 years, 11 months ago
  44. 1b13d28 Improve diagnostic messages for reading image header. by Vladimir Marko · 4 years, 11 months ago
  45. dee09f9 Add the compiler filter to InMemoryDexClassLoader backed by oat files. by Nicolas Geoffray · 4 years, 11 months ago
  46. c3c7eb0 Remove obsolete patchoat-related code from dexopt_test. by Vladimir Marko · 4 years, 11 months ago
  47. 67bf99b Revert "ARM64: toHalf() intrinsic for ARMv8" by Vladimir Marko · 4 years, 11 months ago
  48. 2cc0c0f ARM64: toHalf() intrinsic for ARMv8 by Usama Arif · 4 years, 11 months ago
  49. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 4 years, 11 months ago
  50. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 4 years, 11 months ago
  51. e41eec3 Fix deadlock in ThreadList::RunCheckpoint(). by Vladimir Marko · 4 years, 11 months ago
  52. 289e712 pooled_mark_stacks: Add extra logging by Lokesh Gidra · 4 years, 11 months ago
  53. ad390fa Use GC exclusion for NotifyStartupCompleted by Mathieu Chartier · 4 years, 11 months ago
  54. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 4 years, 11 months ago
  55. 697fe5c JIT mini-debug-info: Append packed entries towards end. by David Srbecky · 5 years ago
  56. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 4 years, 11 months ago
  57. 44465f7 Add checks for pooled_mark_stacks in CC GC by Lokesh Gidra · 4 years, 11 months ago
  58. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 5 years ago
  59. 63f712f Switch interpreter: Split the method in ASAN to avoid huge frames by David Srbecky · 5 years ago
  60. 65ae669 Add jni libicu_jni library into ART APEX by Victor Chang · 5 years ago
  61. 47d2947 Revert "Improve stack unwinding during gcstress tests." by David Srbecky · 5 years ago
  62. 08dcf15 Revert "gcstress: Limit the number of unwinds." by David Srbecky · 5 years ago
  63. 52c7e98 gcstress: Limit the number of unwinds. by David Srbecky · 5 years ago
  64. e828ea0 Make bitmap constants more explicit. by Florian Mayer · 5 years ago
  65. adb66f9 Revert^2 "JIT: Separate code allocation and initialization." by David Srbecky · 5 years ago
  66. ff25806 jitzygote: only copy contents if they differ. by Nicolas Geoffray · 5 years ago
  67. 63b0c26 Revert "JIT: Separate code allocation and initialization." by Nicolas Geoffray · 5 years ago
  68. e1b36f0 JIT: Separate code allocation and initialization. by David Srbecky · 5 years ago
  69. 5ee206f Make LinkMethods setup the entrypoint like image_writer. by Nicolas Geoffray · 5 years ago
  70. 9bee62a JIT mini-debug-info: Compression micro-optimization. by David Srbecky · 5 years ago
  71. 444e998 JIT mini-debug-info: Generate the debug info sooner. by David Srbecky · 5 years ago
  72. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  73. 49df715 Handle MethodHandle call to non-default interface methods by Alex Light · 5 years ago
  74. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
  75. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  76. 623d4f1 Share boot image methods memory in JIT zygote. by Nicolas Geoffray · 5 years ago
  77. 94af582 JIT mini-debug-info: Add back timestamps. by David Srbecky · 5 years ago
  78. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  79. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  80. f70dfec Attach the running bitness to the boot image profile by Calin Juravle · 5 years ago
  81. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  82. 00b8d45 Remove the leading '/' in jit zygote memfd/ashmem names. by Nicolas Geoffray · 5 years ago
  83. f3a1a29 Annotate boot profiles with the origin package names by Calin Juravle · 5 years ago
  84. 86bf2fe Remove too agressive DCHECK. by Nicolas Geoffray · 5 years ago
  85. d5fe17e Fix incorrect narrowing type cast by Yi Kong · 5 years ago
  86. 4090657 Deoptimize boot image when profiling boot class path by Mathieu Chartier · 5 years ago
  87. 19cb8e2 Lower the check to class is initialized. by Nicolas Geoffray · 5 years ago
  88. de05550 Use ClassStatus::kVisiblyInitialized in reflection. by Vladimir Marko · 5 years ago
  89. fd64e56 Move to bionic platform include. by Christopher Ferris · 5 years ago
  90. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  91. 371390f Call NativeDebugInfoPostFork in the child post-fork. by Nicolas Geoffray · 5 years ago
  92. b096c91 Correctly perform read-barriers on cross-thread reg access by Alex Light · 5 years ago
  93. 621afb4 Avoid linking libdexfile_support into static executables. by Martin Stjernholm · 5 years ago
  94. 4ad9521 Make explicit which methods retrieve info about *hot* methods by Calin Juravle · 5 years ago
  95. 1061c7d Clean up profile AddMethod APIs by Calin Juravle · 5 years ago
  96. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  97. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  98. 38cf110 Process method flags uniformly in the profile by Calin Juravle · 5 years ago
  99. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  100. 1550a66 JIT mini-debug-info: Add support for zygote shared memory by David Srbecky · 5 years ago