summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)Author
2025-02-20Revert "Temporarily enable post-gc heap verification" Pechetty Sravani (xWF)
2025-02-19Temporarily enable post-gc heap verification Lokesh Gidra
2025-01-24Revert "Manually initialize WellKnownClasses required by tests." Nicolas Geoffray
2025-01-23Enable pre-GC heap-verification for debug builds Lokesh Gidra
2025-01-23Manually initialize WellKnownClasses required by tests. Nicolas Geoffray
2025-01-21Enable Generational CMC Lokesh Gidra
2024-06-20Make sure to mark classes/methods as startup. islamelbanna
2024-06-14Use C++20 `string{,_view}::{starts,ends}_with()`, part 2. Vladimir Marko
2024-06-13Use C++20 `string{,_view}::{starts,ends}_with()`, part 1. Vladimir Marko
2024-06-12Reland "Rewrite how we identify hot methods." Nicolas Geoffray
2024-06-07Revert "Rewrite how we identify hot methods." Nicolas Geoffray
2024-06-03Rewrite how we identify hot methods. Nicolas Geoffray
2024-05-30Add a test case for multiple occurrences of the same flag. Shai Barack
2024-04-23Set test ownerships for ART. Martin Stjernholm
2024-03-12Remove default cases when all cases are defined Santiago Aboy Solanes
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-12-18Make profile inline cache threshold configurable. Jiakai Zhang
2023-08-02Overhaul oatdump options. Jiakai Zhang
2023-06-27Re-enable CmdlineParserTest#TestXGcOption Stefano Cianciulli
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-08Revert "Remove the codegen property" Android Culprit Assistant
2023-05-08Remove the codegen property Cole Faust
2023-02-03Fix performance-inefficient-vector-operation clang-tidy issues Stefano Cianciulli
2022-11-23Add clang-format preupload check. Martin Stjernholm
2022-09-01Remove unneeded art::Unit member functions Ryan Prichard
2022-08-22Allow all GCs when not using read barrier Lokesh Gidra
2022-08-10Add debugging info Lokesh Gidra
2022-07-01Fix performance-faster-string-find clang-tidy issues Stefano Cianciulli
2022-06-09Fix performance-unnecessary-value-param clang-tidy issues Stefano Cianciulli
2022-04-05ART: Minor cleanup in cmdline/. Vladimir Marko
2022-03-29Fix use-after-scope in dex2oat cmdline parsing Florian Mayer
2022-02-22Add timed out test files to tidy_timeout_srcs Chih-Hung Hsieh
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-11-24Replace the nterp threshold with the warmup threshold. Nicolas Geoffray
2021-11-09Inherit art_defaults in cc_library_headers as well. Martin Stjernholm
2021-07-16Mark move constructors/assignements as `noexcept`. Vladimir Marko
2021-07-06Uncouple ART gtests from the ART APEX. Roland Levillain
2021-06-03Setup ART experiments infra Calin Juravle
2021-06-02Fix separator check in command line parsing Victor Hsieh
2021-05-24Enable ProfileSaver to have a different delay for the first ever save Calin Juravle
2021-05-18Add --dex-fd to dex2oat Victor Hsieh
2021-05-18Parse --cpu-set as ParseIntList Victor Hsieh
2021-03-19Add min_sdk_version for ART module. Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2021-02-24Remove Flags Eric Holk
2021-02-17Add a server-configurable flags API Eric Holk
2020-10-23Rename ART release APEX to com.android.art. Martin Stjernholm
2020-09-02Use help-text generator for dex2oat Alex Light
2020-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
2020-07-17Add support for generating --help messages from cmdline definition Alex Light