1. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 6 years ago
  2. ad70b32 Merge "Add measurement of Dex code bytes and number of unique code items" by Mathieu Chartier · 6 years ago
  3. 43efe77 Merge "Remove some dex analysis from oatdump" by Mathieu Chartier · 6 years ago
  4. cb107db Merge "Move profman/ to ClassAccessor" by Mathieu Chartier · 6 years ago
  5. 39b8648 Merge "ART: fix 463-checker-boolean-simplier for jvm" by Treehugger Robot · 6 years ago
  6. 11a482d Merge "Dexdump: fix type printing for call sites" by Treehugger Robot · 6 years ago
  7. f507810 Merge "Remove mirror::Reference::java_lang_ref_Reference." by Vladimir Marko · 6 years ago
  8. 7d90630 ART: fix 463-checker-boolean-simplier for jvm by Orion Hodson · 6 years ago
  9. 0f6cc7f Dexdump: fix type printing for call sites by Orion Hodson · 6 years ago
  10. 0b7e6c9 Merge "Have testrunner honor ART_TEST_CHROOT only for target tests." by Roland Levillain · 6 years ago
  11. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 6 years ago
  12. a326807 Merge changes Iaf172f37,I15a8ade7,Icbc6b62b by Vladimir Marko · 6 years ago
  13. 8967547 Merge "ART-tests: Remove DX-dependency from 458-checker-instruct-simplification" by Tamas Kenez · 6 years ago
  14. 8a9fccc Merge "ART-tests: Remove DX-dependency from 463-checker-boolean-simplifier." by Tamas Kenez · 6 years ago
  15. b425899 ART-tests: Remove DX-dependency from 463-checker-boolean-simplifier. by Tamas Kenez · 6 years ago
  16. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 6 years ago
  17. 0b3e830 Merge "ART: Fix run-test invocation for jvm tests" by Treehugger Robot · 6 years ago
  18. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 6 years ago
  19. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  20. 644edf1 ART-tests: Remove DX-dependency from 458-checker-instruct-simplification by Tamas Kenez · 6 years ago
  21. bfd6df4 Merge "ART: SBC: Support single exit loops with live_outs." by Treehugger Robot · 6 years ago
  22. b7e7846 Merge "ART: Remove jack from tools" by Orion Hodson · 6 years ago
  23. 6aa4e0d ART: Fix run-test invocation for jvm tests by Orion Hodson · 6 years ago
  24. 20f4992 Move profman/ to ClassAccessor by Mathieu Chartier · 6 years ago
  25. ba4c118 Remove some dex analysis from oatdump by Mathieu Chartier · 6 years ago
  26. ebf5902 Merge "Move compiler/ to ClassAccessor" by Mathieu Chartier · 6 years ago
  27. 4f6858c Merge "Remove hard-coded Object class from test 980" by Alex Light · 6 years ago
  28. fbee398 Remove hard-coded Object class from test 980 by Alex Light · 6 years ago
  29. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 6 years ago
  30. ca210e3 ART: SBC: Support single exit loops with live_outs. by Artem Serov · 7 years ago
  31. b0633b2 Have testrunner honor ART_TEST_CHROOT only for target tests. by Roland Levillain · 6 years ago
  32. e467526 Merge "Add a tear-down script for devices used in ART target testing." by Roland Levillain · 6 years ago
  33. f83f84a ART: Remove jack from tools by Orion Hodson · 6 years ago
  34. 8467030 Merge "ART: Enable scalar loop peeling and unrolling." by Treehugger Robot · 6 years ago
  35. 223b8dc Merge "Check that /system exists in chroot before cleaning it up." by Roland Levillain · 6 years ago
  36. bb7cd23 Merge "ART: Remove jack from test" by Treehugger Robot · 6 years ago
  37. 4a1cac4 ART: Remove jack from test by Orion Hodson · 6 years ago
  38. 7c3a8c1 Add measurement of Dex code bytes and number of unique code items by Mathieu Chartier · 6 years ago
  39. d804b76 Merge "Add ClassIterator" by Mathieu Chartier · 6 years ago
  40. 05dc23e Add ClassIterator by Mathieu Chartier · 6 years ago
  41. ac1cec6 Merge "Fix gtest Makefile rules with respect to chroot support." by Roland Levillain · 6 years ago
  42. 148a7c3 Merge "ART: Fix missing field type crasher" by Treehugger Robot · 6 years ago
  43. 5604938 Add a tear-down script for devices used in ART target testing. by Roland Levillain · 6 years ago
  44. 59df4f8 Check that /system exists in chroot before cleaning it up. by Roland Levillain · 6 years ago
  45. ff7ff42 Merge "ObjPtr<>-ify tests using ClassLinker::FindClass()." by Vladimir Marko · 6 years ago
  46. c6d02fd Fix gtest Makefile rules with respect to chroot support. by Roland Levillain · 6 years ago
  47. 9fa1bab ART: Fix missing field type crasher by Orion Hodson · 6 years ago
  48. aaebb14 Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses." by Vladimir Marko · 6 years ago
  49. 79866c1 Merge "ART-tests: Remove DX dependency from 450-checker-types." by Tamas Kenez · 6 years ago
  50. 1500bc6 ART-tests: Remove DX dependency from 450-checker-types. by Tamas Kenez · 6 years ago
  51. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 6 years ago
  52. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 6 years ago
  53. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  54. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  55. 04f0eaf Merge "ART: Skip duplicate classes during compilation" by Treehugger Robot · 6 years ago
  56. 438918b Merge "Add ClassAccessor" by Mathieu Chartier · 6 years ago
  57. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  58. e816389 Merge "LSE improvement: better singleton array optimization" by Treehugger Robot · 6 years ago
  59. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 6 years ago
  60. cbe50e9 Merge "ObjPtr<>-ify annotation processing." by Treehugger Robot · 6 years ago
  61. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 6 years ago
  62. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 6 years ago
  63. 1d00c53 Merge "ART: Fix for pkill on device in run-jdwp-tests.sh" by Orion Hodson · 6 years ago
  64. 64e8175 Merge "Rewrite stackmap encoding code." by David Srbecky · 6 years ago
  65. cfb4ed5 ART: Fix for pkill on device in run-jdwp-tests.sh by Orion Hodson · 6 years ago
  66. dd5f539 Merge "Remove "stack_map.h" include from code_generator." by David Srbecky · 6 years ago
  67. 7867514 Merge "ART: Remove 712 from knownfailures.txt" by Orion Hodson · 6 years ago
  68. 3eb68cf Merge "ART: Faster 712-varhandle-invocations" by Orion Hodson · 6 years ago
  69. ba345bf Merge "Disable 677-fsi2 on RI." by Orion Hodson · 6 years ago
  70. e801116 Merge "Add plugin for testing method tracing speed." by Treehugger Robot · 6 years ago
  71. 673726b Add plugin for testing method tracing speed. by Alex Light · 6 years ago
  72. c2b4db6 Add ClassAccessor by Mathieu Chartier · 6 years ago
  73. 4fe708c Remove "stack_map.h" include from code_generator. by David Srbecky · 6 years ago
  74. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  75. fd13287 Disable 677-fsi2 on RI. by Nicolas Geoffray · 6 years ago
  76. 8419022 Merge "Fix typo that leads to crash." by Nicolas Geoffray · 6 years ago
  77. 4cb27ed ART: Remove 712 from knownfailures.txt by Orion Hodson · 6 years ago
  78. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 6 years ago
  79. e64d58c Fix typo that leads to crash. by Nicolas Geoffray · 6 years ago
  80. 1c515f0 Merge "ART: Simplify operands in InstructionBuilder" by Treehugger Robot · 6 years ago
  81. e937c04 Merge "Fix golem runs." by Nicolas Geoffray · 6 years ago
  82. 763a14a Fix golem runs. by Nicolas Geoffray · 6 years ago
  83. be9a83e Merge "Track (non-public) API change in String" by Neil Fuller · 6 years ago
  84. 518fcc5 Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 6 years ago
  85. b674a14 Revert^2 "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  86. 2c5827a ART: Simplify operands in InstructionBuilder by Treehugger Robot · 6 years ago
  87. f604975 Merge "Move and rewrite bit loading/storing methods." by David Srbecky · 6 years ago
  88. 68fefac Move and rewrite bit loading/storing methods. by David Srbecky · 6 years ago
  89. b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 6 years ago
  90. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 6 years ago
  91. 8926b78 Merge "Re-enable LZ4_compress_HC in image writer" by Mathieu Chartier · 6 years ago
  92. ed28df6 Merge "Add ASCII vs UTF-16 string data analysis" by Mathieu Chartier · 6 years ago
  93. a218b3e Re-enable LZ4_compress_HC in image writer by Mathieu Chartier · 6 years ago
  94. f275979 Add ASCII vs UTF-16 string data analysis by Mathieu Chartier · 6 years ago
  95. a88102c Merge "Track changes in java.lang.(StringBuilder|String)" by Neil Fuller · 6 years ago
  96. 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 6 years ago
  97. e57a82b Merge "Refactoring LSE/LSA: introduce heap location type" by Treehugger Robot · 6 years ago
  98. 064dfe4 Merge "Ignore failures in run-test 080-oom-throw with JIT." by Roland Levillain · 6 years ago
  99. 8d744d9 Merge "Fix test 674-hiddenapi when debuggable." by Mathew Inwood · 6 years ago
  100. 481d45e Ignore failures in run-test 080-oom-throw with JIT. by Roland Levillain · 6 years ago