1. 5f340ff JNI: Use callee-save register for IRT cookie. by Vladimir Marko · 3 years, 6 months ago
  2. 93fc098 Mark jclass in JNI stubs in a slow path. by Vladimir Marko · 3 years, 7 months ago
  3. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 7 months ago
  4. 2cefb3b x86: Fix CriticalNative argument spilling in JNI stubs. by Vladimir Marko · 3 years, 7 months ago
  5. 853367b arm: Fix and improve JNI frame entry/exit. by Vladimir Marko · 3 years, 8 months ago
  6. 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 2 months ago
  7. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 2 months ago
  8. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 2 months ago
  9. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 4 months ago
  10. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 5 months ago
  11. 0300822 Move @CriticalNative arguments in registers. by Vladimir Marko · 4 years, 7 months ago
  12. e42876f Minor improvements in JNI assemblers. by Vladimir Marko · 4 years, 7 months ago
  13. 662f12e Move entry spills determination to JNI compiler. by Vladimir Marko · 4 years, 7 months ago
  14. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 7 months ago
  15. 2c8123c Remove MIPS support from JNI/trampoline compiler. by Vladimir Marko · 4 years, 7 months ago
  16. 948f062 jni: Fix templates for clang-r377782 update. by Yabin Cui · 4 years, 8 months ago
  17. 1c3c106 jni: Do not create a managed frame for @CriticalNative. by Vladimir Marko · 4 years, 10 months ago
  18. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 5 years ago
  19. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  20. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 5 years ago
  21. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  22. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 6 years ago
  23. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  24. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  25. 457a017 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  26. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  27. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  28. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 6 years ago
  29. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  30. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 6 years ago
  31. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 6 years ago
  32. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  33. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  34. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  35. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  36. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 6 years ago
  37. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 6 years ago
  38. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  39. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  40. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  41. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  42. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  43. ef01222 Fix typos. by Roland Levillain · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  46. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  47. 7bdc6e7 ART: Minor refactoring of JNI stub compilation. by Vladimir Marko · 7 years ago
  48. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  49. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  50. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  51. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  52. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 7 years ago
  53. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  54. 217d6d3 ART: Remove old code by Andreas Gampe · 7 years ago
  55. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  56. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 7 years ago
  57. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  58. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  59. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  60. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  61. 6d729a7 Introduce a Marking Register in ARM code generation. by Roland Levillain · 7 years ago
  62. af24def Fix ART ARM64 CFI gtests with GCs other than CC with Baker read barriers. by Roland Levillain · 7 years ago
  63. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 7 years ago
  64. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  65. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  66. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  67. 1b8464d MIPS32: Pass more arguments in registers. by Alexey Frunze · 8 years ago
  68. 8eaa426 Merge "[MIPS64] JNI Compiler: compiler independent test" by Treehugger Robot · 8 years ago
  69. c180a1b Merge "jni: Add @CriticalNative support for MIPS32/MIPS64" by Treehugger Robot · 8 years ago
  70. 837e72a [MIPS64] JNI Compiler: compiler independent test by Pavle Batuta · 9 years ago
  71. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  72. 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
  73. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago
  74. 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 8 years ago
  75. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  76. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 8 years ago
  77. 480ddd6 Merge "Replace StackHandleScopeCollection with VariableSizedHandleScope" by Mathieu Chartier · 8 years ago
  78. 6f029d9 jni: Disable FastNative path for methods returning objects by Igor Murashkin · 8 years ago
  79. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  80. 1e0d8ce Merge "Enable generic JNI tests for MIPS32" by Treehugger Robot · 8 years ago
  81. 4229811 test: Fix jni_compiler_test for const correctness by Igor Murashkin · 8 years ago
  82. cc8b04e jni: Add @CriticalNative support for MIPS32/MIPS64 by Goran Jakovljevic · 8 years ago
  83. a51d8b7 jni: Test that pushed handle scopes are popped after JNI transitions by Igor Murashkin · 8 years ago
  84. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  85. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  86. 294a915 jni: test CriticalNative with generic jni by Igor Murashkin · 8 years ago
  87. b982c38 Enable generic JNI tests for MIPS32 by Goran Jakovljevic · 8 years ago
  88. 06a04e0 jni: Implement generic JNI support for @CriticalNative/@FastNative by Igor Murashkin · 8 years ago
  89. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  90. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  91. 57eb0f5 MIPS32: Fill branch delay slots by Alexey Frunze · 8 years ago
  92. a75b01a Fix building tests with partial arch codegen support by Colin Cross · 8 years ago
  93. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  94. 3b165bc ART: Extract macro assembler by Andreas Gampe · 8 years ago
  95. 3a656e1 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 8 years ago
  96. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  97. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  98. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  99. 5edb063 Fix check_jni_compiler tests by Dimitry Ivanov · 8 years ago
  100. 457bc24 Revert "Disable tests after latest nativeloader changes." by Dimitry Ivanov · 8 years ago