1. b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 4 years, 5 months ago
  2. 39e99da Fix 566-polymorphic-inlining to support tiered JIT. by Nicolas Geoffray · 4 years, 5 months ago
  3. ebb726d Temporarily disable test that needs to be rewritten for tiered JIT. by Nicolas Geoffray · 4 years, 5 months ago
  4. 7992467 Rename meta-reflection changeid by Andrei Onea · 4 years, 5 months ago
  5. faf5f3f Fix stack unwinding for nterp on arm64. by Nicolas Geoffray · 4 years, 6 months ago
  6. ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 4 years, 5 months ago
  7. 1525960 Upper-case the i18n host data path for consistency. by Nicolas Geoffray · 4 years, 5 months ago
  8. 5ece8ff Add i18n as dependency of host run tests. by Nicolas Geoffray · 4 years, 5 months ago
  9. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  10. 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 4 years, 5 months ago
  11. 3c359ee ARM64: Enable SDOT/UDOT instructions emission. by Artem Serov · 4 years, 6 months ago
  12. 6395908 Inclusive language fixes in ART run-tests. by Roland Levillain · 4 years, 5 months ago
  13. 2731eb4 More inclusive language fixes by Orion Hodson · 4 years, 5 months ago
  14. 65d6a5b Remove obsolete "doThrow" pattern from some tests. by Vladimir Marko · 4 years, 5 months ago
  15. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 5 months ago
  16. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 5 months ago
  17. bf6498e Fix incorrect dex-cache clearing with structural redefinition by Alex Light · 4 years, 5 months ago
  18. c06e07f Correctly use handles for JVMTI heap iteration. by Alex Light · 4 years, 6 months ago
  19. 4307cd7 LSE: Fix tracking heap values for small types. by Vladimir Marko · 4 years, 6 months ago
  20. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  21. f12dd58 Move ART run-tests to the `postsubmit` test group in `TEST_MAPPING`. by Roland Levillain · 4 years, 6 months ago
  22. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  23. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  24. 3284661 Fix ddm.publish_chunk extension to prevent deadlock by Alex Light · 4 years, 6 months ago
  25. 7400a54 Fixes for gtests in eng-prod by David Srbecky · 4 years, 6 months ago
  26. fab6f1c Fix incorrect LSE across throwing ArraySet. by Vladimir Marko · 4 years, 6 months ago
  27. d2c30c3 Add `TEST_MAPPING` entries for supported target ART run-tests. by Roland Levillain · 4 years, 6 months ago
  28. 7285a4b Fix GetDirectBufferCapacity for zero length direct buffer by Orion Hodson · 4 years, 6 months ago
  29. 60690e4 ART: Improve two SIMD tests. by Artem Serov · 4 years, 8 months ago
  30. d6e14e0 Rewrite assembler_test_base.h by David Srbecky · 4 years, 6 months ago
  31. be7fe3b Add some x86/x86-64 assembler tests. by Vladimir Marko · 4 years, 6 months ago
  32. dc787f4 Make Integer.divideUnsigned intrinsic for x86. by Andra Danciu · 4 years, 6 months ago
  33. 9a09e7c Enable host gtests in eng-prod by David Srbecky · 4 years, 6 months ago
  34. edda3ca Use different extension for smali test files. by David Srbecky · 4 years, 6 months ago
  35. 01e5698 Add Soong module definitions for ART run-tests with default build rules. by Roland Levillain · 4 years, 11 months ago
  36. f938841 ARM: Optimize Div/Rem by positive const for non-negative dividends by Evgeny Astigeevich · 4 years, 6 months ago
  37. af92a0f ARM: Optimize Div/Rem by 2^n for non-negative dividends by Evgeny Astigeevich · 4 years, 6 months ago
  38. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 6 months ago
  39. 0a17b6a Revert "Support running of host gtests in eng-prod" by David Srbecky · 4 years, 6 months ago
  40. 65e2140 Remove option `--build-target` from `test/testrunner/testrunner.py`. by Roland Levillain · 4 years, 6 months ago
  41. 93e4df7 Add option `--dist` to `test/testrunner/testrunner.py`. by Roland Levillain · 4 years, 6 months ago
  42. 22831a3 Print the build command in `test/testrunner/testrunner.py` (if any). by Roland Levillain · 4 years, 6 months ago
  43. 9a0f9ba Build ART run-tests using the same settings as Libcore tests. by Roland Levillain · 4 years, 11 months ago
  44. 79d9092 Introduce a Soong `java_defaults` module for ART run-tests. by Roland Levillain · 5 years ago
  45. a8049c6 Introduce a test configuration template for ART run-tests. by Roland Levillain · 5 years ago
  46. 22872da Support running of host gtests in eng-prod by David Srbecky · 4 years, 6 months ago
  47. fda2a4d Make ART run-test 001-HelloWorld buildable and runnable with Atest. by Roland Levillain · 5 years ago
  48. 2d10117 ARM32: Combine LSR into ADD for Div by 2^n by Evgeny Astigeevich · 4 years, 6 months ago
  49. 6906910 Enable TARGET_BUILD_UNBUNDLED in master-art (reland). by Martin Stjernholm · 4 years, 7 months ago
  50. bb829d2 Remove obsolete `build` file from 530-checker-lse. by Vladimir Marko · 4 years, 6 months ago
  51. 3d190c0 ART: Transform Sub+Sub into Sub+Add to merge Shl by Evgeny Astigeevich · 4 years, 7 months ago
  52. 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 4 years, 7 months ago
  53. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 7 months ago
  54. 289bd1c Make GVN handle HDeoptimize better by Alex Light · 4 years, 9 months ago
  55. 2b74f60 ART: Add recognition of optimized HRems in BCE by Evgeny Astigeevich · 4 years, 7 months ago
  56. 6587d91 ART: Simplify HRem to reuse existing HDiv by Evgeny Astigeevich · 4 years, 7 months ago
  57. 72cf0a8 Revert "Move ART gtests to general-tests." by David Srbecky · 4 years, 7 months ago
  58. efc8004 Revert "ART-tests: Remove DX dependency from 450-checker-types." by Vladimir Marko · 4 years, 7 months ago
  59. b122cd6 Revert "ART-tests: Remove DX-dependency from 530-checker-lse" by Vladimir Marko · 4 years, 7 months ago
  60. f68ce90 Make test 656-checker-simd-opt pass on RI. by Vladimir Marko · 4 years, 7 months ago
  61. 0e6d73a Move ART gtests to general-tests. by David Srbecky · 4 years, 8 months ago
  62. faada5e Revert "Move a 530-checker-lse test from java to smali" by Vladimir Marko · 4 years, 7 months ago
  63. 638c28f Revert "Port two methods in checker-dead-blocks to Smali" by Vladimir Marko · 4 years, 7 months ago
  64. 6fb8e57 Revert "Smailify a test in checker-lse-ctor-fences" by Vladimir Marko · 4 years, 7 months ago
  65. 1faa17f Revert "Move InlineWithControlFlow to Smali based." by Vladimir Marko · 4 years, 7 months ago
  66. 344e24e Make test 455-checker-gvn pass on RI. by Vladimir Marko · 4 years, 7 months ago
  67. 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 4 years, 7 months ago
  68. 6bc480b Fix dlsym lookup trampoline for @CriticalNative. by Vladimir Marko · 4 years, 7 months ago
  69. 06d9854 Checker: Support IF, ELIF, ELSE, FI by David Brazdil · 9 years ago
  70. a21054b Remove stale dependency on dx. by Martin Stjernholm · 4 years, 7 months ago
  71. 6355d69 Remove core.art image by David Srbecky · 4 years, 9 months ago
  72. 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 4 years, 7 months ago
  73. 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 8 months ago
  74. 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 7 months ago
  75. 262925e Add test-suite-tag for ART gtests. by David Srbecky · 4 years, 7 months ago
  76. adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 7 months ago
  77. b3146d0 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 7 months ago
  78. a2efd2a Add regression test for b/36989421 by Alex Light · 4 years, 7 months ago
  79. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 7 months ago
  80. d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 4 years, 7 months ago
  81. 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 8 months ago
  82. 1f5300a Fix heap exhaustion logic by Lokesh Gidra · 4 years, 7 months ago
  83. daee51f Revert "Move ArtGtestsTarget to general-tests." by Sooraj Sasindran · 4 years, 8 months ago
  84. 5217396 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 8 months ago
  85. 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 8 months ago
  86. 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 4 years, 8 months ago
  87. c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 4 years, 8 months ago
  88. 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 4 years, 8 months ago
  89. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 8 months ago
  90. 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 4 years, 8 months ago
  91. 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 4 years, 8 months ago
  92. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  93. aba509f Add a --csv-results flag to testrunner by Alex Light · 4 years, 8 months ago
  94. e050f58 Fix ArtGtestsTarget by David Srbecky · 4 years, 8 months ago
  95. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 9 months ago
  96. 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 4 years, 8 months ago
  97. 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 8 months ago
  98. 94a810b Small cleanups by Eric Holk · 4 years, 8 months ago
  99. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 8 months ago
  100. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 8 months ago