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