1. 61d5041 Add skip for 1946-asan + interp-ac by Alex Light · 7 years ago
  2. 350b6a3 Merge "ART: Improve IsValidMemberName" by Treehugger Robot · 7 years ago
  3. 6053390 Merge "Move DexFileVerifier to ClassAccessor" by Treehugger Robot · 7 years ago
  4. d132db8 Merge "Disable inlining test with debuggable." by Nicolas Geoffray · 7 years ago
  5. 759fea2 ART: Improve IsValidMemberName by Andreas Gampe · 7 years ago
  6. c49e8f2 Move DexFileVerifier to ClassAccessor by Mathieu Chartier · 7 years ago
  7. 72fb863 Merge "Update expectations for libcore/gcstress." by Nicolas Geoffray · 7 years ago
  8. c3e740b Disable inlining test with debuggable. by Nicolas Geoffray · 7 years ago
  9. 537dd4a Merge "Increase stack size for tests 1917 and 1934" by Treehugger Robot · 7 years ago
  10. 296a8da Update expectations for libcore/gcstress. by Nicolas Geoffray · 7 years ago
  11. b2a42f5 Increase stack size for tests 1917 and 1934 by Alex Light · 7 years ago
  12. d0c6ec3 Merge "Run ART run-tests with ASan in interpreter access-checks mode." by Roland Levillain · 7 years ago
  13. c8a54ff Merge "Limit buffer size to 16MB on fugu." by Treehugger Robot · 7 years ago
  14. ee30c59 Merge "Move MethodInfo to CodeInfo." by Treehugger Robot · 7 years ago
  15. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 7 years ago
  16. 91f0fdb Merge "Deduplicate stackmaps at BitTable level." by David Srbecky · 7 years ago
  17. 35dc0b5 Merge "Fix jni_internal_test dependency." by Nicolas Geoffray · 7 years ago
  18. 30f3e9c Run ART run-tests with ASan in interpreter access-checks mode. by Roland Levillain · 7 years ago
  19. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 7 years ago
  20. 928567b Fix jni_internal_test dependency. by Nicolas Geoffray · 7 years ago
  21. ca182f2 Merge "ahat: support java.lang.ref.Finalizer" by Treehugger Robot · 7 years ago
  22. efadbcd ahat: support java.lang.ref.Finalizer by Richard Uhler · 7 years ago
  23. 58573cc Merge "Ensure seq_cst memory ordering for num_contenders" by Hans Boehm · 7 years ago
  24. facf41a Merge "Compress mini-debug-info in small chunks." by David Srbecky · 7 years ago
  25. 10c6223 Merge "Add string prefix optimization" by Mathieu Chartier · 7 years ago
  26. b624009 Add string prefix optimization by Mathieu Chartier · 7 years ago
  27. 40ade6f Merge "Move dex_file_tracking_registrar and art_dex_file_loader_test to class_accessor" by Mathieu Chartier · 7 years ago
  28. 11d506c Merge "Fix exception_test." by David Srbecky · 7 years ago
  29. e8d3a63 Fix exception_test. by David Srbecky · 7 years ago
  30. 94c54de Move dex_file_tracking_registrar and art_dex_file_loader_test to class_accessor by Mathieu Chartier · 7 years ago
  31. 9acb522 Merge changes I07fcf6f2,I01074aee by Treehugger Robot · 7 years ago
  32. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 7 years ago
  33. dda4e8b ARM64: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 7 years ago
  34. 921702d Merge "Fix typo in class2greylist" by Treehugger Robot · 7 years ago
  35. e42ecd9 Fix typo in class2greylist by David Brazdil · 7 years ago
  36. 240a564 Ensure seq_cst memory ordering for num_contenders by Hyangseok Chae · 7 years ago
  37. d61bd66 Merge "Decode only the needed tables from CodeInfo." by David Srbecky · 7 years ago
  38. acb5d46 Merge "Add raw_monitor_enter_no_suspend extension" by Treehugger Robot · 7 years ago
  39. c98f83e Add raw_monitor_enter_no_suspend extension by Alex Light · 7 years ago
  40. 2e91db9 Merge "Move class2greylist from frameworks/base." by Mathew Inwood · 7 years ago
  41. 81b334f Move class2greylist from frameworks/base. by Mathew Inwood · 7 years ago
  42. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 7 years ago
  43. f5dcd31 Merge "Re-enable tests for no-image & jit." by Vladimir Marko · 7 years ago
  44. 0b2c697 Merge "Generate unstripped .oat files in the symbols directory." by Treehugger Robot · 7 years ago
  45. 86ae9c3 Re-enable tests for no-image & jit. by Vladimir Marko · 7 years ago
  46. be272b9 Merge "Move dexdump, dexlist, openjdkjvmti to ClassAccessor" by Mathieu Chartier · 7 years ago
  47. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 7 years ago
  48. 98b189f Merge "Mark more phony targets as PHONY" by Treehugger Robot · 7 years ago
  49. d60f5a2 Mark more phony targets as PHONY by Dan Willemsen · 7 years ago
  50. c19adea Merge "ART: Fix CheckedCall" by Treehugger Robot · 7 years ago
  51. 8635d85 Merge "Move dex2oat_test to ClassAccessor" by Mathieu Chartier · 7 years ago
  52. da6220a Merge "Elide ClinitCheck for superclasses with trivial init." by Vladimir Marko · 7 years ago
  53. b789d89 Merge "Fix a stale reference use." by Vladimir Marko · 7 years ago
  54. bf3e4e2 Merge "Finish moving oatdump to ClassAccessor" by Mathieu Chartier · 7 years ago
  55. 2242ef1 Move dex2oat_test to ClassAccessor by Mathieu Chartier · 7 years ago
  56. 2a7867f ART: Fix CheckedCall by Andreas Gampe · 7 years ago
  57. 98dad40 Finish moving oatdump to ClassAccessor by Mathieu Chartier · 7 years ago
  58. 2ab1bdd Elide ClinitCheck for superclasses with trivial init. by Vladimir Marko · 7 years ago
  59. fca0b49 Fix a stale reference use. by Vladimir Marko · 7 years ago
  60. fe62f67 Merge "Update ahat version number to 1.6" by Treehugger Robot · 7 years ago
  61. 55a2789 Update ahat version number to 1.6 by Richard Uhler · 7 years ago
  62. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 7 years ago
  63. fb9c672 Merge "Fix mac build (hopefully)" by Treehugger Robot · 7 years ago
  64. 9a497a6 Fix mac build (hopefully) by Mathieu Chartier · 7 years ago
  65. b85c4a3 Merge "Add some helpful features to jdwp test runners" by Treehugger Robot · 7 years ago
  66. d0d25fe Add some helpful features to jdwp test runners by Alex Light · 7 years ago
  67. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
  68. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 7 years ago
  69. 6250dfa Merge "Add a public error code to DexFileLoader::OpenAll." by Dario Freni · 7 years ago
  70. 125a47c Merge "Move .art.rel data to a section in .art, part 1." by Vladimir Marko · 7 years ago
  71. 6514f95 Merge "ART: Clean up unused using declarations" by Treehugger Robot · 7 years ago
  72. 1eb8ce0 Merge "ART: Add more tidy checks to fatal list" by Treehugger Robot · 7 years ago
  73. 2472a52 Merge "Use std::move() to prevent copying." by Treehugger Robot · 7 years ago
  74. a89ec15 Merge "ART: Disable Wunreachable-code for tidy" by Treehugger Robot · 7 years ago
  75. 1a727b0 Use std::move() to prevent copying. by Stephen Hines · 7 years ago
  76. a8416b6 Merge "ART: disable test 712 for interpreter+gcstress" by Orion Hodson · 7 years ago
  77. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 7 years ago
  78. 6f4cf6e ART: Add more tidy checks to fatal list by Andreas Gampe · 7 years ago
  79. c1d762a Merge "Revert "Revert "Handle a special case of lock aliasing during lock verification""" by Treehugger Robot · 7 years ago
  80. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 7 years ago
  81. e01844a ART: disable test 712 for interpreter+gcstress by Orion Hodson · 7 years ago
  82. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 7 years ago
  83. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 7 years ago
  84. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  85. ff43ade Limit buffer size to 16MB on fugu. by Nicolas Geoffray · 7 years ago
  86. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  87. 79deffc Merge "Revert^5 "Rewrite JVMTI method tracing to use trampolines"" by David Srbecky · 7 years ago
  88. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  89. b7044de Merge "Revert^4 "Rewrite JVMTI method tracing to use trampolines"" by Treehugger Robot · 7 years ago
  90. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  91. 3742245 Merge "Add test 071-dexfile to skips for gcstress" by Treehugger Robot · 7 years ago
  92. eee2ee8 Add test 071-dexfile to skips for gcstress by Alex Light · 7 years ago
  93. 14daaca Merge "Revert^3 "Rewrite JVMTI method tracing to use trampolines"" by David Srbecky · 7 years ago
  94. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  95. 289c6c4 Merge "ahat: add support for parsing 0x0C HEAP DUMP record" by Treehugger Robot · 7 years ago
  96. eb5ff61 ahat: add support for parsing 0x0C HEAP DUMP record by Richard Uhler · 7 years ago
  97. 7f7f9d3 Merge "Add --retained option to ahat" by Treehugger Robot · 7 years ago
  98. 557204a Merge "Add another test that the slower gcstress causes timeouts" by Treehugger Robot · 7 years ago
  99. 23ea024 Add another test that the slower gcstress causes timeouts by Alex Light · 7 years ago
  100. 1bec084 Merge changes Id83aa0d7,I91211641 by Treehugger Robot · 7 years ago