1. d589897 Add 445-checker-licm to known failures of no-image & optimizing. by Nicolas Geoffray · 2 years, 10 months ago
  2. 50c47f9 Remove reflection from run-test 825-unbalanced-lock. by Vladimir Marko · 2 years, 10 months ago
  3. 5afd2c5 Remove `libnativeloader_test` from `libnativeloader/TEST_MAPPING`. by Roland Levillain · 2 years, 10 months ago
  4. 67b2d30 Cache `DexCache` and class in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 10 months ago
  5. 0af91e0 arm: Fix VarHandle.compareAndSet() with read barriers. by Vladimir Marko · 2 years, 10 months ago
  6. 5cf7a87 Change types of JniEntryPoints members to void*. by Peter Collingbourne · 2 years, 10 months ago
  7. 19a49a9 arm: Don't use the GOT to access art::Runtime::instance_. by Vladimir Marko · 2 years, 10 months ago
  8. 34aa0da Add `art_libnativebridge_cts_tests` to ART's `TEST_MAPPING` and ART MTS. by Roland Levillain · 2 years, 10 months ago
  9. 65a41b8 Update ahat version number to 1.7.2 by Sorin Basca · 2 years, 10 months ago
  10. f2ff1f1 Add `libnativeloader_test` to ART's `TEST_MAPPING` and ART MTS. by Roland Levillain · 2 years, 10 months ago
  11. 4dfc057 Don't run method entry callbacks for runtime methods by Mythri Alle · 2 years, 10 months ago
  12. 024f69d Add ART's Bug Component ID to `OWNERS` file. by Roland Levillain · 2 years, 10 months ago
  13. a126a71 Don't dirty access flags due to hidden api logging. by Nicolas Geoffray · 2 years, 10 months ago
  14. 482cbdd Remove frame_id from InstrumentationStackFrame by Mythri Alle · 2 years, 10 months ago
  15. 1e10700 Move the creation of JitZygoteDoneCompilingTask out of any loop. by Nicolas Geoffray · 2 years, 10 months ago
  16. 1af40b0 Some checker tests are expected to fail without a boot image. by Nicolas Geoffray · 2 years, 10 months ago
  17. 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 10 months ago
  18. 7d2cfeb Make the notification of JIT zygote completion its own task. by Nicolas Geoffray · 2 years, 10 months ago
  19. 3c83d0d dexdump: clean-up output by Orion Hodson · 2 years, 10 months ago
  20. aa8e6cf Regenerate ART test files (2022-02-24). by Roland Levillain · 2 years, 10 months ago
  21. 261fcf4 dexdump: escape inlined string values in output by Orion Hodson · 2 years, 10 months ago
  22. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
  23. 872ec72 Update compiler/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
  24. 0805e90 Add (D)CHECK_IMPLIES to ART logging by Santiago Aboy Solanes · 2 years, 10 months ago
  25. 713a041 Use larger timeouts in odsign_e2e_tests. by Jiakai Zhang · 2 years, 10 months ago
  26. 4625f25 Avoid Modified-UTF8 processing for ASCII strings. by Vladimir Marko · 2 years, 10 months ago
  27. eaeaa4f Disable test on RI. by Nicolas Geoffray · 2 years, 10 months ago
  28. c858e56 Remove obsolete code on lazy dequickening. by Nicolas Geoffray · 2 years, 10 months ago
  29. e94a929 Revert "Make VariableHandleScope consistent between 32 & 64 bit" by Vladimir Marko · 2 years, 10 months ago
  30. 1be1c07 Avoid string copy in ClassLoaderContext::EncodeClassPath(). by Vladimir Marko · 2 years, 10 months ago
  31. b875631 Handle shift by 32 explicitly. by Nicolas Geoffray · 2 years, 10 months ago
  32. 36de6a2 odsign_e2e_test: re-install APEX on device by Victor Hsieh · 2 years, 10 months ago
  33. e5add3a Fix BootImageLoader to use provided FDs when available by Victor Hsieh · 2 years, 11 months ago
  34. a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 10 months ago
  35. 19df0e9 Add -n dexdump flag to disable printing debug information. by Ian Zerny · 2 years, 11 months ago
  36. 7453a71 Only print debug info within the instruction range of a method. by Ian Zerny · 2 years, 11 months ago
  37. be2b109 Refactor Thread::SweepInterpreterCaches by David Srbecky · 2 years, 10 months ago
  38. 4779b9c Disable 817-hiddenapi with redefine-stress. by Nicolas Geoffray · 2 years, 10 months ago
  39. c8f8f4f Fix IsProxyInit check. by Nicolas Geoffray · 2 years, 10 months ago
  40. 0992436 Move GetWeakRefAccessEnabled check from nterp into the cache. by David Srbecky · 2 years, 10 months ago
  41. 17958de Move InterpreterCache::{Get,Set} to inl.h file by David Srbecky · 2 years, 10 months ago
  42. 7134a71 Add fast path to GetWeakRefAccessEnabled by David Srbecky · 2 years, 10 months ago
  43. 0441d20 Share `IfTable`s and their method arrays when possible. by Vladimir Marko · 2 years, 10 months ago
  44. 45c6d8b Fix the scripts for libjdwp tests and libcore tests to find the image. by Jiakai Zhang · 2 years, 10 months ago
  45. 76c01df Fix the run-test script to correctly guess target arch name. by Jiakai Zhang · 2 years, 10 months ago
  46. 14e8d64 Update null pointer exception message to print out the method by Santiago Aboy Solanes · 2 years, 11 months ago
  47. 5171813 Reuse superclass `IfTable` with non-marker interfaces. by Vladimir Marko · 2 years, 11 months ago
  48. 3eb334d Workaround 32-bit dex2oat/oatdumpd crashes by enabling compiler analysis by Pirama Arumuga Nainar · 2 years, 11 months ago
  49. 5fd0a87 Double debug monitor pool size again by Hans Boehm · 2 years, 10 months ago
  50. d77cc47 Avoid unnecessary copying while iterating the class table by Santiago Aboy Solanes · 2 years, 10 months ago
  51. a9e285a Cache `IsImageClass()` result in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 10 months ago
  52. b6a2907 Create a new test template for slow run tests. by Nicolas Geoffray · 2 years, 10 months ago
  53. 0bdef31 Revert^2 "Remove the primary boot image from the ART APEX." by Jiakai Zhang · 2 years, 10 months ago
  54. 5f958f6 Avoid unnecessary read barriers in `ImageWriter`. by Vladimir Marko · 2 years, 11 months ago
  55. ac87515 Don't overly limit recursive inlining for monomorphic cases by Santiago Aboy Solanes · 2 years, 10 months ago
  56. 61c0d22 Move the primary boot image in chroot environment. by Jiakai Zhang · 2 years, 10 months ago
  57. 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 2 years, 11 months ago
  58. 7ffce8f Fix Dex2oatCtsTest. by Jiakai Zhang · 2 years, 10 months ago
  59. 7f3aed1 Disable 2238-checker-polymorphic-recursive-inlining for JVM by Santiago Aboy Solanes · 2 years, 11 months ago
  60. 20ba31c Explicitly add ART boot images to build-art-target-golem. by Jiakai Zhang · 2 years, 11 months ago
  61. 78f3d28 Update the run-test script to use the boot image generated on device. by Jiakai Zhang · 2 years, 11 months ago
  62. e36fa15 Reenable test 727-checker-unresolved-class. by Vladimir Marko · 2 years, 11 months ago
  63. 6c27308 Always enable checkjni in debug builds. by Nicolas Geoffray · 2 years, 11 months ago
  64. dd0a65d Allow more cross-referencing between run-test sources. by Vladimir Marko · 2 years, 11 months ago
  65. 7116f80 Remove `ArtField::GetOffsetDCheck()`. by Vladimir Marko · 2 years, 11 months ago
  66. 2464218 Fix logic around SDK visibility of interface methods. by Nicolas Geoffray · 2 years, 11 months ago
  67. 239c941 Rewrite run-test scripts for `src-dex2oat-unresolved`. by Vladimir Marko · 3 years ago
  68. b414a4c Intrinsify System.ArrayCopy for Primitive data types by Shalini Salomi Bodapati · 2 years, 11 months ago
  69. 4f5b7cb Limit recursive polymorphic inlining to prevent code bloat by Santiago Aboy Solanes · 2 years, 11 months ago
  70. 2c3b085 Use the right alignof when mapping an uncompressed dex file. by Nicolas Geoffray · 2 years, 11 months ago
  71. 6ac1b05 nterp: Cleanup, compile-time convenience checks by David Srbecky · 2 years, 11 months ago
  72. 1281b1c Add CFI_RESTORE_STATE_AND_DEF_CFA macro on arm by David Srbecky · 2 years, 11 months ago
  73. c435166 Initialize image roots before GC in ImageWriter. by Vladimir Marko · 2 years, 11 months ago
  74. f9625ec Remove `ArtField::GetAccessFlagsDCheck()`. by Vladimir Marko · 2 years, 11 months ago
  75. ac9d28b Revert "Remove the primary boot image from the ART APEX." by Jiakai Zhang · 2 years, 11 months ago
  76. 1ca480c Disable test for jit-on-first-use. by Nicolas Geoffray · 2 years, 11 months ago
  77. 097f9f8 odsign_e2e_tests: Use the current ART module. by Jiakai Zhang · 2 years, 11 months ago
  78. 927a996 x86/x86_64: Add rep_movs instructions by Shalini Salomi Bodapati · 2 years, 11 months ago
  79. 3bd4858 Remove the primary boot image from the ART APEX. by Jiakai Zhang · 3 years ago
  80. 4ef67d4 Set types of quick entry points to void*. by Peter Collingbourne · 2 years, 11 months ago
  81. 22b5fe0 Remove PACKED attribute from QuickEntryPoints. by Peter Collingbourne · 2 years, 11 months ago
  82. 7570bea Avoid Use-After-Free risk when dump backtrace for long contending lock. by wangguibo · 3 years ago
  83. aff7a6e Add a regression test for b/216762268. by Nicolas Geoffray · 2 years, 11 months ago
  84. 1370185 Enforce "disallow read barrier" checks for GC roots. by Vladimir Marko · 2 years, 11 months ago
  85. 709a908 Add tests to denial bad compos-pending artifacts by Victor Hsieh · 2 years, 11 months ago
  86. 102cfd3 Enable "disallow read barriers" checks in debug mode. by Vladimir Marko · 2 years, 11 months ago
  87. e866324 Simplify GetNterpMethodHeader(). by Peter Collingbourne · 2 years, 11 months ago
  88. d539f86 Revert^4 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 11 months ago
  89. 11226b1 Quadruple monitor table size in debug build by Hans Boehm · 2 years, 11 months ago
  90. a579554 nterp: Move FETCH_FROM_THREAD_CACHE macro to python by David Srbecky · 2 years, 11 months ago
  91. 290beb8 nterp: Tweak the add_helper python method. by David Srbecky · 2 years, 11 months ago
  92. b3b1802 [luci] Update active lucicfg experiments. by Vadim Shtayura · 2 years, 11 months ago
  93. 996fa74 Add libnativeloader test to CTS for API coverage. by Martin Stjernholm · 2 years, 11 months ago
  94. 584b197 Simplify some functions in OatMethod. by Peter Collingbourne · 2 years, 11 months ago
  95. d9c6df9 Add libnativebridge test to CTS for API coverage. by Martin Stjernholm · 2 years, 11 months ago
  96. 69559a5 Add test to check against sharpening optimization by Santiago Aboy Solanes · 2 years, 11 months ago
  97. ae7335e Rename the test in run-libcore-tests.py by Victor Chang · 2 years, 11 months ago
  98. dbba2f0 Add tracepoint for OutOfMemoryError by Ioannis Ilkos · 2 years, 11 months ago
  99. 41bf173 Move verifyCompilationLogGenerated to OnDeviceSigningHostTest by Victor Hsieh · 2 years, 11 months ago
  100. b8915a5 Add test to check ctime of CompOS output after reboot by Victor Hsieh · 2 years, 11 months ago