summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
AgeCommit message (Expand)Author
2015-10-30Refactor code so that JIT can parse compiler options. Nicolas Geoffray
2015-08-20Be more flexible on the code unit size when inlining. Nicolas Geoffray
2015-08-07Tighten default inlining settings when using the space filter. Roland Levillain
2015-07-29Allow for fine tuning the inliner. Calin Juravle
2015-06-25ART: Fix kEverything compiler filter buzbee
2015-05-28Add --generate-debug-info flag and remove the other two flags. David Srbecky
2015-04-13Add --include-cfi compiler option. David Srbecky
2015-04-12Remove the --gen-gdb-info compiler option. David Srbecky
2015-04-02Refactor RelativePatcher out of OatWriter. Vladimir Marko
2015-03-20Add verify-at-runtime compiler filter Mathieu Chartier
2015-03-05ART: Add option to abort dex2oat on hard failure Andreas Gampe
2015-03-04Merge "ART: Add debuggable compiler flag" Andreas Gampe
2015-03-04ART: Add debuggable compiler flag Andreas Gampe
2015-03-02Remove ART_SMALL_MODE ifdefs. Jeff Hao
2015-01-28Clean up pass driver Mathieu Chartier
2015-01-23Implicit stack overflow checks and null checks are the norm now. Nicolas Geoffray
2014-12-12Remove portable. Elliott Hughes
2014-11-26ART: Print initialization failures to file Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-22Tidy up logging. Ian Rogers
2014-10-16dex2oat: Add a --compile-pic option Igor Murashkin
2014-09-17Add the "time" compilation filter and output compilation stats. Nicolas Geoffray
2014-07-16Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" Dave Allison
2014-07-11Revert "Revert "Revert "Add implicit null and stack checks for x86""" Nicolas Geoffray
2014-07-10Revert "Revert "Add implicit null and stack checks for x86"" Dave Allison
2014-07-07Add patchoat tool to Art. Alex Light
2014-06-18ART: Implicit checks in the compiler are independent from Runtime Andreas Gampe
2014-06-12Optionally add debug symbols to ELF files made by quick compiler. Alex Light
2014-06-06Fixed and refactored profiler options handling Calin Juravle
2014-04-09Revert "Revert "Revert "Use trampolines for calls to helpers""" Dave Allison
2014-04-09Revert "Revert "Use trampolines for calls to helpers"" Dave Allison
2014-04-07Revert "Use trampolines for calls to helpers" Dave Allison
2014-04-04Use trampolines for calls to helpers Dave Allison
2014-04-02Add support for -Xverify:none mode. Jeff Hao
2014-03-07Make use of profiling information for dex2oat Dave Allison
2014-03-02Tell GDB about Quick ART generated code Mark Mendell
2014-02-24Create CompilerOptions Brian Carlstrom