1. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 10 months ago
  2. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  3. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  4. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  5. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  6. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  7. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  8. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  9. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 5 years ago
  10. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  11. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  12. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 5 years ago
  13. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 5 years ago
  14. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  15. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  16. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  17. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  18. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  19. 6c2b86e Cache the ImtTable index in the interpreter. by David Srbecky · 6 years ago
  20. 9293b53 Merge "Only warn if a pre-P app overrides inlined methods at runtime" by David Brazdil · 6 years ago
  21. c853eed Use the small thread-local cache for mterp invokes. by David Srbecky · 6 years ago
  22. 494b12c Only warn if a pre-P app overrides inlined methods at runtime by David Brazdil · 6 years ago
  23. ce32c10 Rewrite mterp field access helpers by David Srbecky · 6 years ago
  24. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
  25. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  26. 93bd361 Use iterators to access stack map data. by David Srbecky · 6 years ago
  27. f51359e Merge "Remove depth argument from InlineInfo accessors in stack maps." by Treehugger Robot · 6 years ago
  28. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 6 years ago
  29. 18090d1 Refactor String resolution. by Vladimir Marko · 6 years ago
  30. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  31. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  32. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  33. 63a9f3e AOT inlined method lookup should stay within dex file. by Vladimir Marko · 6 years ago
  34. 5b4b9a0 Add extra logging for bug 74410240. by Vladimir Marko · 7 years ago
  35. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  36. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  37. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  38. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  39. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  40. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  41. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  42. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  43. 302f69c Fix race in artInvokeInterfaceTrampoline(). by Vladimir Marko · 7 years ago
  44. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  45. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  46. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 7 years ago
  47. c1d4cd7 ART: Fix Mac build by Andreas Gampe · 7 years ago
  48. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  49. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  50. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  51. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  52. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  53. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  54. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  55. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  56. 20eb58e Use dex cache for GetResolvedMethod by Mathieu Chartier · 8 years ago
  57. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  58. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  59. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  60. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  61. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  62. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  63. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  64. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  65. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  66. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  67. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  68. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  69. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  70. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  71. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  72. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  73. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  74. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  75. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  76. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  77. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  78. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  79. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  80. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  81. be08cf5 Fix moving GC bugs in entrypoints by Mathieu Chartier · 8 years ago
  82. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  83. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  84. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  85. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  86. db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 8 years ago
  87. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  88. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  89. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  90. 5aef803 Merge "Never go to resolution while inspecting inlined frames." by Nicolas Geoffray · 8 years ago
  91. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  92. 2a1b7ac Fix divergence between interpreter and compiler. by Aart Bik · 8 years ago
  93. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  94. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  95. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  96. badee98 Optimize IMT by Nelli Kim · 8 years ago
  97. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  98. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  99. 45bf250 Add way to disable resolving for stack walk by Mathieu Chartier · 8 years ago
  100. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago