- c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- bed84ef Avoid read barrier in `ArtMethod::IsOverridableByDefaultMethod()`. by Vladimir Marko · 3 years ago
- 35782d4 Emit dex_pc as line number when debug info is unavailable for ANR traces by Daniel Jin · 3 years ago
- 9e14327 ARM64: Disable implicit suspend checks, again. by Vladimir Marko · 3 years ago
- 19ec1ff 910-methods: don't print modifiers by default by Orion Hodson · 3 years ago
- d0c969f Set the trigger to be kApexVersionMismatch when no prior cache-info. by Jiakai Zhang · 3 years ago
- 5bd2208 Revert "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years ago
- 4e0447f Remove instructions to update AOSP ART prebuilts. by Martin Stjernholm · 3 years ago
- 3cf5f2c Fix ahat parsing to allow leading whitespaces for comments by Sorin Basca · 3 years ago
- 7ddae99 Clean up `AssignVTableIndexes()`. by Vladimir Marko · 3 years ago
- fd12435 Reduce an error log to a warning. by Nicolas Geoffray · 3 years ago
- 7b79814 Revert odrefresh split by Victor Hsieh · 3 years ago
- d20fa39 Remove --max-{execution, child-process}-seconds by Victor Hsieh · 3 years ago
- 2de577d Store and check apex-versions in boot images. by Jiakai Zhang · 3 years ago
- 20299e6 Add RegisterNativeAllocation reporting to the Java Heap Profiler. by Wessam Hassanein · 3 years ago
- 78f62d8 Rewrite interface table setup. by Vladimir Marko · 3 years ago
- fcda002 Remove `RootTargetPreparer` from odsign_e2e_tests. by Jiakai Zhang · 3 years ago
- 4af4fd7 Revert^2 "Add odsign_e2e_tests to CTS." by Jiakai Zhang · 3 years ago
- ebdaa2b Use MADV_DONTNEED for alternate signal stack. by Vladimir Marko · 3 years ago
- a329345 Make it easier to change the location of the primary boot image. by Jiakai Zhang · 3 years ago
- ab21f69 Bump oat version to delete bogus artifacts. by Nicolas Geoffray · 3 years ago
- a553f0f Add another test to the list of known failures for gcstress/debug. by Nicolas Geoffray · 3 years ago
- 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years ago
- 414f299 Point to the relevant ticket to explain some host exports better. by Martin Stjernholm · 3 years ago
- b08e115 MethodHandles: change asType() / invoke() implementation by Orion Hodson · 3 years ago
- 3a7d0d8 Update nterp to advance PC early on branches by Mythri Alle · 3 years ago
- a3759ca arm: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- 70102e6 arm64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- 27d4f33 Remove unused interpreter_handler_table_ by Mythri Alle · 3 years ago
- ee7bd32 Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" by Nicolas Geoffray · 3 years ago
- 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years ago
- fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 1 month ago
- c5f41cd Allow some clang-tidy warnings by Chih-Hung Hsieh · 3 years ago
- 37af463 x86: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- bb2643f x86_64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- afbb152 Revert "Add odsign_e2e_tests to CTS." by Jiakai Zhang · 3 years ago
- cd27817 Fix --input-vdex in the presence of a compact dex file. by Nicolas Geoffray · 3 years ago
- b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- 3ba3a77 Update for MapInfo objects in frame data. by Christopher Ferris · 3 years, 2 months ago
- 5e2ec32 Remove deprecated ToMakePath calls by Colin Cross · 3 years ago
- 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
- 748cfef Remove a check in `MadviseAwayAlternateSignalStack()`. by Vladimir Marko · 3 years ago
- 6c98dcb Fix deoptimization check in method exit hook by Mythri Alle · 3 years ago
- 8cce54f Remove useless check in stack walker. by Nicolas Geoffray · 3 years ago
- 32b8c8f Expand sharpening's ComputeLoadClassKind to cover cross-dex cases by Santiago Aboy Solanes · 3 years, 1 month ago
- 8515f7f Cleanup work for @NeverCompile in art by Kevin Jeon · 3 years ago
- e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years ago
- 84caad6 Reland "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years ago
- 7ef64b1 Fix perfetto debug library. by Nicolas Geoffray · 3 years ago
- c7ea9b1 Update dexpreopt_test to verify boot images. by Jiakai Zhang · 3 years, 1 month ago
- 884e22f Compile the entire bootclasspath on device. by Jiakai Zhang · 3 years, 1 month ago
- 2041fda Fix thread pool check. by Nicolas Geoffray · 3 years ago
- 56c5738 odrefresh: Avoid uninitialized usage by Greg Kaiser · 3 years ago
- 46d3016 odrefresh: Avoid uninitialized usage by Greg Kaiser · 3 years ago
- 205d280 Add odsign_e2e_tests to CTS. by Jiakai Zhang · 3 years ago
- d0d1085 Remove pvm_exec call from odrefresh by Victor Hsieh · 3 years ago
- 270a6fc Update JIT Zygote to compile methods in ART module jars. by Jiakai Zhang · 3 years ago
- 890beb0 Ignore checksum mismatch when dex2oat takes multiple profiles. by Jiakai Zhang · 3 years ago
- ebbbfce Revert^2 "Remove redundant odrefresh test template" by Jiakai Zhang · 3 years ago
- d98612e Fail if given an unrecognised option. by Alan Stokes · 3 years ago
- 6f572b7 Fix out of range in art compiler. by Florian Mayer · 3 years ago
- 14d071c Revert "Remove redundant odrefresh test template" by Alan Stokes · 3 years ago
- 45a0465 Re-enable Libcore tests that started to fail after the ICU 70 update. by Roland Levillain · 3 years ago
- 5573756 Set @NeverCompile methods as not compilable by Kevin Jeon · 3 years, 2 months ago
- 34dcce5 Add a Compilation OS mode to odrefresh. by Jiakai Zhang · 3 years ago
- 6fd856d Remove redundant odrefresh test template by Victor Hsieh · 3 years ago
- bc1efd4 Exclude flaky tests from the ART MTS definition. by Roland Levillain · 3 years ago
- 22df3e0 Remove operator<< from HGraph. by Nicolas Geoffray · 3 years ago
- 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago
- 295becb Dump the type lookup table in oatdump. by Nicolas Geoffray · 3 years ago
- e33be3d Correctly handle intrinsics when not precompiling the boot image. by Nicolas Geoffray · 3 years ago
- 163ebe2 Add `HashSet<>::{Put,PutWithHash}()`. by Vladimir Marko · 3 years ago
- a39356a odrefresh: add flag of system server compiler filter by Victor Hsieh · 3 years, 1 month ago
- 08b2752 Test that cache-info.xml omits irrelevant APEXes by Alan Stokes · 3 years ago
- 0d0e09d Do not continue loading a vdex if we don't have enough reserved space. by Nicolas Geoffray · 3 years ago
- fcdc7cf Remove odrefresh host flags. by Jiakai Zhang · 3 years ago
- 8670e04 Rewrite virtual method linking. by Vladimir Marko · 3 years, 1 month ago
- a2e3936 Ignore changes to irrelevant APEXes by Alan Stokes · 3 years ago
- 0628e78 Fix ReadMagicAndReset. by Jiakai Zhang · 3 years ago
- dcf9570 Revert "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years ago
- 8884d3d Normalize XML comment syntax in ART test configuration files. by Roland Levillain · 3 years ago
- a44b853 Add `Sdk31ModuleController` support to remaining ART tests. by Roland Levillain · 3 years ago
- 96f0b03 Remove some unnecessary code from ClassLinker. by Vladimir Marko · 3 years ago
- ba86008 Cleanup enabling / disabling deoptimization support by Mythri Alle · 3 years, 1 month ago
- 537f477 Remove old unquickening of vdex logic. by Nicolas Geoffray · 3 years, 1 month ago
- b91402f Templatize `ClassLinker::LinkMethodsHelper`. by Vladimir Marko · 3 years, 1 month ago
- 9f057d6 Add HashSet<> ctor with initial buffer... by Vladimir Marko · 3 years ago
- 1bad13f Move from sampling PGO to AFDO pipeline by Yi Kong · 3 years, 1 month ago
- 69eb2c6 Add `Sdk31ModuleController` support to more ART gtests run as root. by Roland Levillain · 3 years, 3 months ago
- 146767f Add a new Lock 'env_hooks_lock_' to avoid race conditions by ShuJieWang · 3 years, 1 month ago
- 851b962 ARM64: Disable implicit suspend checks. by Vladimir Marko · 3 years ago
- 5da0222 Install instrumentation stubs for supporting single thread deopts by Mythri Alle · 3 years, 1 month ago
- e7815b8 Add a dex2oat flag to optimize apps for JIT Zygote environment. by Jiakai Zhang · 3 years, 1 month ago
- 04be5f6 Add a runtime flag to use JIT Zygote image. by Jiakai Zhang · 3 years, 1 month ago
- d294d9d Cleanup code that assumes the primary boot image not having profiles. by Jiakai Zhang · 3 years, 1 month ago
- 00712a9 Mark dex2oat_wrapper as executable. by Liz Kammer · 3 years, 1 month ago
- 834295c Check oat files of boot images. by Jiakai Zhang · 3 years, 1 month ago
- 854af03 Reland "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years, 1 month ago
- 2d908ae Merge SP1A.211205.008 by Xin Li · 3 years, 1 month ago
- 8cedd8b Revert "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years, 1 month ago