1. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
  2. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  3. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 7 years ago
  4. 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 7 years ago
  5. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 7 years ago
  6. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 7 years ago
  7. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 9 years ago
  8. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  9. 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 7 years ago
  10. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  11. d32ead2 Aesthetic changes in art::mirror::Object and art::mirror::Class. by Roland Levillain · 7 years ago
  12. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
  13. aa12001 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  14. c54b89a Merge "Refactor enforcement of hidden API policy when linking" by Treehugger Robot · 7 years ago
  15. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  16. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  17. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  18. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  19. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  20. 8c0961f Move missed files to libdexfile by David Sehr · 8 years ago
  21. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  22. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  23. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 8 years ago
  24. 2466d62 Pass methods array to GetMethodsSliceRangeUnchecked by Mathieu Chartier · 8 years ago
  25. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  26. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  27. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  28. 6d3e768 Abstract SetField functions with Transaction check by Chang Xing · 8 years ago
  29. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 8 years ago
  30. 9ac7749 Clean up ArraySlice<>. by Vladimir Marko · 8 years ago
  31. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 8 years ago
  32. 2ff3b97 ART: More header cleanups by Andreas Gampe · 8 years ago
  33. 6680e33 Handle classes with a huge number of direct methods. by Roland Levillain · 8 years ago
  34. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  35. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  36. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  37. bc632f0 Improve VerifyNoFromSpaceRefsObjectVisitor logging by Mathieu Chartier · 8 years ago
  38. 8c19d24 Refactor image writer by Mathieu Chartier · 8 years ago
  39. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 8 years ago
  40. 4f2e957 Ensure the GC visits Obsolete Methods by Alex Light · 8 years ago
  41. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  42. f85fc6b Merge "Clean up art::mirror::Class::SetSuperClass." by Roland Levillain · 8 years ago
  43. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  44. 8ca4e4e Clean up art::mirror::Class::SetSuperClass. by Roland Levillain · 8 years ago
  45. 137cdfa Avoid read barriers for ArtMethod::GetDexFile by Mathieu Chartier · 9 years ago
  46. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 9 years ago
  47. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  48. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 9 years ago
  49. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  50. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  51. 2ecfd27 Add interface fast path to art_quick_check_cast for X86_64 by Mathieu Chartier · 9 years ago
  52. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  53. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago
  54. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 9 years ago
  55. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  56. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  57. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 9 years ago
  58. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  59. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 9 years ago
  60. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  61. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 9 years ago
  62. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 9 years ago
  63. 93bbee0 Faster allocation fast path by Mathieu Chartier · 9 years ago
  64. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 9 years ago
  65. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 9 years ago
  66. 6ae7f3a Revert "ARM64 asm for region space array allocation" by Roland Levillain · 9 years ago
  67. f686c3f ARM64 asm for region space array allocation by Mathieu Chartier · 9 years ago
  68. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  69. 0f7e8f5 Fix stream-tracing with default methods by Alex Light · 9 years ago
  70. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  71. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  72. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 9 years ago
  73. badee98 Optimize IMT by Nelli Kim · 9 years ago
  74. ece5386 Merge "Propagate the read barrier option to Class::VisitNativeRoots." by Hiroshi Yamauchi · 9 years ago
  75. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 9 years ago
  76. 0950abe8 Remove bogus DCHECK. by Nicolas Geoffray · 9 years ago
  77. e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
  78. b79eb75 Revert "ProfilingInfo roots should be visited by the declaring class." by Hiroshi Yamauchi · 9 years ago
  79. ebd5fc6 Revert "Query declaring class before querying IsNative." by Hiroshi Yamauchi · 9 years ago
  80. 26329cd Query declaring class before querying IsNative. by Nicolas Geoffray · 9 years ago
  81. 9a3be98 ProfilingInfo roots should be visited by the declaring class. by Nicolas Geoffray · 9 years ago
  82. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  83. 5496f69 Disable read barriers in GC VisitReferences calls. by Hiroshi Yamauchi · 9 years ago
  84. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  85. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 10 years ago
  86. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  87. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  88. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  89. 705ad49 Support directly invoking interface default methods by Alex Light · 10 years ago
  90. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  91. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  92. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  93. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  94. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  95. 4b00d34 Refactor some patching logic by Mathieu Chartier · 10 years ago
  96. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  97. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  98. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  99. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 10 years ago
  100. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago