1. 6c44448 Count transitions from interpreter to intrinsic. by David Srbecky · 6 years ago
  2. f1d0b72 Merge "Rename fast_invoke template argument of DoInvoke to is_mterp." by David Srbecky · 6 years ago
  3. b71265d Merge "Move cpp-define related static_assert to runtime." by David Srbecky · 6 years ago
  4. 6ca8ec7 Merge "Replace hard-coded vreg accesses in mterp with macros." by David Srbecky · 6 years ago
  5. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 6 years ago
  6. 9f1893b Replace hard-coded vreg accesses in mterp with macros. by David Srbecky · 6 years ago
  7. f06ca50 Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))." by Treehugger Robot · 6 years ago
  8. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 6 years ago
  9. 0d45ba3 Merge "Fix -verbose:image errors" by Treehugger Robot · 6 years ago
  10. 24515ea Merge "ART: Make ahat tests depend on the right dalvikvm" by Treehugger Robot · 6 years ago
  11. 1f5ab4e Rename fast_invoke template argument of DoInvoke to is_mterp. by David Srbecky · 6 years ago
  12. 3f1fec6 Fix -verbose:image errors by Mathieu Chartier · 6 years ago
  13. 21ff4ad Merge "Remove read barriers in InternTable::Table::AddInternStrings" by Mathieu Chartier · 6 years ago
  14. 74844fb Merge "Remove mterp "alternate" opcode handlers." by David Srbecky · 6 years ago
  15. a52ac0c Merge "Shrink couple of x86 mterp handlers." by David Srbecky · 6 years ago
  16. 905c1de Merge "Support for writing annotation properties to CSV." by Mathew Inwood · 6 years ago
  17. 2595137 Merge "Disable kAppImageMayContainStrings" by Treehugger Robot · 6 years ago
  18. 30d20bf Merge "Fix implicit-fallthrough warning." by Chih-hung Hsieh · 6 years ago
  19. 2547af3 Remove read barriers in InternTable::Table::AddInternStrings by Mathieu Chartier · 6 years ago
  20. a683248 Merge "Dump heap spaces for heap corruption" by Treehugger Robot · 6 years ago
  21. 0326897 ART: Make ahat tests depend on the right dalvikvm by Andreas Gampe · 7 years ago
  22. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 6 years ago
  23. 4e4557a Merge "Add logic to eagerly resolve const-string for startup methods" by Mathieu Chartier · 6 years ago
  24. 3008ea4 Dump heap spaces for heap corruption by Mathieu Chartier · 6 years ago
  25. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  26. 1221875 Fix implicit-fallthrough warning. by Chih-Hung Hsieh · 6 years ago
  27. f4fd65e Merge "Add support for dalvik.annotation.compat.UnsupportedApiUsage" by Treehugger Robot · 6 years ago
  28. 6e40731 Merge "Fix problem with atest class2greylisttest" by Treehugger Robot · 6 years ago
  29. 8677e4b Merge "Fix HNewArray with unresolved primitive array type." by Vladimir Marko · 6 years ago
  30. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 6 years ago
  31. 58f10aa Add support for dalvik.annotation.compat.UnsupportedApiUsage by Paul Duffin · 6 years ago
  32. a24a7dc Fix problem with atest class2greylisttest by Paul Duffin · 6 years ago
  33. d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 6 years ago
  34. 4c8d22f Merge "Cache the ImtTable index in the interpreter." by David Srbecky · 6 years ago
  35. 102daec Support for writing annotation properties to CSV. by Mathew Inwood · 6 years ago
  36. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 6 years ago
  37. 6071d2d Merge "Make QuickExceptionHandler handle force-retry-instruction" by Treehugger Robot · 6 years ago
  38. 17c5e02 Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
  39. 6c2b86e Cache the ImtTable index in the interpreter. by David Srbecky · 6 years ago
  40. be1f8d0 Make QuickExceptionHandler handle force-retry-instruction by Alex Light · 6 years ago
  41. 0ef1f94 Merge "Add support for A76 in art" by Haibo Huang · 6 years ago
  42. 43c6653 Add support for A76 in art by Haibo Huang · 6 years ago
  43. c926e26 Merge "Revert "Fix issues due to updated toolchain."" by Treehugger Robot · 6 years ago
  44. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  45. 3cf0a3e Merge "ART: Add support for ARMv8.x features for ARM64." by Vladimir Marko · 6 years ago
  46. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  47. 147a47c Revert "Fix issues due to updated toolchain." by Pirama Arumuga Nainar · 6 years ago
  48. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  49. e7019db Merge "Change ART FindClass method name to GetClass" by Jesse Schettler · 6 years ago
  50. 93d9e07 Change ART FindClass method name to GetClass by Jesse Schettler · 6 years ago
  51. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 6 years ago
  52. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  53. 332c8e3 Merge "Disable run-test 920-objects on jit-on-first-use configuration." by Roland Levillain · 6 years ago
  54. 7d36cb3 Merge "Move target run-test dependencies to ART_TEST_TARGET_RUN_TEST_DEPENDENCIES." by Nicolas Geoffray · 6 years ago
  55. 375d4eb Move target run-test dependencies to ART_TEST_TARGET_RUN_TEST_DEPENDENCIES. by Nicolas Geoffray · 6 years ago
  56. 89cf780 Merge "Add target gtest dependencies to build-art-target-tests." by Nicolas Geoffray · 6 years ago
  57. 17b1dcb Add target gtest dependencies to build-art-target-tests. by Nicolas Geoffray · 6 years ago
  58. 231a953 Merge "Cleanup the cpp-define-generator definitions." by David Srbecky · 6 years ago
  59. 8e7d0cb Merge "Rewrite cpp-define-generator" by David Srbecky · 6 years ago
  60. e53e63d Disable run-test 920-objects on jit-on-first-use configuration. by Roland Levillain · 6 years ago
  61. 0b6b0cb Merge "Remove CHECK that GetThis() must always work." by Nicolas Geoffray · 6 years ago
  62. 6595e53 Merge "Give the option of having an existing adb." by Nicolas Geoffray · 6 years ago
  63. c8d5813 Give the option of having an existing adb. by Nicolas Geoffray · 6 years ago
  64. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 6 years ago
  65. d22c1b1 Merge "Update gcstress & debug expectations." by Nicolas Geoffray · 6 years ago
  66. d6f62a5 Merge "Make testrunner runnable from art directory" by Treehugger Robot · 6 years ago
  67. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 6 years ago
  68. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 6 years ago
  69. f682870 Merge "Don't mark new non-moving objs in young GC" by Treehugger Robot · 6 years ago
  70. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  71. d51af9e Make testrunner runnable from art directory by Alex Light · 6 years ago
  72. e125756 Merge "Check is-obj-large before is-obj-zygote-large" by Treehugger Robot · 6 years ago
  73. 16d82a2 Don't mark new non-moving objs in young GC by Lokesh Gidra · 6 years ago
  74. 1461832 Merge "Make the boot image always multi-image." by Vladimir Marko · 6 years ago
  75. c13c713 Merge "ART: Add VMRuntime.hasBootImageSpaces implementation" by Treehugger Robot · 6 years ago
  76. ca21af5 Update gcstress & debug expectations. by Nicolas Geoffray · 6 years ago
  77. a48eb7e Merge "Add a new script for buildbots to sync to device." by Nicolas Geoffray · 6 years ago
  78. b745adc Add a new script for buildbots to sync to device. by Nicolas Geoffray · 6 years ago
  79. 407bdb1 Merge "ART: Completely remove the --compile-pic option." by Vladimir Marko · 6 years ago
  80. 34e3e3c Merge "Remove adb as something buildbots need to build." by Nicolas Geoffray · 6 years ago
  81. 02c230c Check is-obj-large before is-obj-zygote-large by Lokesh Gidra · 6 years ago
  82. 35f31c6 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  83. 9bb9723 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  84. 4582ce3 Merge "ART: Enforce noinline when suppressing sanitization" by Treehugger Robot · 6 years ago
  85. ec9ebec Merge "Revert "Disable lld for unrecognized --keep-unique flag."" by Chih-hung Hsieh · 6 years ago
  86. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
  87. b2f61f9 Revert "Disable lld for unrecognized --keep-unique flag." by Chih-hung Hsieh · 6 years ago
  88. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  89. dc3b467 Merge "Introduce a 'baseline' variant for the compiler." by Nicolas Geoffray · 6 years ago
  90. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  91. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 6 years ago
  92. 002feb9 Merge "Update expected ART test failures for `jit-on-first-use` test targets." by Roland Levillain · 6 years ago
  93. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  94. 7321622 ART: Enforce noinline when suppressing sanitization by Andreas Gampe · 6 years ago
  95. 6e7e0ea Merge "ART: Simplify CurrentMethodVisitor" by Treehugger Robot · 6 years ago
  96. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  97. c71f38b Merge changes I166d5c7b,I15d5a2c2 by Dan Willemsen · 6 years ago
  98. 6359e69 Merge "Avoid sign extending pointers in SetStringInitValueToAllAliases" by Mathieu Chartier · 6 years ago
  99. 60f3222 Avoid sign extending pointers in SetStringInitValueToAllAliases by Mathieu Chartier · 6 years ago
  100. 28d8466 Merge "ART: Add diagnostic for b/117426281" by Treehugger Robot · 6 years ago