1. 5f3c7eb Pass read barrier option to `ArtMethod::GetObsoleteDexCache()`. by Vladimir Marko · 2 years, 3 months ago
  2. addc2d1 Change remaining well known methods to `ArtMethod*`. by Vladimir Marko · 2 years, 3 months ago
  3. b6f965d Change well known class loader methods to `ArtMethod*`. by Vladimir Marko · 2 years, 3 months ago
  4. b3afa08 Add helpers for classes from well known fields/methods. by Vladimir Marko · 2 years, 3 months ago
  5. f7bd1fa Change well known thread methods to `ArtMethod*`. by Vladimir Marko · 2 years, 4 months ago
  6. 4e0b5d7 Clean up decoding well-known classes. by Vladimir Marko · 2 years, 4 months ago
  7. 00ca1b5 Revert "Merge libart and libart-compiler into a single library" by Dmitrii Ishcheikin · 2 years, 4 months ago
  8. 2b7be1e Merge libart and libart-compiler into a single library by Dmitrii Ishcheikin · 2 years, 5 months ago
  9. 1285ef9 Don't update listeners / instrumentation levels when shutting down by Mythri Alle · 2 years, 4 months ago
  10. f2a1e0f Remove stale dependencies on libart(d)-dexlayout. by Martin Stjernholm · 2 years, 4 months ago
  11. 0db9605 Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 4 months ago
  12. a23d325 Revert^4 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 5 months ago
  13. 6178f46 Change well known `Thread` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  14. 5be5ce7 Reland "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  15. 839193e Revert "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  16. afe6902 Change well known `ClassLoader` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  17. ebd7640 Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  18. fd20a74 Revert^2 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  19. 8752560 Avoid dangling pointers in DexCache in jvmti redefinition. by Nicolas Geoffray · 2 years, 5 months ago
  20. be282e1 Reland^2 "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 5 months ago
  21. 606bd94 Update native GC roots page-by-page by Lokesh Gidra · 2 years, 9 months ago
  22. aebf927 Correctly handle non-invokable methods in InitializeMethodsCode by Mythri Alle · 2 years, 6 months ago
  23. e5ac3b2 Make version explicit. by Bob Badour · 2 years, 5 months ago
  24. 508648d Sweep interpreter caches using checkpoint during GC by Lokesh Gidra · 2 years, 6 months ago
  25. 28443a7 Use side vector while sweeping jvmti-weak-table by Lokesh Gidra · 2 years, 6 months ago
  26. 778800e Revert "Reland "Update instrumentation support for non-java debuggable runtimes"" by Mythri Alle · 2 years, 6 months ago
  27. 7c8835d Revert "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  28. 7c39c86 Thread suspension cleanup and deadlock fix by Hans Boehm · 2 years, 8 months ago
  29. 322ef18 Reland "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 7 months ago
  30. 28451dc Fix `ClassLinker::AppendToBootClassPath` usages. by Jiakai Zhang · 2 years, 6 months ago
  31. 94383b4 Fix bugprone-unused-return-value clang-tidy issues by Stefano Cianciulli · 2 years, 6 months ago
  32. bbd1e63 art: fix -Wdefaulted-function-deleted warnings. by Krzysztof Kosiński · 2 years, 7 months ago
  33. 7a5a95f Add a helper class OfaContext for OatFileAssistant. by Jiakai Zhang · 2 years, 7 months ago
  34. 0e520aa When creating a new cookie for a java dex file, determine whether it is the same java dex file by zhaoxuyang.6 · 2 years, 7 months ago
  35. 7cc22bb Revert "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 7 months ago
  36. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  37. 5316aea Make moving space compaction concurrent using userfaultfd by Lokesh Gidra · 3 years ago
  38. 6ecfa91 Update instrumentation support for non-java debuggable runtimes by Mythri Alle · 2 years, 7 months ago
  39. d9e8377 Reland "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  40. 26aef12 Revert "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  41. fc067a3 Introduce a flag to check if JITed code has instrumentation support by Mythri Alle · 3 years ago
  42. 2de4a82 Fix performance-noexcept-move-constructor clang-tidy issues by Stefano Cianciulli · 2 years, 8 months ago
  43. 5ff074b Set the declaring class of obsolete ArtMethods during redefinition by Mythri Alle · 2 years, 8 months ago
  44. b57731e Cleanup around method inspection callbacks by Mythri Alle · 2 years, 9 months ago
  45. 86c4b39 Fix modernize-use-using clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  46. bc0318a Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  47. 72c64a7 Revert "Reland "Don't install instrumentation stubs for single thread deopts"" by Mythri Alle · 2 years, 9 months ago
  48. 582eb8b Reland "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  49. 2260840 Revert "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  50. e32c970 Don't install instrumentation stubs for single thread deopts by Mythri Alle · 2 years, 9 months ago
  51. 505e1b4 Remove unused this in method unwind callback by Mythri Alle · 2 years, 10 months ago
  52. c858e56 Remove obsolete code on lazy dequickening. by Nicolas Geoffray · 3 years ago
  53. 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 3 years, 1 month ago
  54. ad67bbb Simplify class redefinition. by Nicolas Geoffray · 3 years, 1 month ago
  55. ce73d81 Revert "Don't use sigsegv handler for jvmti." by Muhammad Qureshi · 3 years, 1 month ago
  56. a8ee39d Don't use sigsegv handler for jvmti. by Nicolas Geoffray · 3 years, 1 month ago
  57. b81df96 Update license definitions under art/ by Colin Cross · 3 years, 1 month ago
  58. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 2 months ago
  59. 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years, 2 months ago
  60. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years, 2 months ago
  61. fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 3 months ago
  62. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 2 months ago
  63. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years, 2 months ago
  64. 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years, 2 months ago
  65. ba86008 Cleanup enabling / disabling deoptimization support by Mythri Alle · 3 years, 2 months ago
  66. b087bb2 Abort redefinition if we failed to acquire class object by ShuJieWang · 3 years, 3 months ago
  67. e91532e Reland "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 3 months ago
  68. 2b3cea9 Revert "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 3 months ago
  69. 4ac8cfe Remove Instrumentation::can_use_instrumentation_trampolines_. by Nicolas Geoffray · 3 years, 3 months ago
  70. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 3 months ago
  71. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 4 months ago
  72. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 4 months ago
  73. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 4 months ago
  74. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 4 months ago
  75. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 5 months ago
  76. dc744e5 Revert "Disable kEnableOnDemandDexDequicken." by Roland Levillain · 3 years, 5 months ago
  77. a32d2d8 Disable kEnableOnDemandDexDequicken. by Nicolas Geoffray · 3 years, 5 months ago
  78. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 5 months ago
  79. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 5 months ago
  80. 139a5b9 Revert "Remove lazy dequickening." by Jack Nudelman · 3 years, 5 months ago
  81. 437144b Remove lazy dequickening. by Nicolas Geoffray · 3 years, 5 months ago
  82. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 5 months ago
  83. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 4 years ago
  84. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 5 months ago
  85. 073885c Fix art compiling against musl by Colin Cross · 3 years, 6 months ago
  86. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 6 months ago
  87. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 3 years, 8 months ago
  88. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 8 months ago
  89. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 8 months ago
  90. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 8 months ago
  91. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 9 months ago
  92. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 10 months ago
  93. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 10 months ago
  94. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 4 years ago
  95. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 4 years ago
  96. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 4 years ago
  97. 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 4 years ago
  98. 11943fc Move dex file registration in ti_redefine. by David Srbecky · 4 years ago
  99. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 4 years ago
  100. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 4 years ago