summaryrefslogtreecommitdiff
path: root/profman
AgeCommit message (Expand)Author
2024-05-14Faster `DexFile::FindTypeId()`.Vladimir Marko
2024-04-23Set test ownerships for ART.Martin Stjernholm
2024-04-17Check existence of class data in profman resolutionChristoffer Adamsen
2024-04-11Clean up string data access in `DexFile`.Vladimir Marko
2024-04-09Fixes related to inlined inline caches.Nicolas Geoffray
2024-02-29Don't set LD_LIBRARY_PATH to the ART module for any tests.Martin Stjernholm
2023-11-30Initialize force_merge_and_analyze_.Jiakai Zhang
2023-11-29Add a new profman flag --force-merge-and-analyze.Jiakai Zhang
2023-11-20Revert "profman: Change the default new min methods/classes percent change"Jiakai Zhang
2023-09-25profman: Return whether the profile matched instead of updated.Jiakai Zhang
2023-09-08Avoid nullptr deref in profmanSantiago Aboy Solanes
2023-08-09Fix the profile equality check in profile_assistant_test.Jiakai Zhang
2023-08-02Clean up: Pass File* to DexFileLoader instead of fd.David Srbecky
2023-08-01Add module metadata to more ART gtests.Roland Levillain
2023-07-11Fix performance-inefficient-string-concatenation clang-tidy issuesStefano Cianciulli
2023-06-19Reland "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Static link gtests with ART librariesDmitrii Ishcheikin
2023-05-08Revert "Remove the codegen property"Android Culprit Assistant
2023-05-08Remove the codegen propertyCole Faust
2023-03-16Make art modules apex_available to test_broken_com.android.artCole Faust
2023-02-21Refactor DexFileLoaderDavid Srbecky
2023-02-06Do not fail when loading an APK without dex files.Jiakai Zhang
2022-12-16profman: Accept array receivers in inline caches.Vladimir Marko
2022-09-06Add more comments about the return codes of profman.Jiakai Zhang
2022-07-07Fix modernize-use-nullptr clang-tidy issuesStefano Cianciulli
2022-07-04Update profman to support artd use cases.Jiakai Zhang
2022-06-28Fix bugprone-argument-comment clang-tidy issuesStefano Cianciulli
2022-06-28Fix assertions for Profman BootImageProfile testsStefano Cianciulli
2022-06-09Fix performance-unnecessary-value-param clang-tidy issuesStefano Cianciulli
2022-02-22Add timed out test files to tidy_timeout_srcsChih-Hung Hsieh
2022-02-11Revert^4 "Generate a primary boot image for testing."Jiakai Zhang
2022-02-08Revert^3 "Generate a primary boot image for testing."Jiakai Zhang
2022-02-07Revert^2 "Generate a primary boot image for testing."Jiakai Zhang
2022-02-01Revert "Generate a primary boot image for testing."Hans Boehm
2022-01-31Generate a primary boot image for testing.Jiakai Zhang
2022-01-05Normalize XML comment syntax in ART test configuration files.Roland Levillain
2021-11-10Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918Xin Li
2021-11-09Make art_debug_defaults inherit art_defaults.Martin Stjernholm
2021-11-01Update bug no. associated with TODOs for failing standalone ART gtests.Roland Levillain
2021-09-07Better isolate standalone ART gtests on device. am: d8c0ac264f am: 3d12fad7eeRoland Levillain
2021-09-07Better isolate standalone ART gtests on device.Roland Levillain
2021-08-13Add `Sdk31ModuleController` support to ART run-tests and gtests.Roland Levillain
2021-08-03ART Apex: prefer "first" to "prefer32" multilib option for toolsOrion Hodson
2021-08-03ART Apex: prefer "first" to "prefer32" multilib option for toolsOrion Hodson
2021-07-13Add support for standalone ART gtests to MTS.Roland Levillain
2021-07-12Uncouple ART gtests from the ART APEX.Roland Levillain
2021-07-08Add support for standalone ART gtests to MTS.Roland Levillain
2021-07-06Uncouple ART gtests from the ART APEX.Roland Levillain
2021-06-18Be more prescise in the profile analysisCalin Juravle