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