1. a22cae7 HRem support in BCE. by xueliang.zhong · 7 years ago
  2. 19ab59d Merge "Use the right class loader allocator in ReallocMethods." by Nicolas Geoffray · 7 years ago
  3. a7c2983 Merge "Regression test for array aliasing bug." by Aart Bik · 7 years ago
  4. 428a209 Regression test for array aliasing bug. by Aart Bik · 7 years ago
  5. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 7 years ago
  6. e877a13 Disable more tests under ASAN. by Nicolas Geoffray · 7 years ago
  7. 47863bb Fix CC handling for no large object space case by Mathieu Chartier · 7 years ago
  8. cbdcb6d Merge "Fix method tracing tests on RI" by Treehugger Robot · 7 years ago
  9. de67643 test: Add 961-default-iface-resolution-gen to known failures for ASAN by Igor Murashkin · 7 years ago
  10. 9a19be9 Merge "Fix verifier checks on interface methods." by Treehugger Robot · 7 years ago
  11. adce6a0 Fix method tracing tests on RI by Alex Light · 7 years ago
  12. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 7 years ago
  13. e062d62 Revert "Exclude debuggable test config for 660" by Nicolas Geoffray · 7 years ago
  14. b764390 Exclude debuggable test config for 660 by Chang Xing · 7 years ago
  15. afb6647 Fix verifier checks on interface methods. by Alex Light · 7 years ago
  16. 50ce441 Support clinit for app image during compilation by Chang Xing · 7 years ago
  17. d335e7b Merge "ART: Fix SimplifyInduction for an instruction with HEnvironment." by Treehugger Robot · 7 years ago
  18. 399492a Merge "Fix unexpected circular dependency check" by Treehugger Robot · 7 years ago
  19. fc1cd86 Merge "Fix recursive initialization on app image." by Treehugger Robot · 7 years ago
  20. 52a3c98 Merge "Revert "Revert "tools: Read ANDROID_COMPILE_WITH_JACK from build""" by Colin Cross · 7 years ago
  21. 21c7e6f ART: Fix SimplifyInduction for an instruction with HEnvironment. by Artem Serov · 7 years ago
  22. be60a04 Merge "ART: Add symbolization on SANITIZE_HOST failures" by Andreas Gampe · 7 years ago
  23. d90231a Merge "Read and write constraints for clinit" by Mathieu Chartier · 7 years ago
  24. e79ca19 ART: Add symbolization on SANITIZE_HOST failures by Andreas Gampe · 7 years ago
  25. ec37325 Fix unexpected circular dependency check by Chang Xing · 7 years ago
  26. adbb91c Fix recursive initialization on app image. by Chang Xing · 7 years ago
  27. bd208d8 Read and write constraints for clinit by Chang Xing · 7 years ago
  28. b566fed Enable the can_maintain_original_method_order capability by Alex Light · 7 years ago
  29. 4013595 Make 1917 less flaky by Alex Light · 7 years ago
  30. 2e53f8f Merge changes Iba7e9207,I11a4d3cb,I5a6746d3 by Treehugger Robot · 7 years ago
  31. e0ef0a8 Revert "Revert "tools: Read ANDROID_COMPILE_WITH_JACK from build"" by Colin Cross · 7 years ago
  32. 47d49b8 Tests for JVMTI can_access_local_variables functions by Alex Light · 7 years ago
  33. f6fe3cb Merge "Fix FastNative/CriticalNative annotation lookup." by Treehugger Robot · 7 years ago
  34. 83e9e0e Merge "Typo in checker test : VecMull -> VecMul" by Aart Bik · 7 years ago
  35. 370f57e Fix FastNative/CriticalNative annotation lookup. by Vladimir Marko · 7 years ago
  36. 73264cc Merge "Revert "tools: Read ANDROID_COMPILE_WITH_JACK from build"" by Colin Cross · 7 years ago
  37. d092e74 Revert "tools: Read ANDROID_COMPILE_WITH_JACK from build" by Colin Cross · 7 years ago
  38. ceae170 Typo in checker test : VecMull -> VecMul by Aart Bik · 7 years ago
  39. 4c3de20 Merge "tools: Read ANDROID_COMPILE_WITH_JACK from build" by Colin Cross · 7 years ago
  40. 08e3397 tools: Read ANDROID_COMPILE_WITH_JACK from build by Igor Murashkin · 7 years ago
  41. 92b6014 Merge "ART: Disable CHA for AoT" by Treehugger Robot · 7 years ago
  42. 7dface3 ART: Disable CHA for AoT by Andreas Gampe · 7 years ago
  43. f884a05 Disable test-660 for no-prebuild by Chang Xing · 7 years ago
  44. 69b37af Disable 660-clinit for no-dex2oat by Orion Hodson · 7 years ago
  45. 03ce1df Merge "Fix x86 and x64 codegens for 8/16 stores." by Nicolas Geoffray · 7 years ago
  46. c512a0f Merge "Rule out testcase 660 from no-image variant" by Treehugger Robot · 7 years ago
  47. 3e37902 Rule out testcase 660 from no-image variant by Chang Xing · 7 years ago
  48. af89a91 Merge "ART: Include cleanup" by Treehugger Robot · 7 years ago
  49. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  50. c33c087 Fix ART buildbots to use jdk8 prebuilts by Shubham Ajmera · 7 years ago
  51. 914b7b6 Merge "Freeze capabilities JVMTI tests request by default." by Treehugger Robot · 7 years ago
  52. b67d0c0 Merge changes I87b3fcb3,I971edf31,I5218a57c by Mathieu Chartier · 7 years ago
  53. 194cf5f Merge "test: Re-enable javac/dx failing checker tests for Long.compare" by Treehugger Robot · 7 years ago
  54. d41f79b Merge "Throw VerifyError when trying to extend a final class." by Vladimir Marko · 7 years ago
  55. 7861208 Fix x86 and x64 codegens for 8/16 stores. by Nicolas Geoffray · 7 years ago
  56. e3caccc test: Re-enable javac/dx failing checker tests for Long.compare by Igor Murashkin · 7 years ago
  57. cb72007 Disable valgrind 32-bit x86. It does not like SSE. by Aart Bik · 7 years ago
  58. 3a3abd0 Test case for clinit support in app image by Chang Xing · 7 years ago
  59. 3d324fd Freeze capabilities JVMTI tests request by default. by Alex Light · 7 years ago
  60. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 7 years ago
  61. e5b1add Merge "Revert "Set timeout for testrunner in go/ab"" by Shubham Ajmera · 7 years ago
  62. 186d321 Revert "Set timeout for testrunner in go/ab" by Shubham Ajmera · 7 years ago
  63. 3b3df4d Merge "Make test 924 less flaky." by Treehugger Robot · 7 years ago
  64. ed3a357 Make test 924 less flaky. by Alex Light · 7 years ago
  65. 8fe41cf Merge "Set timeout for testrunner in go/ab" by Treehugger Robot · 7 years ago
  66. ba0903b Set timeout for testrunner in go/ab by Shubham Ajmera · 7 years ago
  67. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  68. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  69. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  70. 3579eb2 Merge "ARM: VIXL32: Merge (un)signed extensions and integer additions" by Treehugger Robot · 7 years ago
  71. b43b2d8 Throw VerifyError when trying to extend a final class. by Vladimir Marko · 7 years ago
  72. 4d0371a Merge "Only update declared methods during class redefinition." by Treehugger Robot · 7 years ago
  73. 1c959aa Merge "testrunner: Don't override env defaults" by Treehugger Robot · 7 years ago
  74. 00e475c Only update declared methods during class redefinition. by Alex Light · 7 years ago
  75. e8f48da Merge "Change kMultiDexSeparator from ':' to '!'" by Calin Juravle · 7 years ago
  76. 7dc46cf testrunner: Don't override env defaults by Igor Murashkin · 7 years ago
  77. 42cd8e7 Merge "Revert "Timeout the test run before go/ab timeout to capture test info"" by Nicolas Geoffray · 7 years ago
  78. 3cfe3fc Revert "Timeout the test run before go/ab timeout to capture test info" by Nicolas Geoffray · 7 years ago
  79. c5b1b06 Merge "art: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  80. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  81. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 7 years ago
  82. ef9f3cb Timeout the test run before go/ab timeout to capture test info by Shubham Ajmera · 7 years ago
  83. 420ee30 ARM: VIXL32: Merge (un)signed extensions and integer additions by Anton Kirilov · 8 years ago
  84. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  85. 252eda6 Merge "Depend on dx binary directly" by Treehugger Robot · 7 years ago
  86. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 7 years ago
  87. bb090c4 Depend on dx binary directly by Colin Cross · 7 years ago
  88. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  89. 5fde01a Merge "Revert test changes for post startup methods change" by Mathieu Chartier · 7 years ago
  90. 7d47d5d Revert test changes for post startup methods change by Mathieu Chartier · 7 years ago
  91. d447245 Merge "Testing: Remove old run-all-tests script" by Orion Hodson · 7 years ago
  92. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  93. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  94. 6e87534 Merge "ART: Add support for constructor method handles" by Treehugger Robot · 7 years ago
  95. f8db2c3 ART: Add support for constructor method handles by Orion Hodson · 7 years ago
  96. 06410c0 Merge "test: Add support for jasmin" by Treehugger Robot · 7 years ago
  97. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 7 years ago
  98. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 7 years ago
  99. 4014d84 test: Add support for jasmin by Igor Murashkin · 7 years ago
  100. a44c445 Fix compressible string check for ctors with `hibyte`. by Vladimir Marko · 7 years ago