1. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  2. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  3. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  4. e816389 Merge "LSE improvement: better singleton array optimization" by Treehugger Robot · 6 years ago
  5. 64e8175 Merge "Rewrite stackmap encoding code." by David Srbecky · 6 years ago
  6. 7867514 Merge "ART: Remove 712 from knownfailures.txt" by Orion Hodson · 6 years ago
  7. 3eb68cf Merge "ART: Faster 712-varhandle-invocations" by Orion Hodson · 6 years ago
  8. ba345bf Merge "Disable 677-fsi2 on RI." by Orion Hodson · 6 years ago
  9. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  10. fd13287 Disable 677-fsi2 on RI. by Nicolas Geoffray · 6 years ago
  11. 4cb27ed ART: Remove 712 from knownfailures.txt by Orion Hodson · 6 years ago
  12. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 6 years ago
  13. e64d58c Fix typo that leads to crash. by Nicolas Geoffray · 6 years ago
  14. be9a83e Merge "Track (non-public) API change in String" by Neil Fuller · 6 years ago
  15. a88102c Merge "Track changes in java.lang.(StringBuilder|String)" by Neil Fuller · 6 years ago
  16. 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 6 years ago
  17. e57a82b Merge "Refactoring LSE/LSA: introduce heap location type" by Treehugger Robot · 6 years ago
  18. 064dfe4 Merge "Ignore failures in run-test 080-oom-throw with JIT." by Roland Levillain · 6 years ago
  19. 481d45e Ignore failures in run-test 080-oom-throw with JIT. by Roland Levillain · 6 years ago
  20. b1f8b73 Track changes in java.lang.(StringBuilder|String) by Neil Fuller · 6 years ago
  21. eef7757 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 6 years ago
  22. 9c422cc Merge "Hidden API: only log what we deny." by Mathew Inwood · 6 years ago
  23. 9b5ddff Hidden API: only log what we deny. by Mathew Inwood · 6 years ago
  24. df810b9 Merge "Move ArtDexFileLoader to libdexfile" by David Sehr · 6 years ago
  25. cb2187c Merge "Don't compile methods with irreducible loops and String.<init>." by Nicolas Geoffray · 6 years ago
  26. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  27. d147e2f Don't compile methods with irreducible loops and String.<init>. by Nicolas Geoffray · 6 years ago
  28. 90701d5 Do not run 999-redefine-hiddenapi under jvm/redefine-stress by David Brazdil · 6 years ago
  29. acc2519 Track (non-public) API change in String by Neil Fuller · 6 years ago
  30. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 6 years ago
  31. b765a3f Refactoring LSE/LSA: introduce heap location type by Aart Bik · 6 years ago
  32. 8865914 Make static libtistress version by Alex Light · 6 years ago
  33. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  34. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 6 years ago
  35. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  36. e0230b4 Merge "ART: Compiler support for const-method-handle" by Treehugger Robot · 6 years ago
  37. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 6 years ago
  38. 004b887 Merge "Adjust run test for target runs." by Treehugger Robot · 6 years ago
  39. 9d12a5e Adjust run test for target runs. by Nicolas Geoffray · 6 years ago
  40. 51dda39 Merge "ART: Compiler support for const-method-type" by Treehugger Robot · 6 years ago
  41. 96e81f2 Merge "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  42. d8860b4 Do not load app image for class collisions by Vladimir Marko · 6 years ago
  43. 922ba7e Merge changes I08f1acd0,I398e9baf by Roland Levillain · 6 years ago
  44. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 6 years ago
  45. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  46. 76cfe61 Support ART on-device testing in a chroot environment. by Roland Levillain · 7 years ago
  47. 1f9d3c3 Fix hiddenapi::MemberSignature for proxies by David Brazdil · 6 years ago
  48. 523cd63 Fix test after ag/3881475. by Mathew Inwood · 6 years ago
  49. 9a13d42 Consider whitelist when listing class members. by Mathew Inwood · 6 years ago
  50. 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 6 years ago
  51. 59962d7 Update expectations for 913-heaps for new D8 version by Søren Gjesse · 6 years ago
  52. b09abb2 Revert "ART: Support per PID stack trace files." by Andreas Gampe · 6 years ago
  53. 7d29753 ART: Disable 716-jli-jit-samples for jvmti stress tests by Orion Hodson · 6 years ago
  54. 86bb96f ART: Skip RI test of 716-jli-jit-samples by Orion Hodson · 6 years ago
  55. 53d2356 Merge "ART: No JIT for native MethodHandle/VarHandle methods" by Orion Hodson · 6 years ago
  56. 52f5a1f ART: No JIT for native MethodHandle/VarHandle methods by Orion Hodson · 6 years ago
  57. d637fda Merge "Add CommonArtTest" by David Sehr · 6 years ago
  58. e1b445b Merge "Increase logging in run-test 080-oom-throw to debug OOME-in-OOME issues." by Roland Levillain · 6 years ago
  59. b0be495 Merge "Add a few cases of non compatiple d8 tests" by Rico Wind · 6 years ago
  60. d5f8de8 Add CommonArtTest by David Sehr · 6 years ago
  61. 3f08e9b Remove some SIMD recognition code. by Aart Bik · 6 years ago
  62. f3a163c Increase logging in run-test 080-oom-throw to debug OOME-in-OOME issues. by Roland Levillain · 6 years ago
  63. a1b1b1b Add a few cases of non compatiple d8 tests by Rico Wind · 6 years ago
  64. b7f6807 Merge "Remove changes to 001-HelloWorld" by android-build-prod (mdb) · 6 years ago
  65. f094ac2 Merge changes I4a084367,Id4636dc1 by android-build-prod (mdb) · 6 years ago
  66. 9fecf30 Remove changes to 001-HelloWorld by Alex Light · 6 years ago
  67. 20da733 Remove skip of test 904 for JIT by Alex Light · 6 years ago
  68. d4102ba Limit test 904 to examining test threads by Alex Light · 6 years ago
  69. 56189d2 Merge "Step 2 of 2: conditional passes." by Aart Bik · 6 years ago
  70. 2e14868 Step 2 of 2: conditional passes. by Aart Bik · 6 years ago
  71. 9276ec7 Merge "Make test 1935 avoid entering jit code before test thread starts" by android-build-prod (mdb) · 6 years ago
  72. 60eff82 Make test 1935 avoid entering jit code before test thread starts by Alex Light · 6 years ago
  73. 10a3f31 Add additional logging to test 1940 by Alex Light · 6 years ago
  74. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 6 years ago
  75. 83b7419 Add libprofile/libprofiled to public libraries. by Nicolas Geoffray · 6 years ago
  76. 1979c64 Clean up include paths by David Sehr · 6 years ago
  77. 82d046e Add a profiling library by David Sehr · 6 years ago
  78. ee06c5a ART: Additional info for run-test --dev --host by Orion Hodson · 6 years ago
  79. 9d46333 Merge "Revert "Revert^2: Deopt does not throw"" by Treehugger Robot · 6 years ago
  80. 75ff2c9 Revert "Revert^2: Deopt does not throw" by Aart Bik · 6 years ago
  81. 1f27e6d Merge "Make test 906 retry to avoid gc races" by Alex Light · 6 years ago
  82. f3c670e Make test 906 retry to avoid gc races by Alex Light · 6 years ago
  83. a90cc87 Merge "Revert^2: Deopt does not throw" by Aart Bik · 6 years ago
  84. f889c70 Always allow agent attach on userdebug builds with kArtTiVersion by Alex Light · 6 years ago
  85. 240384b Revert^2: Deopt does not throw by Aart Bik · 6 years ago
  86. 080820c Revert "Deopt does not throw" by Aart Bik · 6 years ago
  87. 2905de1 Deopt does not throw by Aart Bik · 6 years ago
  88. 740a509 Merge "Run GVN earlier." by Treehugger Robot · 6 years ago
  89. 783bdf8 Add more logging to test 1935 by Alex Light · 6 years ago
  90. 6d05700 Run GVN earlier. by Aart Bik · 6 years ago
  91. 6648da1 Merge "Bug fix in SIMD result detection." by Treehugger Robot · 6 years ago
  92. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  93. 3f8e02c Bug fix in SIMD result detection. by Aart Bik · 6 years ago
  94. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  95. dc83dea Merge "Prevent deadlock calling transformation functions in ClassLoad callback." by Alex Light · 6 years ago
  96. 9574f49 ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 6 years ago
  97. b143d26 Merge "ART: Fix MethodHandle invoke-super" by Orion Hodson · 6 years ago
  98. 9e7859c Prevent deadlock calling transformation functions in ClassLoad callback. by Alex Light · 6 years ago
  99. 0f59574 ART: Fix MethodHandle invoke-super by Orion Hodson · 6 years ago
  100. 28be106 Load-balance gcstress and gcverify ART test configurations. by Roland Levillain · 6 years ago