summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
AgeCommit message (Expand)Author
2025-02-19[Sim] Add a restricted mode setup Chris Jones
2024-05-23Fix class status check in `InitializeClassVisitor`. Vladimir Marko
2024-04-04Remove RegisterAllocator::Strategy Santiago Aboy Solanes
2024-02-14Increase inlining threshold for baseline. Nicolas Geoffray
2024-02-06CompilerOptions refactor after aosp/2808063 Santiago Aboy Solanes
2024-01-30Reland^2 "Run optimizations with baseline compilation." Nicolas Geoffray
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-10-30Replace `gUseReadBarrier` with compiler option in compiler. Vladimir Marko
2023-09-08riscv64: [codegen] Add VisitNullCheck Vladimir Marko
2023-06-29riscv64: Enable JNI compiler. Vladimir Marko
2023-03-31riscv64: Let dex2oat run in verification mode (disable compilation). Ulya Trafimovich
2023-03-17Deprecate the extract compiler filter. Nicolas Geoffray
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2022-09-30Move `VerificationResults` to dex2oat/. Vladimir Marko
2022-08-11Reland "Add clinit checks at entry for some boot image methods." Nicolas Geoffray
2022-07-12Revert "Add clinit checks at entry for some boot image methods." Nicolas Geoffray
2022-07-08Add clinit checks at entry for some boot image methods. Nicolas Geoffray
2022-04-06Touch up changes related to cross-dex compiling Santiago Aboy Solanes
2022-04-04Preallocate `CodeInfoTableDeduper::dedupe_set_`. Vladimir Marko
2022-03-25Remove obsolete code related to quickening. Vladimir Marko
2022-01-17Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" Nicolas Geoffray
2022-01-13Expand sharpening's ComputeLoadClassKind to cover cross-dex cases Santiago Aboy Solanes
2021-11-11Add .bss support for inlining across dexfiles within Oat Santiago Aboy Solanes
2021-07-14Remove the need of VerifiedMethod in the compiler. Nicolas Geoffray
2021-04-30Enable mini-debug-info by default. David Srbecky
2021-03-18Remove DexToDexCompiler David Srbecky
2021-02-09[metrics] Report some ART metadata Eric Holk
2020-12-10Make RTP::Visit robust against input order Alex 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 options David 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 initialization Mathieu Chartier
2019-07-03Remove small and tiny method options Mathieu 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