1. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  2. 5ffa078 Reduce unnecessary read barriers in GC by Mathieu Chartier · 8 years ago
  3. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 8 years ago
  4. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 8 years ago
  5. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  6. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 8 years ago
  7. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  8. fb7a0b4 Revert "Propagate flags to ShouldHaveEmbeddedVTable" by Nicolas Geoffray · 8 years ago
  9. efeb9f0 Propagate flags to ShouldHaveEmbeddedVTable by Mathieu Chartier · 8 years ago
  10. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  11. badee98 Optimize IMT by Nelli Kim · 8 years ago
  12. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  13. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  14. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  15. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  16. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 9 years ago
  17. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  18. 6a6a753 Merge "Disable read barriers in GC VisitReferences calls." by Hiroshi Yamauchi · 9 years ago
  19. 5496f69 Disable read barriers in GC VisitReferences calls. by Hiroshi Yamauchi · 9 years ago
  20. e4084a5 Small inlining improvements. by Nicolas Geoffray · 9 years ago
  21. bd707ab Merge "runtime: Cleanup comments for kAccSkipAccessChecks" by Igor Murashkin · 9 years ago
  22. 8d1da85 runtime: Cleanup comments for kAccSkipAccessChecks by Igor Murashkin · 9 years ago
  23. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  24. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  25. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 9 years ago
  26. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  27. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  28. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  29. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  30. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  31. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  32. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  33. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  34. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  35. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  36. 9b3607d Generate unique ID for each type during native debugging. by David Srbecky · 9 years ago
  37. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  38. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  39. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 9 years ago
  40. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  41. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  42. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  43. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  44. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  45. a7a4759 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  46. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  47. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  48. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  49. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 9 years ago
  50. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  51. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  52. ff633e2 Increase the size of Class class by Yi Kong · 9 years ago
  53. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  54. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  55. 84dcb99 Update layout of Class.class. by Piotr Jastrzebski · 9 years ago
  56. c712250 Update the layout for Class.class. by Piotr Jastrzebski · 9 years ago
  57. 8d9b6d6 Update the size of Class.class. by Piotr Jastrzebski · 9 years ago
  58. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  59. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  60. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  61. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  62. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 9 years ago
  63. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  64. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 9 years ago
  65. 66c2d2d Address some comments for class flags by Mathieu Chartier · 9 years ago
  66. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  67. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  68. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  69. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 9 years ago
  70. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  71. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  72. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  73. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  74. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  75. 431403a Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  76. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  77. 48215e2 Merge "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  78. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  79. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 9 years ago
  80. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  81. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  82. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  83. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 9 years ago
  84. bad9c7b New experimental GC stress mode by Mathieu Chartier · 9 years ago
  85. 3100080 New experimental GC stress mode by Mathieu Chartier · 9 years ago
  86. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  87. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  88. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  89. 41b175a ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  90. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  91. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  92. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  93. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  94. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  95. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  96. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  97. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  98. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  99. 7f418db JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  100. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago