summaryrefslogtreecommitdiff
path: root/odrefresh
AgeCommit message (Expand)Author
2023-12-20Remove the disable_cdex P/H flag.Martin Stjernholm
2023-12-14Update fmtlib to 10.1.1Henri Chataing
2023-12-07Enable `userfaultfd`-based CMC GC by default on Android S and above.Roland Levillain
2023-11-10Add a system property to disable odrefresh.Jiakai Zhang
2023-10-27Keep the UFFD GC (aka CMC) disabled on S but enable it by default on T.Martin Stjernholm
2023-10-18Enable UFFD (aka CMC) GC by default on S and later.Martin Stjernholm
2023-10-18Use a dedicated test property for odrefresh E2E tests.Martin Stjernholm
2023-10-07Fix I/O error handling in odrefresh.Jiakai Zhang
2023-09-21Enable UFFD GC by default for Android U and above. am: ccc70db339Jiakai Zhang
2023-09-21Add a phenotype flag to force disable CMC GC. am: 8222aa2d2dJiakai Zhang
2023-09-21Enable UFFD GC by default for Android U and above.Jiakai Zhang
2023-09-21Add a phenotype flag to force disable CMC GC.Jiakai Zhang
2023-08-25Merge Android U (ab/10368041)Xin Li
2023-08-04Fix the issue of repeated generation of boot imageguozhgiang
2023-07-21Fix odrefresh's queries on system properties.Jiakai Zhang
2023-07-20Pass the missing flags from odrefresh to dex2oat.Jiakai Zhang
2023-07-20Use libarttools to simplify odrefresh code.Jiakai Zhang
2023-07-19Replace the tristate UFFD GC P/H flag with a boolean one.Jiakai Zhang
2023-07-11Fix performance-inefficient-string-concatenation clang-tidy issuesStefano Cianciulli
2023-07-05Revert "Use default logger in CompOS mode"Alan Stokes
2023-07-04Revert^2 "Reduce multidex checksum to single scalar value."David Srbecky
2023-07-03Revert "Reduce multidex checksum to single scalar value."David Srbecky
2023-07-03Reduce multidex checksum to single scalar value.David Srbecky
2023-06-19Reland "Static link gtests with ART libraries" am: 454a6940e7 am: 47b5db52e5 ...Dmitrii Ishcheikin
2023-06-19Reland "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries" am: b89b62d8ca am: 7bd23666b3 ...Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Static link gtests with ART libraries am: 66244e2af2 am: 44410660e8 am: d9334...Dmitrii Ishcheikin
2023-06-12Static link gtests with ART librariesDmitrii Ishcheikin
2023-06-09Pass the cache-info fd from odrefresh to dex2oat. am: d609d0762b am: 080fee6f...Jiakai Zhang
2023-06-09Pass the cache-info fd from odrefresh to dex2oat.Jiakai Zhang
2023-06-06Don't cleanup artifacts if compilation is skipped. am: 0cc89b6f8f am: 1e01efd...Jiakai Zhang
2023-06-06Add regression test for CVE-2021-39689 (b/206090748). am: f7aef20a02 am: 9cf1...Jiakai Zhang
2023-06-06Don't cleanup artifacts if compilation is skipped.Jiakai Zhang
2023-06-06Add regression test for CVE-2021-39689 (b/206090748).Jiakai Zhang
2023-05-26Print some log when odrefresh fail am: d0aab454bf am: a7bfb28869 am: ee09d2c99aVictor Hsieh
2023-05-25Print some log when odrefresh failVictor Hsieh
2023-05-22Use C++17's [[maybe_unused]] attribute in ART am: 78f3c72e89 am: f0e5142960 a...Stefano Cianciulli
2023-05-22Use C++17's [[maybe_unused]] attribute in ARTStefano Cianciulli
2023-05-12Use the full boot image on U and above. am: 1b8a7838e9 am: 3bf4150ce4 am: 2d3...Jiakai Zhang
2023-05-12Use the full boot image on U and above.Jiakai Zhang
2023-05-08Revert "Remove the codegen property" am: 429b584f59 am: 2d0378b4d7 am: b77f42...Android Culprit Assistant
2023-05-08Remove the codegen property am: 32645f219c am: 7c9335c377 am: 20666b6028Cole Faust
2023-05-08Revert "Remove the codegen property"Android Culprit Assistant
2023-05-08Remove the codegen propertyCole Faust
2023-05-04Replace uses of _format with a macro.Krzysztof Kosiński
2023-05-04Replace uses of _format with a macro.Krzysztof Kosiński
2023-04-28Mock CheckCompilationSpace in unit test.Jiakai Zhang
2023-04-26Report Odrefresh BCP compilation type to StatsDStefano Cianciulli
2023-04-24Fix profile discovery for CompOS.Jiakai Zhang