summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
AgeCommit message (Expand)Author
2021-04-30Enable mini-debug-info by default.David Srbecky
2021-03-18Remove DexToDexCompilerDavid Srbecky
2021-02-09[metrics] Report some ART metadataEric Holk
2020-12-10Make RTP::Visit robust against input orderAlex Light
2020-05-20Add compiler type to CompilerOptions.Vladimir Marko
2020-04-01Add explicit compiler option to enable test-specific features.David Srbecky
2020-03-27Revert^4 "Add "linkage" test options""David Sehr
2020-03-27Revert "Revert "Revert "Add "linkage" test options"""Nicolas Geoffray
2020-03-26Revert "Revert "Add "linkage" test options""David Sehr
2020-03-23Revert "Add "linkage" test options"Nicolas Geoffray
2020-03-20Add "linkage" test optionsDavid Sehr
2020-02-28Revert "Revert "If generating an image, run initialization and other optimiza...Nicolas Geoffray
2020-02-26Revert "If generating an image, run initialization and other optimizations."Eric Holk
2020-02-25If generating an image, run initialization and other optimizations.Nicolas Geoffray
2020-02-20Do not verify dex files for --compiler-filter=assume-verified.Vladimir Marko
2020-02-07Fix ART code around JIT zygote.Nicolas Geoffray
2020-01-28Fix name-based detection of JIT-zygote boot image extension.Ulya Trafimovich
2019-07-30Compiler changes for boot image extension.Vladimir Marko
2019-07-17Add option for controling app image class initializationMathieu Chartier
2019-07-03Remove small and tiny method optionsMathieu Chartier
2019-04-30Make compiling an apex image explicit.Nicolas Geoffray
2019-03-05Refactor compiler tests around CompilerDriver.Vladimir Marko
2019-02-20ART: Reduce dependencies on CompilerDriver.Vladimir Marko
2019-02-06Replace StringPiece with std::string_view in HashSet.Vladimir Marko
2018-12-06Refactor CompilerDriver::CompileAll().Vladimir Marko
2018-12-03ART: ARM64: Pass ISA features to VIXL macroassembler.Artem Serov
2018-11-29Add image compressed blocksMathieu Chartier
2018-11-21Merge "ART: Add profile-compile-check support"Andreas Gampe
2018-11-15Rewrite image type in CompilerOptions.Vladimir Marko
2018-11-14ART: Rewrite core image detection.Vladimir Marko
2018-11-08Move profile compilation info to CompilerOptions.Vladimir Marko
2018-10-16ART: Add profile-compile-check supportAndreas Gampe
2018-10-16Add logic to eagerly resolve const-string for startup methodsMathieu Chartier
2018-10-10Introduce a 'baseline' variant for the compiler.Nicolas Geoffray
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-06-25Move instruction_set_ to CompilerOptions.Vladimir Marko
2018-06-25Move dex_files_for_oat_file_ to CompilerOptions.Vladimir Marko
2018-06-25Move image_classes_ to CompilerOptions.Vladimir Marko
2018-05-08ART: Add --dump-pass-timings compiler option.Vladimir Marko
2018-04-26Clean up include pathsDavid Sehr
2018-03-05Move most of runtime/base to libartbase/baseDavid Sehr
2018-01-29Add compiler option for counting hotness in compiled code.Nicolas Geoffray
2017-11-28Clean some dex2oat options.Nicolas Geoffray
2017-11-08cpplint: Cleanup errorsIgor Murashkin
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
2017-08-17Disable app image for very large appsMathieu Chartier
2017-08-10Instrument ARM64 generated code to check the Marking Register.Roland Levillain
2017-06-29Code cleanup around compiler options and JIT.Nicolas Geoffray