1. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  2. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  3. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  4. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  5. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  6. c72b7d3 Merge "String Compression (interpreter only) bug fix" by Treehugger Robot · 8 years ago
  7. c956879 Merge "Track libcore Executable.getParameter() changes" by Neil Fuller · 8 years ago
  8. 7908c8e String Compression (interpreter only) bug fix by jessicahandojo · 8 years ago
  9. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 8 years ago
  10. bb816d6 Add transactions for string resolve by Mathieu Chartier · 8 years ago
  11. 60458a0 Track libcore Executable.getParameter() changes by Neil Fuller · 8 years ago
  12. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 8 years ago
  13. 93bbee0 Faster allocation fast path by Mathieu Chartier · 8 years ago
  14. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  15. 6e03d19 Track addition of Class.toGenericString() method by Neil Fuller · 8 years ago
  16. 16b21cd Tracking java.lang.reflect.Executable changes by Neil Fuller · 8 years ago
  17. 770e31a Merge "Avoid CAS for marking region space bitmap for baker" by Treehugger Robot · 8 years ago
  18. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 8 years ago
  19. c31ba10 Merge "ART: unblock compiler tests on MIPS" by Treehugger Robot · 8 years ago
  20. b222393 ART: unblock compiler tests on MIPS by Alexey Frunze · 8 years ago
  21. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  22. 679e38b Merge "ART: Fixing build breakage." by Mathieu Chartier · 8 years ago
  23. 9210ce9 ART: Fixing build breakage. by Christina Wadsworth · 8 years ago
  24. 9c07ab3 Merge "ART: Implement a fixed size string dex cache" by Mathieu Chartier · 8 years ago
  25. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  26. c6efcaa Merge "Revert "Logging improvements for C++ / Java structure issues"" by Treehugger Robot · 8 years ago
  27. 5bb4b0b Revert "Logging improvements for C++ / Java structure issues" by Mathieu Chartier · 8 years ago
  28. d127255 Merge "Logging improvements for C++ / Java structure issues" by Neil Fuller · 8 years ago
  29. d833525 Logging improvements for C++ / Java structure issues by Neil Fuller · 8 years ago
  30. 3d0aa88 Adjustments for changes made to java.lang.Class by Neil Fuller · 8 years ago
  31. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 8 years ago
  32. 6ae7f3a Revert "ARM64 asm for region space array allocation" by Roland Levillain · 8 years ago
  33. f686c3f ARM64 asm for region space array allocation by Mathieu Chartier · 8 years ago
  34. d6a595b Fix CC table lookup tests by Mathieu Chartier · 8 years ago
  35. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  36. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  37. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  38. 4b0ef1c Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  39. 7707777 Merge "Revert "Use try lock to fix class resolution race"" by Treehugger Robot · 8 years ago
  40. 69bf969 Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  41. 533d684 Merge "Avoid read barrier for IntArray::GetArrayClass" by Mathieu Chartier · 8 years ago
  42. d6636d3 Avoid read barrier for IntArray::GetArrayClass by Mathieu Chartier · 8 years ago
  43. 85c4a4b Merge "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  44. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 8 years ago
  45. 5ffa078 Reduce unnecessary read barriers in GC by Mathieu Chartier · 8 years ago
  46. 3023890 Merge "ART: Add pointer-size template to some reflection functions" by Treehugger Robot · 8 years ago
  47. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 8 years ago
  48. 0f7e8f5 Fix stream-tracing with default methods by Alex Light · 8 years ago
  49. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 8 years ago
  50. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  51. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 8 years ago
  52. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  53. abf6441 Merge "Revert "Propagate flags to ShouldHaveEmbeddedVTable"" by Nicolas Geoffray · 8 years ago
  54. fb7a0b4 Revert "Propagate flags to ShouldHaveEmbeddedVTable" by Nicolas Geoffray · 8 years ago
  55. bad21cb Merge "Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a" by Przemyslaw Szczepaniak · 8 years ago
  56. a4fa2e7 Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a by Przemyslaw Szczepaniak · 8 years ago
  57. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  58. efeb9f0 Propagate flags to ShouldHaveEmbeddedVTable by Mathieu Chartier · 8 years ago
  59. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  60. badee98 Optimize IMT by Nelli Kim · 8 years ago
  61. ece5386 Merge "Propagate the read barrier option to Class::VisitNativeRoots." by Hiroshi Yamauchi · 8 years ago
  62. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  63. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  64. 0950abe8 Remove bogus DCHECK. by Nicolas Geoffray · 8 years ago
  65. d0668f2 Put boot class loader classes and strings in dex cache of app images. by Nicolas Geoffray · 9 years ago
  66. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  67. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  68. 478078a Increase vtable size for String class by Yi Kong · 9 years ago
  69. 5d8fa8b Track removal of String hash functions. by Narayan Kamath · 9 years ago
  70. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  71. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  72. a07be75 Merge "Move DCHECK into loop." by Aart Bik · 9 years ago
  73. 22deed0 Move DCHECK into loop. by Aart Bik · 9 years ago
  74. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 9 years ago
  75. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  76. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  77. e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
  78. 5120923 Typo in comment in art::mirror::Object::IdentityHashCode. by Roland Levillain · 9 years ago
  79. b79eb75 Revert "ProfilingInfo roots should be visited by the declaring class." by Hiroshi Yamauchi · 9 years ago
  80. ebd5fc6 Revert "Query declaring class before querying IsNative." by Hiroshi Yamauchi · 9 years ago
  81. 26329cd Query declaring class before querying IsNative. by Nicolas Geoffray · 9 years ago
  82. 9a3be98 ProfilingInfo roots should be visited by the declaring class. by Nicolas Geoffray · 9 years ago
  83. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  84. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  85. 6a6a753 Merge "Disable read barriers in GC VisitReferences calls." by Hiroshi Yamauchi · 9 years ago
  86. 5496f69 Disable read barriers in GC VisitReferences calls. by Hiroshi Yamauchi · 9 years ago
  87. e4084a5 Small inlining improvements. by Nicolas Geoffray · 9 years ago
  88. bd707ab Merge "runtime: Cleanup comments for kAccSkipAccessChecks" by Igor Murashkin · 9 years ago
  89. 8d1da85 runtime: Cleanup comments for kAccSkipAccessChecks by Igor Murashkin · 9 years ago
  90. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  91. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  92. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 9 years ago
  93. 12d0e0e Merge "Fix remaining read barrier issues in image relocation" by Mathieu Chartier · 9 years ago
  94. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  95. a89d6d6 Merge "Always use pendingNext to test enqueability of references." by Richard Uhler · 9 years ago
  96. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  97. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  98. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  99. c4695df Always use pendingNext to test enqueability of references. by Richard Uhler · 9 years ago
  100. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago