1. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 11 months ago
  2. cc76459 Modified revert of "Add couple DexCache read-barriers." by David Srbecky · 3 years, 3 months ago
  3. fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 3 years, 3 months ago
  4. 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 3 years, 11 months ago
  5. 9f98fc3 Add couple DexCache read-barriers. by David Srbecky · 3 years, 4 months ago
  6. ab91eef Address review comments on method resolution. by Nicolas Geoffray · 3 years, 4 months ago
  7. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 4 months ago
  8. 66ab9d6 Workaround for b/145491866 by Nicolas Geoffray · 3 years, 10 months ago
  9. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 11 months ago
  10. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years ago
  11. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 4 years ago
  12. a0130e8 Prepare compiler for adding VarHandle support. by Andra Danciu · 4 years, 6 months ago
  13. 28d0a1d Workaround for b/160292234. by Nicolas Geoffray · 4 years, 6 months ago
  14. eaf3a92 Add some logging for diagnosing a crash. by Nicolas Geoffray · 4 years, 7 months ago
  15. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
  16. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  17. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  18. 4835d21 ART: Fix ResolveType with ArtMethod by Andreas Gampe · 6 years ago
  19. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  20. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  21. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  22. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  23. 09c5ca4 Clean up class resolution and lookup. by Vladimir Marko · 7 years ago
  24. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  25. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  26. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  27. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  28. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  29. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  30. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  31. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  32. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  33. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  34. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  35. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  36. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  37. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  38. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  39. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  40. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  41. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  42. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  43. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  44. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  45. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  46. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  47. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 8 years ago
  48. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  49. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  50. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  51. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  52. 1672260 Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support""""" by Treehugger Robot · 8 years ago
  53. bf34a03 Remove racy DCHECK on string dex cache. by Nicolas Geoffray · 8 years ago
  54. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  55. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  56. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  57. fb568d3 Don't call into ResolveType with possible exception by Mathieu Chartier · 8 years ago
  58. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  59. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  60. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  61. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  62. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  63. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  64. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  65. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  66. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  67. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  68. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  69. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  70. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  71. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  72. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 9 years ago
  73. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  74. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  75. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  76. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  77. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  78. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  79. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 9 years ago
  80. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  81. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  82. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  83. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  84. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  85. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  86. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  87. 9638b64 Remove bogus DCHECK. by Nicolas Geoffray · 10 years ago
  88. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  89. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  90. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  91. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  92. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  93. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  94. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  95. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  96. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  97. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  98. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  99. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  100. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 11 years ago