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