- b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 11 months ago
- 76aa34b Use ART_MODULE_BUILD_FROM_SOURCE instead soong config variable by Cole Faust · 2 years, 10 months ago
- b2c68b3 Mount /dev/pts inside the chroot. by Peter Collingbourne · 2 years, 10 months ago
- 88967d1 Add another test that fails with no-image & optimizing. by Nicolas Geoffray · 2 years, 10 months ago
- 9e05e14 Add simlified test cases to run-test 835-b216762268. by Vladimir Marko · 2 years, 10 months ago
- 35cdc9a Use an actual JNINativeInterface structure for gJniSleepForeverStub. by Peter Collingbourne · 2 years, 10 months ago
- d5ebfb7 Remove art_apex and art_apex_test module type. by Jingwen Chen · 2 years, 10 months ago
- 362f356 Remove exclusion of org.openjdk.tests.java.util.stream tests. by Nicolas Geoffray · 2 years, 10 months ago
- d589897 Add 445-checker-licm to known failures of no-image & optimizing. by Nicolas Geoffray · 2 years, 10 months ago
- 50c47f9 Remove reflection from run-test 825-unbalanced-lock. by Vladimir Marko · 2 years, 10 months ago
- 5afd2c5 Remove `libnativeloader_test` from `libnativeloader/TEST_MAPPING`. by Roland Levillain · 2 years, 10 months ago
- 67b2d30 Cache `DexCache` and class in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 10 months ago
- 0af91e0 arm: Fix VarHandle.compareAndSet() with read barriers. by Vladimir Marko · 2 years, 10 months ago
- 5cf7a87 Change types of JniEntryPoints members to void*. by Peter Collingbourne · 2 years, 10 months ago
- 19a49a9 arm: Don't use the GOT to access art::Runtime::instance_. by Vladimir Marko · 2 years, 10 months ago
- 34aa0da Add `art_libnativebridge_cts_tests` to ART's `TEST_MAPPING` and ART MTS. by Roland Levillain · 2 years, 10 months ago
- 65a41b8 Update ahat version number to 1.7.2 by Sorin Basca · 2 years, 10 months ago
- f2ff1f1 Add `libnativeloader_test` to ART's `TEST_MAPPING` and ART MTS. by Roland Levillain · 2 years, 10 months ago
- 4dfc057 Don't run method entry callbacks for runtime methods by Mythri Alle · 2 years, 10 months ago
- 024f69d Add ART's Bug Component ID to `OWNERS` file. by Roland Levillain · 2 years, 10 months ago
- a126a71 Don't dirty access flags due to hidden api logging. by Nicolas Geoffray · 2 years, 10 months ago
- 482cbdd Remove frame_id from InstrumentationStackFrame by Mythri Alle · 2 years, 10 months ago
- 1e10700 Move the creation of JitZygoteDoneCompilingTask out of any loop. by Nicolas Geoffray · 2 years, 10 months ago
- 1af40b0 Some checker tests are expected to fail without a boot image. by Nicolas Geoffray · 2 years, 10 months ago
- 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 10 months ago
- 7d2cfeb Make the notification of JIT zygote completion its own task. by Nicolas Geoffray · 2 years, 10 months ago
- 3c83d0d dexdump: clean-up output by Orion Hodson · 2 years, 10 months ago
- aa8e6cf Regenerate ART test files (2022-02-24). by Roland Levillain · 2 years, 10 months ago
- 261fcf4 dexdump: escape inlined string values in output by Orion Hodson · 2 years, 10 months ago
- 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
- 872ec72 Update compiler/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
- 0805e90 Add (D)CHECK_IMPLIES to ART logging by Santiago Aboy Solanes · 2 years, 10 months ago
- 713a041 Use larger timeouts in odsign_e2e_tests. by Jiakai Zhang · 2 years, 10 months ago
- 4625f25 Avoid Modified-UTF8 processing for ASCII strings. by Vladimir Marko · 2 years, 10 months ago
- eaeaa4f Disable test on RI. by Nicolas Geoffray · 2 years, 10 months ago
- c858e56 Remove obsolete code on lazy dequickening. by Nicolas Geoffray · 2 years, 10 months ago
- e94a929 Revert "Make VariableHandleScope consistent between 32 & 64 bit" by Vladimir Marko · 2 years, 10 months ago
- 1be1c07 Avoid string copy in ClassLoaderContext::EncodeClassPath(). by Vladimir Marko · 2 years, 10 months ago
- b875631 Handle shift by 32 explicitly. by Nicolas Geoffray · 2 years, 10 months ago
- 36de6a2 odsign_e2e_test: re-install APEX on device by Victor Hsieh · 2 years, 10 months ago
- e5add3a Fix BootImageLoader to use provided FDs when available by Victor Hsieh · 2 years, 11 months ago
- a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 10 months ago
- 19df0e9 Add -n dexdump flag to disable printing debug information. by Ian Zerny · 2 years, 11 months ago
- 7453a71 Only print debug info within the instruction range of a method. by Ian Zerny · 2 years, 11 months ago
- be2b109 Refactor Thread::SweepInterpreterCaches by David Srbecky · 2 years, 10 months ago
- 4779b9c Disable 817-hiddenapi with redefine-stress. by Nicolas Geoffray · 2 years, 10 months ago
- c8f8f4f Fix IsProxyInit check. by Nicolas Geoffray · 2 years, 10 months ago
- 0992436 Move GetWeakRefAccessEnabled check from nterp into the cache. by David Srbecky · 2 years, 10 months ago
- 17958de Move InterpreterCache::{Get,Set} to inl.h file by David Srbecky · 2 years, 10 months ago
- 7134a71 Add fast path to GetWeakRefAccessEnabled by David Srbecky · 2 years, 10 months ago
- 0441d20 Share `IfTable`s and their method arrays when possible. by Vladimir Marko · 2 years, 10 months ago
- 45c6d8b Fix the scripts for libjdwp tests and libcore tests to find the image. by Jiakai Zhang · 2 years, 10 months ago
- 76c01df Fix the run-test script to correctly guess target arch name. by Jiakai Zhang · 2 years, 10 months ago
- 14e8d64 Update null pointer exception message to print out the method by Santiago Aboy Solanes · 2 years, 11 months ago
- 5171813 Reuse superclass `IfTable` with non-marker interfaces. by Vladimir Marko · 2 years, 11 months ago
- 3eb334d Workaround 32-bit dex2oat/oatdumpd crashes by enabling compiler analysis by Pirama Arumuga Nainar · 2 years, 11 months ago
- 5fd0a87 Double debug monitor pool size again by Hans Boehm · 2 years, 10 months ago
- d77cc47 Avoid unnecessary copying while iterating the class table by Santiago Aboy Solanes · 2 years, 10 months ago
- a9e285a Cache `IsImageClass()` result in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 10 months ago
- b6a2907 Create a new test template for slow run tests. by Nicolas Geoffray · 2 years, 10 months ago
- 0bdef31 Revert^2 "Remove the primary boot image from the ART APEX." by Jiakai Zhang · 2 years, 10 months ago
- 5f958f6 Avoid unnecessary read barriers in `ImageWriter`. by Vladimir Marko · 2 years, 11 months ago
- ac87515 Don't overly limit recursive inlining for monomorphic cases by Santiago Aboy Solanes · 2 years, 10 months ago
- 61c0d22 Move the primary boot image in chroot environment. by Jiakai Zhang · 2 years, 10 months ago
- 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 2 years, 10 months ago
- 7ffce8f Fix Dex2oatCtsTest. by Jiakai Zhang · 2 years, 10 months ago
- 7f3aed1 Disable 2238-checker-polymorphic-recursive-inlining for JVM by Santiago Aboy Solanes · 2 years, 11 months ago
- 20ba31c Explicitly add ART boot images to build-art-target-golem. by Jiakai Zhang · 2 years, 11 months ago
- 78f3d28 Update the run-test script to use the boot image generated on device. by Jiakai Zhang · 2 years, 11 months ago
- e36fa15 Reenable test 727-checker-unresolved-class. by Vladimir Marko · 2 years, 11 months ago
- 6c27308 Always enable checkjni in debug builds. by Nicolas Geoffray · 2 years, 11 months ago
- dd0a65d Allow more cross-referencing between run-test sources. by Vladimir Marko · 2 years, 11 months ago
- 7116f80 Remove `ArtField::GetOffsetDCheck()`. by Vladimir Marko · 2 years, 11 months ago
- 2464218 Fix logic around SDK visibility of interface methods. by Nicolas Geoffray · 2 years, 11 months ago
- 239c941 Rewrite run-test scripts for `src-dex2oat-unresolved`. by Vladimir Marko · 3 years ago
- b414a4c Intrinsify System.ArrayCopy for Primitive data types by Shalini Salomi Bodapati · 2 years, 11 months ago
- 4f5b7cb Limit recursive polymorphic inlining to prevent code bloat by Santiago Aboy Solanes · 2 years, 11 months ago
- 2c3b085 Use the right alignof when mapping an uncompressed dex file. by Nicolas Geoffray · 2 years, 11 months ago
- 6ac1b05 nterp: Cleanup, compile-time convenience checks by David Srbecky · 2 years, 11 months ago
- 1281b1c Add CFI_RESTORE_STATE_AND_DEF_CFA macro on arm by David Srbecky · 2 years, 11 months ago
- c435166 Initialize image roots before GC in ImageWriter. by Vladimir Marko · 2 years, 11 months ago
- f9625ec Remove `ArtField::GetAccessFlagsDCheck()`. by Vladimir Marko · 2 years, 11 months ago
- ac9d28b Revert "Remove the primary boot image from the ART APEX." by Jiakai Zhang · 2 years, 11 months ago
- 1ca480c Disable test for jit-on-first-use. by Nicolas Geoffray · 2 years, 11 months ago
- 097f9f8 odsign_e2e_tests: Use the current ART module. by Jiakai Zhang · 2 years, 11 months ago
- 927a996 x86/x86_64: Add rep_movs instructions by Shalini Salomi Bodapati · 2 years, 11 months ago
- 3bd4858 Remove the primary boot image from the ART APEX. by Jiakai Zhang · 3 years ago
- 4ef67d4 Set types of quick entry points to void*. by Peter Collingbourne · 2 years, 11 months ago
- 22b5fe0 Remove PACKED attribute from QuickEntryPoints. by Peter Collingbourne · 2 years, 11 months ago
- 7570bea Avoid Use-After-Free risk when dump backtrace for long contending lock. by wangguibo · 3 years ago
- aff7a6e Add a regression test for b/216762268. by Nicolas Geoffray · 2 years, 11 months ago
- 1370185 Enforce "disallow read barrier" checks for GC roots. by Vladimir Marko · 2 years, 11 months ago
- 709a908 Add tests to denial bad compos-pending artifacts by Victor Hsieh · 2 years, 11 months ago
- 102cfd3 Enable "disallow read barriers" checks in debug mode. by Vladimir Marko · 2 years, 11 months ago
- e866324 Simplify GetNterpMethodHeader(). by Peter Collingbourne · 2 years, 11 months ago
- d539f86 Revert^4 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 11 months ago
- 11226b1 Quadruple monitor table size in debug build by Hans Boehm · 2 years, 11 months ago
- a579554 nterp: Move FETCH_FROM_THREAD_CACHE macro to python by David Srbecky · 2 years, 11 months ago
- 290beb8 nterp: Tweak the add_helper python method. by David Srbecky · 2 years, 11 months ago
- b3b1802 [luci] Update active lucicfg experiments. by Vadim Shtayura · 2 years, 11 months ago