summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options_map-inl.h
AgeCommit message (Expand)Author
2020-09-02Use help-text generator for dex2oatAlex Light
2020-04-01Add explicit compiler option to enable test-specific features.David Srbecky
2019-07-17Add option for controling app image class initializationMathieu Chartier
2019-07-03Remove small and tiny method optionsMathieu Chartier
2018-11-29Add image compressed blocksMathieu Chartier
2018-10-16ART: Add profile-compile-check supportAndreas Gampe
2018-10-16Add logic to eagerly resolve const-string for startup methodsMathieu 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 deduplicationAndreas Gampe
2017-10-19ART: Add abort-on-soft-verifier-errorAndreas Gampe
2017-10-06ART: Use CmdlineParser in dex2oatAndreas Gampe