summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_options.h
Commit message (Expand)AuthorAgeFilesLines
* Compile JNI stubs for verify-profile and interpret-only.Vladimir Marko2016-05-231-2/+6
* Revert "Revert "Use compiler filter to determine oat file status.""Andreas Gampe2016-03-231-31/+11
* Revert "Use compiler filter to determine oat file status."Nicolas Geoffray2016-03-231-11/+31
* Use compiler filter to determine oat file status.Richard Uhler2016-03-221-31/+11
* Remove Quick from tree.Nicolas Geoffray2016-03-211-10/+0
* Add verify-profile compiler filterMathieu Chartier2016-03-181-3/+9
* Remove --native-debuggable compiler option.David Srbecky2016-03-161-3/+1
* ART: Use optimizing compiler in image_testAndreas Gampe2016-03-091-0/+6
* Ignore image checksum for ExtractOnly oat filesDavid Brazdil2016-02-011-0/+4
* Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-281-1/+10
|\
| * ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-1/+10
* | Merge "ART: Allow --no-inline-from to specify multiple dex files."Vladimir Marko2016-01-271-4/+6
|\ \
| * | ART: Allow --no-inline-from to specify multiple dex files.Vladimir Marko2016-01-271-4/+6
| |/
* / Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-0/+12
|/
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-12/+0
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-0/+12
* Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-181-1/+14
* Disable --generate-debug-info by default in all cases.David Srbecky2016-01-121-1/+1
* Revert "Revert "Tweak inlining heuristics.""Nicolas Geoffray2016-01-041-1/+1
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-0/+9
* Generate more stack maps during native debugging.David Srbecky2015-12-231-0/+6
* Revert "Tweak inlining heuristics."Nicolas Geoffray2015-12-171-1/+1
* Tweak inlining heuristics.Nicolas Geoffray2015-12-171-1/+1
* Refactor code so that JIT can parse compiler options.Nicolas Geoffray2015-10-301-24/+42
* Be more flexible on the code unit size when inlining.Nicolas Geoffray2015-08-201-1/+1
* Tighten default inlining settings when using the space filter.Roland Levillain2015-08-071-0/+4
* Allow for fine tuning the inliner.Calin Juravle2015-07-291-0/+14
* ART: Fix kEverything compiler filterbuzbee2015-06-251-1/+1
* Add --generate-debug-info flag and remove the other two flags.David Srbecky2015-05-281-12/+5
* Add --include-cfi compiler option.David Srbecky2015-04-131-0/+7
* Remove the --gen-gdb-info compiler option.David Srbecky2015-04-121-6/+0
* Refactor RelativePatcher out of OatWriter.Vladimir Marko2015-04-021-0/+1
* Add verify-at-runtime compiler filterMathieu Chartier2015-03-201-4/+15
* ART: Add option to abort dex2oat on hard failureAndreas Gampe2015-03-051-1/+10
* Merge "ART: Add debuggable compiler flag"Andreas Gampe2015-03-041-0/+6
|\
| * ART: Add debuggable compiler flagAndreas Gampe2015-03-041-0/+6
* | Remove ART_SMALL_MODE ifdefs.Jeff Hao2015-03-021-4/+0
|/
* Clean up pass driverMathieu Chartier2015-01-281-37/+11
* Implicit stack overflow checks and null checks are the norm now.Nicolas Geoffray2015-01-231-2/+2
* Remove portable.Elliott Hughes2014-12-121-19/+0
* ART: Print initialization failures to fileAndreas Gampe2014-11-261-3/+14
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+2
* Tidy up logging.Ian Rogers2014-10-221-36/+53
* dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-4/+13
* Add the "time" compilation filter and output compilation stats.Nicolas Geoffray2014-09-171-1/+2
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-24/+24
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-24/+24
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-24/+24
* Add patchoat tool to Art.Alex Light2014-07-071-0/+9
* ART: Implicit checks in the compiler are independent from RuntimeAndreas Gampe2014-06-181-3/+39