1. 7b97aeb Remove class root duplicates from well known classes. by Vladimir Marko · 2 years, 4 months ago
  2. 76e8795 Make compiler/jni/ symbols hidden. by Vladimir Marko · 2 years, 4 months ago
  3. bab6beb Update method exit hooks from JITed code to not use Stack visitor by Mythri Alle · 2 years, 5 months ago
  4. 5b263ae Call method entry hooks only when we have method entry listeners by Mythri Alle · 2 years, 5 months ago
  5. ba5cc5b Revert^2 "Don't wait with mutator lock"" by Hans Boehm · 2 years, 6 months ago
  6. 65429ce Fix gtest failures due to userfaultfd GC by Lokesh Gidra · 2 years, 10 months ago
  7. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  8. d9e8377 Reland "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  9. 26aef12 Revert "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  10. fc067a3 Introduce a flag to check if JITed code has instrumentation support by Mythri Alle · 3 years ago
  11. 5eb7ad2 Reland^2 "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  12. 1d1d25e Revert "Reland "Don't use instrumentation stubs for native methods in debuggable"" by Mythri Alle · 2 years, 9 months ago
  13. 6fb0acc Reland "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  14. 5c9b55a Revert "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  15. 90f1267 Don't use instrumentation stubs for native methods in debuggable by Mythri Alle · 2 years, 10 months ago
  16. c2632ac Reland^3 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 2 years, 10 months ago
  17. fb1b08c Revert "Reland^2 "Don't use AOT code for native methods for java debuggable runtime"" by Mythri Alle · 2 years, 10 months ago
  18. 5da52cd Reland^2 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 2 years, 11 months ago
  19. e953942 Revert^2 "Pass `ArenaAllocator` to JNI compiler." by Vladimir Marko · 3 years ago
  20. aa5a644 Revert "Pass `ArenaAllocator` to JNI compiler." by Santiago Aboy Solanes · 3 years ago
  21. 601f4e9 Pass `ArenaAllocator` to JNI compiler. by Vladimir Marko · 3 years ago
  22. 872ec72 Update compiler/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 3 years, 1 month ago
  23. e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 3 years, 3 months ago
  24. 2ab607a JNI/x86: Fix art_jni_unlock_object_no_inline. by Vladimir Marko · 3 years, 3 months ago
  25. 2cdb367 JNI: Fix failure to unlock for pending exception. by Vladimir Marko · 3 years, 3 months ago
  26. ce2a344 JNI: Inline fast-path for `JniMethodStart()`. by Vladimir Marko · 3 years, 4 months ago
  27. 3a50f34 Add tests for `art_jni_{lock,unlock}_object`. by Vladimir Marko · 3 years, 3 months ago
  28. 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 7 years ago
  29. 8439e45 Clean up JNI entrypoint assembly. by Vladimir Marko · 3 years, 4 months ago
  30. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 4 months ago
  31. 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 4 months ago
  32. 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 4 months ago
  33. c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 3 years, 4 months ago
  34. c14f47d JNI: Improve argument passing for normal native. by Vladimir Marko · 3 years, 4 months ago
  35. d3aaf94 JNI: Move args in registers for @FastNative. by Vladimir Marko · 3 years, 5 months ago
  36. ad33392 JNI: Rewrite read barrier slow path. by Vladimir Marko · 3 years, 5 months ago
  37. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 5 months ago
  38. 2ca0900 Revert "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 5 months ago
  39. 64d6e18 JNI: Remove `JniMethodFast{Start,End}()`. by Vladimir Marko · 3 years, 5 months ago
  40. c8c2bb6 JNI compiler: Rewrite exception polling. by Vladimir Marko · 3 years, 5 months ago
  41. d95a1f2 Inline IRT frame push/pop into JNI stubs. by Vladimir Marko · 4 years ago
  42. 4d29efc Remove unused fields in Thread. by Nicolas Geoffray · 3 years, 5 months ago
  43. 5f340ff JNI: Use callee-save register for IRT cookie. by Vladimir Marko · 4 years ago
  44. 93fc098 Mark jclass in JNI stubs in a slow path. by Vladimir Marko · 4 years ago
  45. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 4 years, 1 month ago
  46. 2cefb3b x86: Fix CriticalNative argument spilling in JNI stubs. by Vladimir Marko · 4 years, 1 month ago
  47. 853367b arm: Fix and improve JNI frame entry/exit. by Vladimir Marko · 4 years, 2 months ago
  48. 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 8 months ago
  49. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 8 months ago
  50. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 8 months ago
  51. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 10 months ago
  52. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 11 months ago
  53. 0300822 Move @CriticalNative arguments in registers. by Vladimir Marko · 5 years ago
  54. e42876f Minor improvements in JNI assemblers. by Vladimir Marko · 5 years ago
  55. 662f12e Move entry spills determination to JNI compiler. by Vladimir Marko · 5 years ago
  56. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  57. 2c8123c Remove MIPS support from JNI/trampoline compiler. by Vladimir Marko · 5 years ago
  58. 948f062 jni: Fix templates for clang-r377782 update. by Yabin Cui · 5 years ago
  59. 1c3c106 jni: Do not create a managed frame for @CriticalNative. by Vladimir Marko · 5 years ago
  60. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
  61. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  62. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  63. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  64. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 6 years ago
  65. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  66. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  67. 457a017 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  68. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  69. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  70. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 6 years ago
  71. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  72. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  73. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  74. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  75. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  76. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  77. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  78. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  79. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  80. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  81. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  82. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  83. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  84. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  85. ef01222 Fix typos. by Roland Levillain · 8 years ago
  86. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  87. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  88. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  89. 7bdc6e7 ART: Minor refactoring of JNI stub compilation. by Vladimir Marko · 7 years ago
  90. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  91. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  92. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  93. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  94. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
  95. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  96. 217d6d3 ART: Remove old code by Andreas Gampe · 7 years ago
  97. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  98. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  99. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  100. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 8 years ago