summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
AgeCommit message (Expand)Author
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 paths David Sehr
2018-03-05Move most of runtime/base to libartbase/base David 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 errors Igor Murashkin
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
2017-08-17Disable app image for very large apps Mathieu 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
2017-05-30ART: Add missing namespace comments Andreas Gampe
2017-05-17Ignore --compile-pic option for JIT. Vladimir Marko
2017-04-21Rename and obsolete compiler filter names. Nicolas Geoffray
2017-03-24Improvements in the Inliner. Nicolas Geoffray
2017-03-08Remove --include-patch-information option from dex2oat. Richard Uhler
2016-12-21Optimize OatWriter when we don't compile any method. Nicolas Geoffray
2016-11-18Add dequickening support. Nicolas Geoffray
2016-10-26Save the non-verified classes in the VerifierDeps. Nicolas Geoffray
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-05Generate SHA-1 build ID for host-generated *.oat files (1/2). Alexey Alexandrov
2016-10-04Revert "Revert "Store resolved Strings for AOT code in .bss."" Vladimir Marko
2016-09-30Revert "Store resolved Strings for AOT code in .bss." Vladimir Marko
2016-09-29Store resolved Strings for AOT code in .bss. Vladimir Marko
2016-08-08Implement running user defined list of passes Wojciech Staszkiewicz
2016-08-06Add a register allocation strategy compiler option Matthew Gharrity
2016-05-24Compile JNI stubs for verify-profile and interpret-only. Vladimir Marko
2016-05-03Remove -XOatFileManagerCompilerFilter argument. Richard Uhler
2016-03-23Revert "Revert "Use compiler filter to determine oat file status."" Andreas Gampe
2016-03-23Revert "Use compiler filter to determine oat file status." Nicolas Geoffray
2016-03-22Use compiler filter to determine oat file status. Richard Uhler
2016-03-21Remove Quick from tree. Nicolas Geoffray
2016-03-18Add verify-profile compiler filter Mathieu Chartier
2016-03-16Remove --native-debuggable compiler option. David Srbecky
2016-03-09ART: Use optimizing compiler in image_test Andreas Gampe
2016-02-01Ignore image checksum for ExtractOnly oat files David Brazdil
2016-01-28Merge "ART: Add option to ensure deterministic compilation" Andreas Gampe
2016-01-27ART: Add option to ensure deterministic compilation Andreas Gampe
2016-01-27Merge "ART: Allow --no-inline-from to specify multiple dex files." Vladimir Marko
2016-01-27ART: Allow --no-inline-from to specify multiple dex files. Vladimir Marko
2016-01-26Revert "Revert "Add option to generate compressed backtrace info."" David Srbecky
2016-01-25Revert "Add option to generate compressed backtrace info." David Srbecky
2016-01-22Add option to generate compressed backtrace info. David Srbecky
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-12Disable --generate-debug-info by default in all cases. David Srbecky
2016-01-04Revert "Revert "Tweak inlining heuristics."" Nicolas Geoffray