1. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  2. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  3. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  4. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 8 years ago
  5. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  6. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 9 years ago
  7. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  8. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  9. 1672260 Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support""""" by Treehugger Robot · 9 years ago
  10. bf34a03 Remove racy DCHECK on string dex cache. by Nicolas Geoffray · 9 years ago
  11. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 9 years ago
  12. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 9 years ago
  13. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 9 years ago
  14. fb568d3 Don't call into ResolveType with possible exception by Mathieu Chartier · 9 years ago
  15. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 9 years ago
  16. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  17. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  18. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  19. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  20. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  21. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  22. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  23. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  24. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  25. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 9 years ago
  26. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  27. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  28. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 9 years ago
  29. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 9 years ago
  30. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  31. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 10 years ago
  32. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  33. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 10 years ago
  34. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  35. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 10 years ago
  36. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 10 years ago
  37. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  38. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  39. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  40. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  41. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  42. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  43. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  44. 9638b64 Remove bogus DCHECK. by Nicolas Geoffray · 10 years ago
  45. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  46. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  47. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  48. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  49. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  50. 928f72b ART: Fix things for valgrind by Andreas Gampe · 11 years ago
  51. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  52. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  53. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  54. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  55. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  56. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  57. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 11 years ago
  58. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  59. bc56fc3 Fix compiler warnings. by Mathieu Chartier · 11 years ago
  60. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  61. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  62. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  63. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  64. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  65. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  66. eebe03a Assert dex-cache is populated following resolution in debug builds. by Ian Rogers · 11 years ago
  67. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  68. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  69. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  70. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  71. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  72. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  73. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  74. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  75. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/class_linker-inl.h]
  76. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago