1. c618f7c Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 7 months ago
  2. f4bd5de Touch up changes related to cross-dex compiling by Santiago Aboy Solanes · 2 years, 10 months ago
  3. e7e026b In GetDexoptNeeded, check whether the oat file was compiled without image. by Nicolas Geoffray · 2 years, 10 months ago
  4. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 11 months ago
  5. 1790532 Fix linker error in JitCompilerInterface. by Artem Serov · 3 years ago
  6. 1e10700 Move the creation of JitZygoteDoneCompilingTask out of any loop. by Nicolas Geoffray · 2 years, 11 months ago
  7. 7d2cfeb Make the notification of JIT zygote completion its own task. by Nicolas Geoffray · 2 years, 11 months ago
  8. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 11 months ago
  9. 1b3ec0f Revert^2 "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  10. 07cbc5b Revert "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  11. 0ab5b6d Reduce pauses for weak reference access by Hans Boehm · 3 years, 7 months ago
  12. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  13. 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years ago
  14. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  15. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
  16. 2041fda Fix thread pool check. by Nicolas Geoffray · 3 years ago
  17. 270a6fc Update JIT Zygote to compile methods in ART module jars. by Jiakai Zhang · 3 years ago
  18. fb8cdb5 Update JIT Zygote to support compiling the entire bootclasspath. by Jiakai Zhang · 3 years, 1 month ago
  19. 3511ab2 Make the baseline threshold based on -Xjitthreshold. am: 80f93a8013 by Nicolas Geoffray · 3 years, 1 month ago
  20. 80f93a8 Make the baseline threshold based on -Xjitthreshold. by Nicolas Geoffray · 3 years, 1 month ago
  21. e91748f Handle baseline/optimized compilation kind in the runtime. am: 8a608fab3f by Nicolas Geoffray · 3 years, 2 months ago
  22. 8a608fa Handle baseline/optimized compilation kind in the runtime. by Nicolas Geoffray · 3 years, 2 months ago
  23. 42ca2bf Simplify hotness count in baseline compiled code. am: 9e598907f2 by Nicolas Geoffray · 3 years, 2 months ago
  24. 9e59890 Simplify hotness count in baseline compiled code. by Nicolas Geoffray · 3 years, 2 months ago
  25. ffcacb7 Always access Thread state and flags as 32-bit location. am: ddf4fd3c37 by Vladimir Marko · 3 years, 2 months ago
  26. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 2 months ago
  27. 2f9aca1 Replace the nterp threshold with the warmup threshold. am: 58f916cd6c by Nicolas Geoffray · 3 years, 2 months ago
  28. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 2 months ago
  29. 347b8cc Disable JIT GC when JitAtFirstUse is enabled am: bd9e323b24 by Mythri Alle · 3 years, 2 months ago
  30. bd9e323 Disable JIT GC when JitAtFirstUse is enabled by Mythri Alle · 3 years, 2 months ago
  31. 05fbd9a Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by Xin Li · 3 years, 2 months ago
  32. 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 2 months ago
  33. bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
  34. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  35. fb9e0ca Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 3 years, 2 months ago
  36. 02e3be0 Make art_test_common_defaults inherit art_defaults. by Martin Stjernholm · 3 years, 3 months ago
  37. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 3 months ago
  38. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 4 months ago
  39. 8c63ce2 Allow PROT_EXEC on the zygote mappings when falling back to ashmem by Nicolas Geoffray · 3 years, 3 months ago
  40. b0cc592 With mainline, classes in the boot classpath that hard fail can happen. by Nicolas Geoffray · 3 years, 4 months ago
  41. 13d7a14 Pass which profile the method expects. am: ce8198e1e8 am: bdba4be1f1 by Nicolas Geoffray · 3 years, 3 months ago
  42. ce8198e Pass which profile the method expects. by Nicolas Geoffray · 3 years, 3 months ago
  43. d6b5746 Change order of creation of JIT mappings. am: c95b630423 by Nicolas Geoffray · 3 years, 3 months ago
  44. c95b630 Change order of creation of JIT mappings. by Nicolas Geoffray · 3 years, 4 months ago
  45. 55dace0 Revert "Change order of creation of JIT mappings." by Nicolas Geoffray · 3 years, 4 months ago
  46. 145fce1 Change order of creation of JIT mappings. by Nicolas Geoffray · 3 years, 4 months ago
  47. 3326fce Fix android.security.cts.FileDescriptorTest#testCLOEXEC by Hu Wang · 3 years, 5 months ago
  48. 3bc0353 Fix missing MsToNs in profile saver. by Nicolas Geoffray · 3 years, 5 months ago
  49. 11dc832 Consider the size of the reference profile when assessing IsFirstSave by Calin Juravle · 3 years, 8 months ago
  50. 45a29d9 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 8 months ago
  51. beb9f20 Consider the size of the reference profile when assessing IsFirstSave by Calin Juravle · 3 years, 8 months ago
  52. 6143748 Collect array classes in profiles. by Vladimir Marko · 3 years, 8 months ago
  53. 45e59fd Rewrite profile file format. by Vladimir Marko · 3 years, 10 months ago
  54. dd446b1 Collect array classes in profiles. by Vladimir Marko · 3 years, 8 months ago
  55. 3156695 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 8 months ago
  56. c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 10 months ago
  57. 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 8 months ago
  58. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
  59. c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 10 months ago
  60. efc03b8 Fix reported dex file size to libunwindstack. by David Srbecky · 3 years, 10 months ago
  61. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  62. e9fb3dc Store inline caches in StackHandleScope<> in HInliner. by Vladimir Marko · 3 years, 10 months ago
  63. a64c1ad Rewrite hot method info retrieval. by Vladimir Marko · 3 years, 10 months ago
  64. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 11 months ago
  65. c2f4693 Reduce string allocations in ProfileCompilationInfo. by Vladimir Marko · 3 years, 11 months ago
  66. ae7c8da Add nativeZygoteJitEnabled by Hans Boehm · 4 years ago
  67. c7ac91b [metrics] Report some ART metadata by Eric Holk · 4 years ago
  68. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
  69. 4bf753d Add two flags to customize JIT zygote. by Nicolas Geoffray · 4 years, 1 month ago
  70. e9fb153 Guard profile_cache_ with profile lock by Mathieu Chartier · 4 years, 1 month ago
  71. 1f947b4 Exclude zygote methods from FreeAllMethodHeaders DCHECK by David Srbecky · 4 years, 1 month ago
  72. af17e5f [jitzygote] Handle native methods when remapping boot image. by Nicolas Geoffray · 4 years, 1 month ago
  73. 670ff88 JIT: Only toggle write permissions in single view. by Nicolas Geoffray · 4 years, 2 months ago
  74. 85b125f Trace integer value for profilebootclasspath by Mathieu Chartier · 4 years, 3 months ago
  75. 35b132e Add trace to SampleClassesAndExecutedMethods by Mathieu Chartier · 4 years, 3 months ago
  76. 2e299f4 Handle nterp when precompiling with JIT zygote. by Nicolas Geoffray · 4 years, 3 months ago
  77. f9dbb97 Adjust JIT thread priority post-fork. by Nicolas Geoffray · 4 years, 5 months ago
  78. 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 5 months ago
  79. 60ef399 Reland "Cleanups around the creation of ProfilingInfo." by Nicolas Geoffray · 4 years, 5 months ago
  80. a996425 Revert "Cleanups around the creation of ProfilingInfo." by Lokesh Gidra · 4 years, 5 months ago
  81. 0fa304e Cleanups around the creation of ProfilingInfo. by Nicolas Geoffray · 4 years, 5 months ago
  82. b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 4 years, 5 months ago
  83. 9c7b4f1 Remove obsolete saved_entry_point field in ProfilingInfo. by Nicolas Geoffray · 4 years, 5 months ago
  84. 1a277a6 Move mterp and switch interpreter to tiered JIT. by Nicolas Geoffray · 4 years, 6 months ago
  85. 60d4abc Reland^2 "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 6 months ago
  86. 853fc2e runtime/jit: inclusive language fixes by Orion Hodson · 4 years, 6 months ago
  87. dd5db45 Revert "Reland "Cover more cases in nterp."" by Nicolas Geoffray · 4 years, 6 months ago
  88. c473dc7 Create individual counters and timers for compilation kinds. by Nicolas Geoffray · 4 years, 7 months ago
  89. f375e92 Reland "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 7 months ago
  90. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 4 years, 7 months ago
  91. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 7 months ago
  92. f8cc26e Fix a braino when marking a method as being compiled. by Nicolas Geoffray · 4 years, 7 months ago
  93. 62d33f7 Revert "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 8 months ago
  94. eb1fece Cover more cases in nterp. by Nicolas Geoffray · 4 years, 8 months ago
  95. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  96. 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 4 years, 8 months ago
  97. 12b7ea1 Handle the case a boot classpath class fails to verify. by Nicolas Geoffray · 4 years, 8 months ago
  98. 3a07909 Don't run pre-verification if the thread cannot load classes. by Nicolas Geoffray · 4 years, 8 months ago
  99. b202873 Run Java verification of mainline modules at boot time. by Nicolas Geoffray · 4 years, 9 months ago
  100. 41617b1 Add more logging and sanity checks for JIT mini-debug-info. by David Srbecky · 4 years, 10 months ago