1. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  2. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  3. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  4. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  5. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  6. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 7 years ago
  7. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  8. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  9. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  10. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  11. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  12. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  13. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
  14. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 8 years ago
  15. ee5303f ART: Move Class::Status to ClassStatus by Andreas Gampe · 8 years ago
  16. afb6647 Fix verifier checks on interface methods. by Alex Light · 8 years ago
  17. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  18. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  19. 6d3e768 Abstract SetField functions with Transaction check by Chang Xing · 8 years ago
  20. 2722f38 ART: Fix old warnings by Andreas Gampe · 8 years ago
  21. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 9 years ago
  22. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 8 years ago
  23. 4f2e957 Ensure the GC visits Obsolete Methods by Alex Light · 8 years ago
  24. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  25. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  26. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  27. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  28. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  29. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  30. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  31. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 9 years ago
  32. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  33. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  34. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  35. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 9 years ago
  36. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  37. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 9 years ago
  38. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  39. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  40. 0273ad1 Remove lock from ClassExt installation procedure. by Alex Light · 9 years ago
  41. d625158 Add ClassExt mirror. by Alex Light · 9 years ago
  42. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  43. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  44. 51eaa7f Fix moving GC bug in cloning finalizable objects by Mathieu Chartier · 9 years ago
  45. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  46. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  47. 3fec9ac ART: Use libbase logging by Andreas Gampe · 9 years ago
  48. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 9 years ago
  49. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  50. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  51. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 9 years ago
  52. 93bbee0 Faster allocation fast path by Mathieu Chartier · 9 years ago
  53. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  54. 5bb4b0b Revert "Logging improvements for C++ / Java structure issues" by Mathieu Chartier · 9 years ago
  55. d833525 Logging improvements for C++ / Java structure issues by Neil Fuller · 9 years ago
  56. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  57. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 9 years ago
  58. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 9 years ago
  59. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  60. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 9 years ago
  61. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  62. badee98 Optimize IMT by Nelli Kim · 9 years ago
  63. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  64. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  65. 22deed0 Move DCHECK into loop. by Aart Bik · 9 years ago
  66. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  67. e4084a5 Small inlining improvements. by Nicolas Geoffray · 9 years ago
  68. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 10 years ago
  69. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  70. 705ad49 Support directly invoking interface default methods by Alex Light · 10 years ago
  71. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  72. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  73. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  74. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  75. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  76. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 10 years ago
  77. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 10 years ago
  78. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  79. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 10 years ago
  80. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  81. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  82. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 10 years ago
  83. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 10 years ago
  84. 66c2d2d Address some comments for class flags by Mathieu Chartier · 10 years ago
  85. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  86. c977483 Merge "Revert "Move annotations to native."" by Roland Levillain · 10 years ago
  87. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  88. 31decb1 ART: Add VLOG printing of SetStatus(Error) by Andreas Gampe · 10 years ago
  89. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  90. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  91. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  92. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  93. 3ee25bb Do read barriers on native roots in CopyClassVisitor by Mathieu Chartier · 10 years ago
  94. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  95. 72156e2 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 10 years ago
  96. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 10 years ago
  97. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  98. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  99. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  100. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago