1. df2d4f2 Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  2. fd43db6 Revert "Optimize IMT" by Jeff Hao · 8 years ago
  3. 0790af1 Optimize IMT by Nelli Kim · 8 years ago
  4. b3ffbe3 ART: Add some reflection cutouts by Andreas Gampe · 8 years ago
  5. e93ceb9 Merge "ART: Add getDeclaredConstructor cutout for unstarted runtime" into nyc-dev by Andreas Gampe · 8 years ago
  6. f72f19f ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 8 years ago
  7. 22deed0 Move DCHECK into loop. by Aart Bik · 8 years ago
  8. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 8 years ago
  9. 0866f4e ART: Add unstarted-runtime functions by Andreas Gampe · 8 years ago
  10. e4084a5 Small inlining improvements. by Nicolas Geoffray · 8 years ago
  11. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 8 years ago
  12. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  13. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  14. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  15. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  16. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  17. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  18. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  19. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 9 years ago
  20. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  21. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  22. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  23. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  24. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  25. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 9 years ago
  26. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 9 years ago
  27. 66c2d2d Address some comments for class flags by Mathieu Chartier · 9 years ago
  28. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  29. c977483 Merge "Revert "Move annotations to native."" by Roland Levillain · 9 years ago
  30. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  31. 31decb1 ART: Add VLOG printing of SetStatus(Error) by Andreas Gampe · 9 years ago
  32. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  33. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 9 years ago
  34. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  35. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  36. 3ee25bb Do read barriers on native roots in CopyClassVisitor by Mathieu Chartier · 9 years ago
  37. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  38. 72156e2 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 9 years ago
  39. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 9 years ago
  40. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  41. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  42. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  43. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  44. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  45. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 9 years ago
  46. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 9 years ago
  47. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  48. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  49. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  50. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  51. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  52. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  53. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  54. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  55. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  56. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 10 years ago
  57. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  58. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  59. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 10 years ago
  60. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  61. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  62. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  63. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  64. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 10 years ago
  65. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 10 years ago
  66. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  67. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  68. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  69. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 10 years ago
  70. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  71. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  72. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  73. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  74. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  75. 7a6b77f Merge "Fix crash in JDWP ReferenceType.SourceFile command" by Sebastien Hertz · 10 years ago
  76. 4206eb5 Fix crash in JDWP ReferenceType.SourceFile command by Sebastien Hertz · 10 years ago
  77. 03dbc04 Make class status volatile. by Ian Rogers · 10 years ago
  78. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  79. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  80. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 10 years ago
  81. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  82. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  83. 9103c86 More code for the read barrier support. by Hiroshi Yamauchi · 10 years ago
  84. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  85. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  86. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  87. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  88. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  89. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  90. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  91. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  92. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  93. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  94. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  95. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  96. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  97. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  98. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  99. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  100. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago