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