summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options_map-inl.h
AgeCommit message (Expand)Author
2024-04-04Remove RegisterAllocator::Strategy Santiago Aboy Solanes
2024-01-30Allow compilation of large methods with no branches Santiago Aboy Solanes
2023-12-04Put branch profiling under a flag. Nicolas Geoffray
2023-11-06Deprecate num-dex-methods and top-k-profile-threshold flags Santiago Aboy Solanes
2023-09-07Don't inline AddCompilerOptionsArgumentParserOptions Ryan Prichard
2022-11-23Add clang-format preupload check. Martin Stjernholm
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2020-09-02Use help-text generator for dex2oat Alex Light
2020-04-01Add explicit compiler option to enable test-specific features. David Srbecky
2019-07-17Add option for controling app image class initialization Mathieu Chartier
2019-07-03Remove small and tiny method options Mathieu Chartier
2018-11-29Add image compressed blocks Mathieu Chartier
2018-10-16ART: Add profile-compile-check support Andreas Gampe
2018-10-16Add logic to eagerly resolve const-string for startup methods Mathieu Chartier
2018-10-10ART: Completely remove the --compile-pic option. Vladimir Marko
2018-10-10Introduce a 'baseline' variant for the compiler. Nicolas Geoffray
2018-05-08ART: Add --dump-pass-timings compiler option. Vladimir Marko
2018-01-29Add compiler option for counting hotness in compiled code. Nicolas Geoffray
2017-11-28Clean some dex2oat options. Nicolas Geoffray
2017-11-07ART: Add compiler option for code deduplication Andreas Gampe
2017-10-19ART: Add abort-on-soft-verifier-error Andreas Gampe
2017-10-06ART: Use CmdlineParser in dex2oat Andreas Gampe