1. 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 6 years ago
  2. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 6 years ago
  3. 289bd1c Make GVN handle HDeoptimize better by Alex Light · 6 years ago
  4. 2b74f60 ART: Add recognition of optimized HRems in BCE by Evgeny Astigeevich · 6 years ago
  5. 6587d91 ART: Simplify HRem to reuse existing HDiv by Evgeny Astigeevich · 6 years ago
  6. 72cf0a8 Revert "Move ART gtests to general-tests." by David Srbecky · 6 years ago
  7. efc8004 Revert "ART-tests: Remove DX dependency from 450-checker-types." by Vladimir Marko · 6 years ago
  8. b122cd6 Revert "ART-tests: Remove DX-dependency from 530-checker-lse" by Vladimir Marko · 6 years ago
  9. f68ce90 Make test 656-checker-simd-opt pass on RI. by Vladimir Marko · 6 years ago
  10. 0e6d73a Move ART gtests to general-tests. by David Srbecky · 6 years ago
  11. faada5e Revert "Move a 530-checker-lse test from java to smali" by Vladimir Marko · 6 years ago
  12. 638c28f Revert "Port two methods in checker-dead-blocks to Smali" by Vladimir Marko · 6 years ago
  13. 6fb8e57 Revert "Smailify a test in checker-lse-ctor-fences" by Vladimir Marko · 6 years ago
  14. 1faa17f Revert "Move InlineWithControlFlow to Smali based." by Vladimir Marko · 6 years ago
  15. 344e24e Make test 455-checker-gvn pass on RI. by Vladimir Marko · 6 years ago
  16. 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 6 years ago
  17. 6bc480b Fix dlsym lookup trampoline for @CriticalNative. by Vladimir Marko · 6 years ago
  18. 06d9854 Checker: Support IF, ELIF, ELSE, FI by David Brazdil · 10 years ago
  19. a21054b Remove stale dependency on dx. by Martin Stjernholm · 6 years ago
  20. 6355d69 Remove core.art image by David Srbecky · 6 years ago
  21. 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 6 years ago
  22. 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 6 years ago
  23. 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 6 years ago
  24. 262925e Add test-suite-tag for ART gtests. by David Srbecky · 6 years ago
  25. adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 6 years ago
  26. b3146d0 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 6 years ago
  27. a2efd2a Add regression test for b/36989421 by Alex Light · 6 years ago
  28. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 6 years ago
  29. d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 6 years ago
  30. 2acd1ec HWASan fixes for ART tests by David Srbecky · 6 years ago
  31. 1f5300a Fix heap exhaustion logic by Lokesh Gidra · 6 years ago
  32. daee51f Revert "Move ArtGtestsTarget to general-tests." by Sooraj Sasindran · 6 years ago
  33. 5217396 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 6 years ago
  34. 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 6 years ago
  35. 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 6 years ago
  36. c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 6 years ago
  37. 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 6 years ago
  38. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 6 years ago
  39. 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 6 years ago
  40. 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 6 years ago
  41. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 6 years ago
  42. aba509f Add a --csv-results flag to testrunner by Alex Light · 6 years ago
  43. e050f58 Fix ArtGtestsTarget by David Srbecky · 6 years ago
  44. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 6 years ago
  45. 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 6 years ago
  46. 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 6 years ago
  47. 94a810b Small cleanups by Eric Holk · 6 years ago
  48. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 6 years ago
  49. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 6 years ago
  50. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 6 years ago
  51. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 6 years ago
  52. b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 6 years ago
  53. 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 6 years ago
  54. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 6 years ago
  55. 3971661 Relax 2033-shutdown-mechanics result comparison by Hans Boehm · 6 years ago
  56. 2a84650 Make tests robust against GCs failing early by Hans Boehm · 6 years ago
  57. b6ea8bb Revert "Disable ART run-test 2231-oat-require-app-image on the RI." by Alessio Balsini · 6 years ago
  58. 40082b6 Revert "Reject OAT file in speed-profile if app image is rejected" by Louis Chang · 6 years ago
  59. 196eabf Rework 2034-spaces-in-SimpleName to run on RI. by Ulya Trafimovich · 6 years ago
  60. dac9c97 Rename test to avoid number clash with another test. by Ulya Trafimovich · 6 years ago
  61. 9c674ca Explicitly flush stdout in 2033-shutdown-mechanics by Hans Boehm · 6 years ago
  62. d898624 Disable ART run-test 2231-oat-require-app-image on the RI. by Roland Levillain · 6 years ago
  63. c2a769d Refactor builder intrinsic tests. by Vladimir Marko · 6 years ago
  64. bf10f65 Move skips for --jvm 2009, 2011, and 2012 to appropriate block by Alex Light · 6 years ago
  65. 06c0d17 Fix tests 1953, 1954, 1955 and, 1956 on --jvm by Alex Light · 6 years ago
  66. 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 6 years ago
  67. aafe432 Move some checker tests from smali to Java. by Vladimir Marko · 6 years ago
  68. 9b78924 Fix execution with RI in ART `testrunner.py` script. by Roland Levillain · 6 years ago
  69. cc82f79 Disable ART run-tests newly failing on the RI. by Roland Levillain · 6 years ago
  70. 6127ace Increase shutdown time constants by Hans Boehm · 6 years ago
  71. b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 6 years ago
  72. 75c3ff3 Better instrument 067-preemptive-unpark by Hans Boehm · 6 years ago
  73. 050e215 Fix typo in name of ART run-test `941-recurive-obsolete-jit`. by Roland Levillain · 6 years ago
  74. b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 6 years ago
  75. 672295a Add test for JNI env modifications on shutdown by Hans Boehm · 6 years ago
  76. 5f84607 Optimizing: Construct intrinsic HIR in builder. by Vladimir Marko · 6 years ago
  77. f823f0e Fix deadlock bug in test 2005 by Alex Light · 6 years ago
  78. b47b978 ART: Fix vectorizer HalvingAdd idiom. by Artem Serov · 7 years ago
  79. 69847ca Remove 726 test by Calin Juravle · 6 years ago
  80. b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 6 years ago
  81. 42df1c7 Compile boot image on host. by David Srbecky · 6 years ago
  82. a801213 Update art/911-get-stack-trace expectations by Morten Krogh-Jespersen · 6 years ago
  83. 2506eff Replace art_cts_jvmti_test_library filegroup with java_library by Paul Duffin · 6 years ago
  84. 216a645 Remove libicuuc/libicui18n usage from art_gtest_defaults by Victor Chang · 6 years ago
  85. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 6 years ago
  86. fdd4684 Deduplicate interned image strings. by Vladimir Marko · 6 years ago
  87. d31cff1 Remove conscrypt as a build time dependency of ART. by Nicolas Geoffray · 6 years ago
  88. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 6 years ago
  89. a467a6e Fix incorrect interface-override linking by Alex Light · 6 years ago
  90. e5621f5 Wrap expected_cts_outputs in a java_library by Paul Duffin · 6 years ago
  91. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 6 years ago
  92. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 6 years ago
  93. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 6 years ago
  94. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 6 years ago
  95. 873bb64 Add "linkage" test options by David Sehr · 6 years ago
  96. 80495fd Re-enable 137-cfi test. by David Srbecky · 6 years ago
  97. 0300822 Move @CriticalNative arguments in registers. by Vladimir Marko · 6 years ago
  98. 444dc1c Fix 1001-app-image-regions by Mathieu Chartier · 6 years ago
  99. 539d1d4 Blacklist test 596/597 for no-prebuild by Mathieu Chartier · 6 years ago
  100. 038a198 "Revert^6 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 6 years ago