summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_options.h
Commit message (Expand)AuthorAgeFilesLines
* Tighten default inlining settings when using the space filter.Roland Levillain2015-08-071-0/+4
* Allow for fine tuning the inliner.Calin Juravle2015-07-301-0/+14
* ART: Fix kEverything compiler filterbuzbee2015-06-251-1/+1
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-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
* Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-121-3/+12
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-6/+14
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-11/+3
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-3/+11
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-11/+3
* Use trampolines for calls to helpersDave Allison2014-04-041-3/+11
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-1/+11
* Make use of profiling information for dex2oatDave Allison2014-03-071-0/+5
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-3/+11
* Create CompilerOptionsBrian Carlstrom2014-02-241-0/+136