1. 68e8a7c Clean up JniMethodStart(). by Vladimir Marko · 5 years ago
  2. c714f40 Fix crash on error paths from GenericJNI trampoline. by Vladimir Marko · 5 years ago
  3. 0eebdcc Fix jclass read barrier in GenericJNI. by Vladimir Marko · 5 years ago
  4. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 5 years ago
  5. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 5 years ago
  6. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 5 years ago
  7. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 5 years ago
  8. 4ebb99c Fully honor the "WithChecks" in the alloc entrypoints. by Nicolas Geoffray · 5 years ago
  9. 4b9f86b Cyclic-includes should be avoided by Alex Light · 6 years ago
  10. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 6 years ago
  11. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 6 years ago
  12. 1de6f01 Another fix for the resolution trampoline and invokesuper. by Nicolas Geoffray · 6 years ago
  13. 25b9c7d Don't store copied methods in BSS. by Nicolas Geoffray · 6 years ago
  14. 1fef877 Handle more cases of super calls in the compiler. by Nicolas Geoffray · 6 years ago
  15. b839c49 Use the resolved method of an invoke super when updating BSS. by Nicolas Geoffray · 6 years ago
  16. d5bcc72 More inclusive language updates by Orion Hodson · 6 years ago
  17. 6aaa49d Inclusive language fixes by Orion Hodson · 6 years ago
  18. 346fd96 More inclusive language in the runtime by David Srbecky · 6 years ago
  19. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
  20. 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 6 years ago
  21. 50df0c4 Adjust code lookup logic in artQuickResolutionTrampoline. by Nicolas Geoffray · 6 years ago
  22. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 6 years ago
  23. c4b8310 Do not update method's entrypoint in resolution trampoline. by Vladimir Marko · 6 years ago
  24. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 6 years ago
  25. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 6 years ago
  26. 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 6 years ago
  27. d8fd599 Reland^2 "Add consistency CHECKs around ArtMethod fields." by Nicolas Geoffray · 6 years ago
  28. 5945de0 Revert "Revert "Revert "Add consistency CHECKs around ArtMethod fields.""" by Nicolas Geoffray · 6 years ago
  29. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 6 years ago
  30. f994025 Revert "Revert "Add consistency CHECKs around ArtMethod fields."" by Nicolas Geoffray · 6 years ago
  31. 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 6 years ago
  32. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 6 years ago
  33. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 6 years ago
  34. 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 6 years ago
  35. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 6 years ago
  36. fc58809 Remove old JDWP implementation from ART by Alex Light · 6 years ago
  37. eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 6 years ago
  38. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 7 years ago
  39. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 7 years ago
  40. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 7 years ago
  41. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 7 years ago
  42. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 7 years ago
  43. d3d00c0 Refactor oat.h. by Vladimir Marko · 7 years ago
  44. 382df39 Add consistency CHECKs around ArtMethod fields. by Nicolas Geoffray · 7 years ago
  45. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 7 years ago
  46. 623d4f1 Share boot image methods memory in JIT zygote. by Nicolas Geoffray · 7 years ago
  47. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 7 years ago
  48. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 7 years ago
  49. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 7 years ago
  50. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 7 years ago
  51. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 7 years ago
  52. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 7 years ago
  53. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 7 years ago
  54. b7c640d JVMTI Force early return by Alex Light · 7 years ago
  55. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 7 years ago
  56. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 9 years ago
  57. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 7 years ago
  58. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 7 years ago
  59. 21a6ec5 ART: Add VLOG to GenericJNI by Andreas Gampe · 7 years ago
  60. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 7 years ago
  61. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 7 years ago
  62. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 7 years ago
  63. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 7 years ago
  64. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 7 years ago
  65. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 7 years ago
  66. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 7 years ago
  67. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 7 years ago
  68. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 7 years ago
  69. 62e7c09 Put the deoptimized method in the trace tag. by Nicolas Geoffray · 7 years ago
  70. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 8 years ago
  71. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 8 years ago
  72. 076c9da Merge "Use ArtMethod::GetDexFile() instead of using declaring class." by Vladimir Marko · 8 years ago
  73. 7e09737 Use ArtMethod::GetDexFile() instead of using declaring class. by Vladimir Marko · 8 years ago
  74. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 8 years ago
  75. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 8 years ago
  76. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  77. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 8 years ago
  78. ce32c10 Rewrite mterp field access helpers by David Srbecky · 8 years ago
  79. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  80. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 8 years ago
  81. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 8 years ago
  82. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 8 years ago
  83. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 8 years ago
  84. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  85. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 8 years ago
  86. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  87. c916736 Ensure proxy methods are reported by instrumentation by Alex Light · 8 years ago
  88. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 8 years ago
  89. 93bd361 Use iterators to access stack map data. by David Srbecky · 8 years ago
  90. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 8 years ago
  91. c97946c Allow jumping back to interpreter in instrumentation entrypoint. by Alex Light · 8 years ago
  92. 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 8 years ago
  93. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  94. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 8 years ago
  95. f51359e Merge "Remove depth argument from InlineInfo accessors in stack maps." by Treehugger Robot · 8 years ago
  96. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 8 years ago
  97. 18090d1 Refactor String resolution. by Vladimir Marko · 8 years ago
  98. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 8 years ago
  99. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 8 years ago
  100. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 8 years ago