1. d625158 Add ClassExt mirror. by Alex Light · 8 years ago
  2. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  3. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  4. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  5. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  6. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  7. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  8. eb242cd Merge "Save the non-verified classes in the VerifierDeps." by Nicolas Geoffray · 8 years ago
  9. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  10. 168c58c Merge "Reduce number of physical pages used for DexCache's arrays" by Treehugger Robot · 8 years ago
  11. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  12. b3ac45b Reduce number of physical pages used for DexCache's arrays by Artem Udovichenko · 8 years ago
  13. ac2efad Merge "Clean up app image .bss dex cache arrays fixup." by Vladimir Marko · 8 years ago
  14. 83f6699 Merge "Clear OOME from DexCache allocation when another thread succeeded." by Vladimir Marko · 8 years ago
  15. 6dd1488 Clean up app image .bss dex cache arrays fixup. by Vladimir Marko · 8 years ago
  16. c9a6fa5 Clear OOME from DexCache allocation when another thread succeeded. by Vladimir Marko · 8 years ago
  17. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  18. c7a420c Ensure that overrides work in presence of package-private methods. by Alex Light · 8 years ago
  19. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  20. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  21. d203296 Merge "Move art/native to ObjPtr" by Mathieu Chartier · 8 years ago
  22. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  23. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  24. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  25. 8c0fee9 Merge "Do not write empty class table and intern table to image." by Vladimir Marko · 8 years ago
  26. 1a1de67 Do not write empty class table and intern table to image. by Vladimir Marko · 8 years ago
  27. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  28. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  29. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  30. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  31. 463a67d Merge "Change indirect reference table to use ObjPtr" by Treehugger Robot · 8 years ago
  32. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  33. 7638651 Merge "Initialize dex cache while holding dex_lock" by Mathieu Chartier · 8 years ago
  34. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 8 years ago
  35. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 8 years ago
  36. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  37. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  38. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 8 years ago
  39. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  40. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  41. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  42. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  43. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  44. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  45. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  46. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  47. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  48. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  49. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  50. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  51. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  52. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  53. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  54. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  55. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  56. 1f3925d Fix vtable corruption issue by Alex Light · 8 years ago
  57. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  58. 966c9db Merge "ART: Added DCHECKS to find alignment breakage." am: da0f5e72cc by Christina Wadsworth · 8 years ago
  59. 6353a63 ART: Added DCHECKS to find alignment breakage. by Christina Wadsworth · 8 years ago
  60. 3e40f60 Merge "ART: Implement a fixed size string dex cache" am: 9c07ab332b by Mathieu Chartier · 8 years ago
  61. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  62. 2ad1aa1 Merge "Fix pending exception failure for encoded statics" am: 34110807ea by Mathieu Chartier · 8 years ago
  63. da595be Fix pending exception failure for encoded statics by Mathieu Chartier · 8 years ago
  64. c8e6f7a Merge "Card mark holding class instead of declaring class" am: 0ed44f9595 by Mathieu Chartier · 8 years ago
  65. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 8 years ago
  66. 05ac397 Merge "Clean up VLOG(oat) in OatFileAssistant." am: 3f3201a89e by Richard Uhler · 8 years ago
  67. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 8 years ago
  68. 15964a1 Merge "ART: Convert pointer size to enum" am: ba65cc4a71 by Andreas Gampe · 8 years ago
  69. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  70. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  71. a56b079 Merge \"Revert \"Revert \"Use try lock to fix class resolution race\"\"\" by Mathieu Chartier · 8 years ago
  72. 4b0ef1c Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  73. 997f445 Merge \"Revert \"Use try lock to fix class resolution race\"\" am: 7707777f06 by Mathieu Chartier · 8 years ago
  74. 69bf969 Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  75. 3af5fc4 Merge \"Use try lock to fix class resolution race\" am: 85c4a4b8c9 by Mathieu Chartier · 8 years ago
  76. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 8 years ago
  77. 21b0898 Merge \"Clean up Class::FindStaticField().\" am: 65ad9b3516 by Vladimir Marko · 8 years ago
  78. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 8 years ago
  79. 8df507d Merge \"Revert \"Revert \"Refactor GetIMTIndex\"\"\" am: e4b1c86d13 by Matthew Gharrity · 8 years ago
  80. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  81. 295a8a7 Merge \"Revert \"Revert \"Optimize IMT\"\"\" am: 83e4903f9f by Artem Udovichenko · 8 years ago
  82. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  83. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  84. 5df4f12 Merge \"Never go to resolution while inspecting inlined frames.\" am: 5aef803591 by Nicolas Geoffray · 8 years ago
  85. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 8 years ago
  86. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  87. d210813 Merge \"Revert \"Optimize IMT\"\" am: bb8d501c9b by Nicolas Geoffray · 8 years ago
  88. e0ca795 Merge \"Revert \"Refactor GetIMTIndex\"\" am: e36389f20c by Nicolas Geoffray · 8 years ago
  89. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  90. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 8 years ago
  91. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  92. 4ecaa23 Merge \"Refactor GetIMTIndex\" am: 8a0b9bf88a by Matthew Gharrity · 8 years ago
  93. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 8 years ago
  94. 8b74c3a Merge \"Optimize IMT\" am: abdda2fb52 by Nelli Kim · 8 years ago
  95. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  96. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  97. badee98 Optimize IMT by Nelli Kim · 8 years ago
  98. bda915d Merge \\"Propagate the read barrier option to Class::VisitNativeRoots.\\" am: ece5386eeb by Hiroshi Yamauchi · 8 years ago
  99. ece5386 Merge "Propagate the read barrier option to Class::VisitNativeRoots." by Hiroshi Yamauchi · 8 years ago
  100. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago