1. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  2. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  3. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  4. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  5. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
  6. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  7. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  8. e61f16a Add missing WriteBarrier on VisitReflectiveTargets by Alex Light · 5 years ago
  9. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  10. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  11. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
  12. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
  13. 4b79501 Remove unused art::mirror::MethodHandle::GetTargetClass by Orion Hodson · 5 years ago
  14. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  15. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  16. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  17. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  18. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  19. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  20. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  21. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  22. 40fb15b Fix MethodHandle::GetTargetClass bug by Alex Light · 5 years ago
  23. 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 5 years ago
  24. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  25. f367747 Add ability to switch to index ids late. by Alex Light · 6 years ago
  26. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  27. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
  28. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 5 years ago
  29. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  30. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  31. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  32. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 6 years ago
  33. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  34. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 6 years ago
  35. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
  36. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
  37. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  38. 391be3a ART: Forward-declare AllocatorType (iwyu) by Andreas Gampe · 6 years ago
  39. 3ff45bf ART: Small iwyu by Andreas Gampe · 6 years ago
  40. c6934e3 Avoid some read barriers in ClassTable. by Vladimir Marko · 6 years ago
  41. d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
  42. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
  43. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  44. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
  45. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  46. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  47. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  48. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  49. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  50. 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 6 years ago
  51. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
  52. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 6 years ago
  53. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
  54. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  55. 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 6 years ago
  56. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  57. f57f2ed ART: Clean up obj_ptr.h and obj_ptr-inl.h . by Vladimir Marko · 6 years ago
  58. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  59. a040ddc Document when we can avoid read barriers. by Vladimir Marko · 6 years ago
  60. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 6 years ago
  61. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
  62. c2e2c45 Remove bogus ImageWriter friend declaration. by Vladimir Marko · 6 years ago
  63. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 6 years ago
  64. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 6 years ago
  65. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  66. e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 6 years ago
  67. a538ed5 ART: Remove stale comment by Andreas Gampe · 6 years ago
  68. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
  69. a2fed08 ART: Optimize array accesses by Andreas Gampe · 6 years ago
  70. ac52000 Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0 by Vladimir Marko · 6 years ago
  71. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 6 years ago
  72. 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 6 years ago
  73. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
  74. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  75. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  76. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 6 years ago
  77. 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
  78. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  79. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  80. 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 6 years ago
  81. 62f6e90 ART: Add integrity check by Andreas Gampe · 6 years ago
  82. e79edef Merge "ART: Fix or nolint cert-dcl16-c" by Andreas Gampe · 6 years ago
  83. 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 6 years ago
  84. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
  85. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  86. 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
  87. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  88. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  89. bc1e0fa Reduce class loader updating overhead. by Mathieu Chartier · 6 years ago
  90. dbcb48f Avoid unnecessary read barriers in mirror::Class. by Vladimir Marko · 6 years ago
  91. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  92. 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 6 years ago
  93. 6b72b77 Merge "ART: Add string-alloc-inl.h" by Andreas Gampe · 6 years ago
  94. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  95. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  96. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  97. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  98. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  99. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  100. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago