1. 2ce6fc8 Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE by Alex Light · 7 years ago
  2. 1530591 Merge "Do not abort if we fail to allocate a thread-peer on shutdown" by Alex Light · 7 years ago
  3. e44ee0c Do not abort if we fail to allocate a thread-peer on shutdown by Alex Light · 7 years ago
  4. ee74149 Force JIT on reduction with many variables. by Aart Bik · 7 years ago
  5. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  6. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 7 years ago
  7. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 7 years ago
  8. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  9. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 7 years ago
  10. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 7 years ago
  11. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 7 years ago
  12. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  13. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 7 years ago
  14. 4d77daf Correct behavior of thread suspension around Raw monitors by Alex Light · 7 years ago
  15. b6f3464 Ensure shutdown thread has a java peer. by Alex Light · 7 years ago
  16. a821bb1 Merge "Make D8 Desugaring default." by Alan Leung · 7 years ago
  17. a61e97f Merge "Remove CodeItem accessor functions" by Mathieu Chartier · 7 years ago
  18. a81a374 Ignore OOMEs in ThreadStress' QueuedWait operation. by Roland Levillain · 7 years ago
  19. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  20. 50173eb Make D8 Desugaring default. by Alan Leung · 7 years ago
  21. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  22. e8f74ca ART: Ensure slow-debug mode in dex2oatd testing by Andreas Gampe · 7 years ago
  23. 90f2097 Merge "Fix Concurrency issues in test 1941" by Treehugger Robot · 7 years ago
  24. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  25. 4ae4e7e Fix Concurrency issues in test 1941 by Alex Light · 7 years ago
  26. 1e01815 Fix potential out of bounds access in 151-OpenFileLimit test. by Richard Uhler · 7 years ago
  27. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  28. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  29. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  30. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 7 years ago
  31. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  32. 7d355c7 Merge "Work around a art test script bug mixing up bootclasspaths." by Tobias Thierer · 7 years ago
  33. c9b09e4 Merge "Tweak art tests to decouple better from toolchain version." by Tobias Thierer · 7 years ago
  34. 95e5a35 Merge "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  35. 7ff53f8 Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex" by Mathieu Chartier · 7 years ago
  36. 1e61f98 Merge "Move art-heap-poisoning and art-gtest-ss-gc to test cdex" by Mathieu Chartier · 7 years ago
  37. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  38. 437b54c Work around a art test script bug mixing up bootclasspaths. by Tobias Thierer · 7 years ago
  39. bb68b22 Tweak art tests to decouple better from toolchain version. by Tobias Thierer · 7 years ago
  40. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  41. fe8a897 Merge changes Ib1381084,Icb2a838f by Vladimir Marko · 7 years ago
  42. 8a34abc Move art-heap-poisoning and art-gtest-ss-gc to test cdex by Mathieu Chartier · 7 years ago
  43. ed416f7 Merge "Fix the side effects of clinit check" by Treehugger Robot · 7 years ago
  44. 217eb06 Fix the side effects of clinit check by Mingyao Yang · 7 years ago
  45. ba3a790 Merge "Revert "ART: Try to statically evaluate some conditions."" by Treehugger Robot · 7 years ago
  46. 8758454 Clean up InstanceOf/CheckCast. by Vladimir Marko · 7 years ago
  47. 04366f3 Revert "ART: Try to statically evaluate some conditions." by Nicolas Geoffray · 7 years ago
  48. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 7 years ago
  49. 7eb4333 Merge "Loosen check:jni around GetStatic[...]Field" by Treehugger Robot · 7 years ago
  50. e4033fa Loosen check:jni around GetStatic[...]Field by Alex Light · 7 years ago
  51. 89ff8b2 ARM64: Workaround for the callee saved FP registers and SIMD. by Artem Serov · 7 years ago
  52. 03376f4 Merge "ART: Try to statically evaluate some conditions." by Treehugger Robot · 7 years ago
  53. e5463a8 Ensure that DDM processing doesn't leave unhandled exceptions by Alex Light · 7 years ago
  54. 6f2a634 Clean up JVMTI DDMS extension function. by Alex Light · 7 years ago
  55. 1de1e11 ART: Try to statically evaluate some conditions. by Artem Serov · 7 years ago
  56. 8a4d1e5 ART: Give 667-jit-jni-stub more time for compiling. by Vladimir Marko · 7 years ago
  57. e38ff66 Merge "Don't check the offset of a NPE for field accesses." by Nicolas Geoffray · 7 years ago
  58. f279b82 Merge "Add --cdex-fast and --cdex-none variant to testrunner" by Mathieu Chartier · 7 years ago
  59. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  60. dcd56c9 Add --cdex-fast and --cdex-none variant to testrunner by Mathieu Chartier · 7 years ago
  61. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  62. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  63. 1344914 Don't check the offset of a NPE for field accesses. by Nicolas Geoffray · 7 years ago
  64. 5449e07 Merge "Fixed spilling bug (visible on ARM64): missed SIMD type." by Aart Bik · 7 years ago
  65. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  66. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  67. 2dd7b67 Fixed spilling bug (visible on ARM64): missed SIMD type. by Aart Bik · 7 years ago
  68. d515362 Merge "Merged a few more ARM64/MIPS64 cases." by Aart Bik · 7 years ago
  69. 3bcb751 type conversion elimination for store value only uses. by Mingyao Yang · 7 years ago
  70. 4388fb2 Merge "Fix typing bug in load store elimination" by Treehugger Robot · 7 years ago
  71. 94539fd Fix typing bug in load store elimination by Vladimir Marko · 7 years ago
  72. 52f205a ART: Remove old aget on null workaround by Andreas Gampe · 7 years ago
  73. 83a5710 Merged a few more ARM64/MIPS64 cases. by Aart Bik · 7 years ago
  74. 718173b Merge "Fix races in trace_helper.cc" by Alex Light · 7 years ago
  75. 2743d75 Fix races in trace_helper.cc by Alex Light · 7 years ago
  76. 9cb7fe4 Exploited CHECK-START-{x,y,z} syntax. by Aart Bik · 7 years ago
  77. f057d5d Merge "Introduced CHECK-START-{x,y,z} syntax." by Treehugger Robot · 7 years ago
  78. 6f2960c Merge "Enhance removed loads/substitutes in LSE." by Mingyao Yang · 7 years ago
  79. fbaf29e Fix test failure of 638-checker-inline-cache-intrinsic by Mingyao Yang · 7 years ago
  80. 206070c Enhance removed loads/substitutes in LSE. by Mingyao Yang · 7 years ago
  81. 92706a8 Introduced CHECK-START-{x,y,z} syntax. by Aart Bik · 7 years ago
  82. 6b1aebe Allow devirtualized method to be intrinsified. by Mingyao Yang · 7 years ago
  83. 45d3efb Merge "Type conversion elimination of constants" by Mingyao Yang · 7 years ago
  84. 175706e Merge "Add VMDebug.getInstancesOfClasses API." by Treehugger Robot · 7 years ago
  85. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  86. 75bb2f3 Type conversion elimination of constants by Mingyao Yang · 7 years ago
  87. a43a894 Merge "Revert^4 "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  88. 0b0d03d Merge "ART: Allow multiple tests to be requested" by Treehugger Robot · 7 years ago
  89. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  90. 1fa2881 Merge "Add DexFile.getStaticSizeOfFile function." by Richard Uhler · 7 years ago
  91. 8f8bd8b Merge "Revert "Revert "Revert "JIT JNI stubs."""" by Nicolas Geoffray · 7 years ago
  92. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  93. 09b2d50 ART: Allow multiple tests to be requested by Andreas Gampe · 7 years ago
  94. 111b7d4 Merge "ART: Change lock dumping" by Treehugger Robot · 7 years ago
  95. 1f541bf Merge "Re-enable in-process unwind test." by David Srbecky · 7 years ago
  96. ee58bd4 Re-enable in-process unwind test. by David Srbecky · 7 years ago
  97. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  98. 299c1e1 Merge "Revert "JIT JNI stubs."" by Treehugger Robot · 7 years ago
  99. aaf0d38 ART: Change lock dumping by Andreas Gampe · 7 years ago
  100. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago