summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_options.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Use compiler filter to determine oat file status.""Andreas Gampe2016-03-231-20/+2
* Revert "Use compiler filter to determine oat file status."Nicolas Geoffray2016-03-231-2/+20
* Use compiler filter to determine oat file status.Richard Uhler2016-03-221-20/+2
* Remove Quick from tree.Nicolas Geoffray2016-03-211-46/+0
* Add verify-profile compiler filterMathieu Chartier2016-03-181-0/+2
* Remove --native-debuggable compiler option.David Srbecky2016-03-161-5/+0
* Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-281-3/+6
|\
| * ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-3/+6
* | Merge "ART: Allow --no-inline-from to specify multiple dex files."Vladimir Marko2016-01-271-1/+1
|\ \
| * | ART: Allow --no-inline-from to specify multiple dex files.Vladimir Marko2016-01-271-1/+1
| |/
* / Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-0/+6
|/
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-6/+0
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-0/+6
* Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-181-3/+13
* Disable --generate-debug-info by default in all cases.David Srbecky2016-01-121-2/+0
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-0/+3
* Generate more stack maps during native debugging.David Srbecky2015-12-231-0/+6
* Fix --inline-max-code-units option.Nicolas Geoffray2015-12-151-1/+1
* Refactor code so that JIT can parse compiler options.Nicolas Geoffray2015-10-301-5/+152
* Allow for fine tuning the inliner.Calin Juravle2015-07-291-0/+6
* Add --generate-debug-info flag and remove the other two flags.David Srbecky2015-05-281-6/+3
* Add --include-cfi compiler option.David Srbecky2015-04-131-0/+3
* Remove the --gen-gdb-info compiler option.David Srbecky2015-04-121-3/+0
* Refactor RelativePatcher out of OatWriter.Vladimir Marko2015-04-021-0/+5
* ART: Add option to abort dex2oat on hard failureAndreas Gampe2015-03-051-1/+4
* ART: Add debuggable compiler flagAndreas Gampe2015-03-041-0/+3
* Clean up pass driverMathieu Chartier2015-01-281-0/+80